timestamp        1370 lib/util.c     mc_time_elapsed (gint64 *timestamp, gint64 delay)
timestamp        1376 lib/util.c         if (now >= *timestamp && now < *timestamp + delay)
timestamp        1379 lib/util.c         *timestamp = now;
timestamp         283 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        1227 src/filemanager/filegui.c     static gint64 timestamp = 0;
timestamp        1236 src/filemanager/filegui.c     ret = mc_time_elapsed (&timestamp, delay);
timestamp        1050 src/filemanager/layout.c     static gint64 timestamp = 0;
timestamp        1059 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         909 src/vfs/shell/shell.c     dir->timestamp = g_get_monotonic_time () + shell_directory_timeout * G_USEC_PER_SEC;