delay            1370 lib/util.c     mc_time_elapsed (gint64 *timestamp, gint64 delay)
delay            1376 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
delay             283 lib/util.h     gboolean mc_time_elapsed (gint64 *timestamp, gint64 delay);
delay             512 lib/widget/wtools.c status_msg_create (const char *title, double delay, status_msg_cb init_cb,
delay             518 lib/widget/wtools.c     status_msg_init (sm, title, delay, init_cb, update_cb, deinit_cb);
delay             550 lib/widget/wtools.c status_msg_init (status_msg_t *sm, const char *title, double delay, status_msg_cb init_cb,
delay             563 lib/widget/wtools.c     sm->delay = (gint64) (delay * G_USEC_PER_SEC);
delay             573 lib/widget/wtools.c     if (mc_time_elapsed (&start, sm->delay))
delay             630 lib/widget/wtools.c         if (mc_time_elapsed (&start, sm->delay))
delay              44 lib/widget/wtools.h     gint64 delay;    // delay before raise the 'dlg' in microseconds
delay              84 lib/widget/wtools.h status_msg_t *status_msg_create (const char *title, double delay, status_msg_cb init_cb,
delay              87 lib/widget/wtools.h MC_MOCKABLE void status_msg_init (status_msg_t *sm, const char *title, double delay,
delay             633 src/filemanager/file.c     static const gint64 delay = G_USEC_PER_SEC / 25;
delay             671 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
delay            1229 src/filemanager/filegui.c     static const gint64 delay = G_USEC_PER_SEC / 25;
delay            1236 src/filemanager/filegui.c     ret = mc_time_elapsed (&timestamp, delay);
delay            1052 src/filemanager/layout.c     static const gint64 delay = G_USEC_PER_SEC / 10;
delay            1059 src/filemanager/layout.c     if (show && !mc_time_elapsed (&timestamp, delay))
delay             108 tests/src/editor/edit_replace_cmd.c status_msg_init (status_msg_t *sm, const char *title, double delay, status_msg_cb init_cb,
delay             113 tests/src/editor/edit_replace_cmd.c     (void) delay;