Searched refs:t__high (Results 1 – 2 of 2) sorted by relevance
871 int t__low, t__high; in ifdate() local876 if ((sscanf(s, "%d-%d", &t__low, &t__high) < 2) || in ifdate()877 (t__low == t__high)) in ifdate()881 if (t__low < t__high) { in ifdate()882 if (t__low <= t__now && t__now <= t__high) in ifdate()884 } else if (t__low <= t__now || t__now <= t__high) in ifdate()
1185 int t__low, t__high; local1190 if ((sscanf(s, "%d-%d", &t__low, &t__high) < 2))1193 if (t__low == t__high)1197 if (t__low < t__high) {1198 if (t__low <= t__now && t__now <= t__high)1201 if (t__low <= t__now || t__now <= t__high)