Searched refs:tTrue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.c | 182 ,tTrue enumerator 212 #define ssT(name) o_##name, 1, tTrue, offsetof(DIALOG_STATE,name) 218 #define svT(name) o_##name, 2, tTrue, offsetof(DIALOG_VARS,name) 224 #define xxT(name) o_##name, 0, tTrue, 0 1377 bool normal = (data->type == tTrue) ? TRUE : FALSE; in optionBool() 1695 case tTrue: in process_common_options()
|