Searched refs:MAILINTVL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.who.c192 time_t t, interval = MAILINTVL;
217 interval = (number(*vp)) ? (getn(*vp++) * 60) : MAILINTVL;
H A Dsh.h143 * MAILINTVL How often to mailcheck; more often is more expensive
155 #define MAILINTVL 600 /* 10 minutes */ macro
H A Dsh.c2089 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL;

Completed in 181 milliseconds