Searched refs:__true_ok (Results 1 – 1 of 1) sorted by relevance
454 bool __true_ok = true; in __do_get_alphabool() local460 __true_ok = __true_ok && (__c == __truename[__n]); in __do_get_alphabool()464 if ((!__true_ok && !__false_ok) || in __do_get_alphabool()465 (__true_ok && __n >= __truename.size()) || in __do_get_alphabool()471 if (__true_ok && __n < __truename.size()) __true_ok = false; in __do_get_alphabool()474 if (__true_ok || __false_ok) { in __do_get_alphabool()476 __x = __true_ok; in __do_get_alphabool()