Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dmain.c346 time_t mailtime = 0; /* Must not be a register variable */ in exfile() local
389 if ((curtime - mailtime) >= mailchk) { in exfile()
391 mailtime = curtime; in exfile()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmain.c68 static time_t mailtime; variable
158 time(&mailtime); in sh_main()
521 if ((curtime - mailtime) >= sh_mailchk) in exfile()
524 mailtime = curtime; in exfile()
658 if(stat(cp,&statb) >= 0 && statb.st_mtime >= mailtime in chkmail()