delay 1549 lib/util.c mc_time_elapsed (gint64 *timestamp, gint64 delay) delay 1555 lib/util.c if (now >= *timestamp && now < *timestamp + delay) delay 289 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 void status_msg_init (status_msg_t *sm, const char *title, double delay, status_msg_cb init_cb, 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 (×tamp, delay)) delay 1237 src/filemanager/filegui.c static const gint64 delay = G_USEC_PER_SEC / 25; delay 1244 src/filemanager/filegui.c ret = mc_time_elapsed (×tamp, delay); delay 1051 src/filemanager/layout.c static const gint64 delay = G_USEC_PER_SEC / 10; delay 1058 src/filemanager/layout.c if (show && !mc_time_elapsed (×tamp, delay))