Home
last modified time | relevance | path

Searched refs:omstat (Results 1 – 1 of 1) sorted by relevance

/original-bsd/games/hack/
H A Dhack.unix.c283 static struct stat omstat,nmstat; variable
290 if(stat(mailbox, &omstat)){ in getmailstatus()
295 omstat.st_mtime = 0; in getmailstatus()
315 } else if(nmstat.st_mtime > omstat.st_mtime) { in ckmailstatus()