HomeSort by: relevance | last modified time | path
    Searched defs:omstat (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.unix.c 373 static struct stat omstat, nmstat; variable in typeref:struct:stat
382 if (stat(mailbox, &omstat)) {
387 omstat.st_mtime = 0;
409 } else if (nmstat.st_mtime > omstat.st_mtime) {
hack.unix.c 373 static struct stat omstat, nmstat; variable in typeref:struct:stat
382 if (stat(mailbox, &omstat)) {
387 omstat.st_mtime = 0;
409 } else if (nmstat.st_mtime > omstat.st_mtime) {

Completed in 22 milliseconds