Searched refs:VALID_BOOLEAN (Results 1 – 5 of 5) sorted by relevance
249 #define VALID_BOOLEAN(s) ((unsigned char)(s) <= 1) /* reject "-1" */ macro
1737 if (!VALID_BOOLEAN(have_bce)) { in check_screen()1740 if (!VALID_BOOLEAN(have_XM)) { in check_screen()1743 if (!VALID_BOOLEAN(have_XT)) { in check_screen()
154 result = !VALID_BOOLEAN(value); in no_boolean()
686 if (!VALID_BOOLEAN(tp->Booleans[n])) in _nc_setup_tinfo()
11139 + fix for VALID_BOOLEAN() macro when char is not signed.