Lines Matching defs:t__now
1092 int t__now;
1096 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */
1138 while (checkdate(s, tp, t__now) == 0) {
1149 checkdate(s, tp, t__now)
1152 int t__now;
1165 return(checktime(s, t__now));
1168 return(checktime(s, t__now));
1172 return(checktime(s, t__now));
1181 checktime(s, t__now)
1183 int t__now;
1198 if (t__low <= t__now && t__now <= t__high)
1201 if (t__low <= t__now || t__now <= t__high)