Lines Matching refs:t__now
1081 int t__now; local
1085 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */
1127 while (checkdate(s, tp, t__now) == 0) {
1138 checkdate(s, tp, t__now) in checkdate() argument
1141 int t__now;
1154 return(checktime(s, t__now));
1157 return(checktime(s, t__now));
1161 return(checktime(s, t__now));
1170 checktime(s, t__now) in checktime() argument
1172 int t__now;
1187 if (t__low <= t__now && t__now <= t__high)
1190 if (t__low <= t__now || t__now <= t__high)