Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c71 static time_t mailtime; variable
145 time(&mailtime); in sh_main()
512 if ((curtime - mailtime) >= sh_mailchk) in exfile()
515 mailtime = curtime; in exfile()
642 if(stat(cp,&statb) >= 0 && statb.st_mtime >= mailtime in chkmail()