Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmain.c67 static struct stat lastmail; variable
675 ( statb.st_ino != lastmail.st_ino in chkmail()
676 || statb.st_dev != lastmail.st_dev in chkmail()
677 || statb.st_size > lastmail.st_size)) in chkmail()
685 lastmail = statb; in chkmail()