delay            1536 lib/util.c     mc_time_elapsed (gint64 * timestamp, gint64 delay)
delay            1542 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
delay             259 lib/util.h     gboolean mc_time_elapsed (gint64 * timestamp, gint64 delay);
delay             552 lib/widget/wtools.c status_msg_create (const char *title, double delay, status_msg_cb init_cb,
delay             558 lib/widget/wtools.c     status_msg_init (sm, title, delay, init_cb, update_cb, deinit_cb);
delay             590 lib/widget/wtools.c status_msg_init (status_msg_t * sm, const char *title, double delay, status_msg_cb init_cb,
delay             603 lib/widget/wtools.c     sm->delay = (gint64) (delay * G_USEC_PER_SEC);
delay             613 lib/widget/wtools.c     if (mc_time_elapsed (&start, sm->delay))
delay             670 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              88 lib/widget/wtools.h status_msg_t *status_msg_create (const char *title, double delay, status_msg_cb init_cb,
delay              91 lib/widget/wtools.h void status_msg_init (status_msg_t * sm, const char *title, double delay, status_msg_cb init_cb,
delay             646 src/filemanager/file.c     static const gint64 delay = G_USEC_PER_SEC / 25;
delay             685 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
delay            1191 src/filemanager/filegui.c     static const gint64 delay = G_USEC_PER_SEC / 25;
delay            1198 src/filemanager/filegui.c     ret = mc_time_elapsed (&timestamp, delay);
delay            1062 src/filemanager/layout.c     static const gint64 delay = G_USEC_PER_SEC / 10;
delay            1069 src/filemanager/layout.c     if (show && !mc_time_elapsed (&timestamp, delay))