timestamp        1549 lib/util.c     mc_time_elapsed (gint64 *timestamp, gint64 delay)
timestamp        1555 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
timestamp        1558 lib/util.c         *timestamp = now;
timestamp         289 lib/util.h     gboolean mc_time_elapsed (gint64 *timestamp, gint64 delay);
timestamp         870 lib/vfs/direntry.c     return (tim < ino->timestamp);
timestamp         101 lib/vfs/xdirentry.h     gint64 timestamp;           // Subclass specific
timestamp         631 src/filemanager/file.c     static gint64 timestamp = 0;
timestamp         671 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
timestamp        1235 src/filemanager/filegui.c     static gint64 timestamp = 0;
timestamp        1244 src/filemanager/filegui.c     ret = mc_time_elapsed (&timestamp, delay);
timestamp        1049 src/filemanager/layout.c     static gint64 timestamp = 0;
timestamp        1058 src/filemanager/layout.c     if (show && !mc_time_elapsed (&timestamp, delay))
timestamp        1815 src/vfs/ftpfs/ftpfs.c     dir->timestamp = g_get_monotonic_time () + ftpfs_directory_timeout * G_USEC_PER_SEC;
timestamp         909 src/vfs/shell/shell.c     dir->timestamp = g_get_monotonic_time () + shell_directory_timeout * G_USEC_PER_SEC;