timestamp        1542 lib/util.c     mc_time_elapsed (gint64 *timestamp, gint64 delay)
timestamp        1548 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
timestamp        1551 lib/util.c         *timestamp = now;
timestamp         276 lib/util.h     gboolean mc_time_elapsed (gint64 * timestamp, gint64 delay);
timestamp         873 lib/vfs/direntry.c     return (tim < ino->timestamp);
timestamp          96 lib/vfs/xdirentry.h     gint64 timestamp;           /* Subclass specific */
timestamp         636 src/filemanager/file.c     static gint64 timestamp = 0;
timestamp         677 src/filemanager/file.c             if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))
timestamp        1181 src/filemanager/filegui.c     static gint64 timestamp = 0;
timestamp        1190 src/filemanager/filegui.c     ret = mc_time_elapsed (&timestamp, delay);
timestamp        1058 src/filemanager/layout.c     static gint64 timestamp = 0;
timestamp        1067 src/filemanager/layout.c     if (show && !mc_time_elapsed (&timestamp, delay))
timestamp        1816 src/vfs/ftpfs/ftpfs.c     dir->timestamp = g_get_monotonic_time () + ftpfs_directory_timeout * G_USEC_PER_SEC;
timestamp         924 src/vfs/shell/shell.c     dir->timestamp = g_get_monotonic_time () + shell_directory_timeout * G_USEC_PER_SEC;