Searched refs:tbool (Results 1 – 3 of 3) sorted by relevance
176 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator206 case ':': case '\0': type = tbool; break; in checktermcap()220 (type == tbool) ? "boolean" : in checktermcap()227 if (type != tbool && type != tcancel) in checktermcap()258 (type == tbool) ? "boolean" : in checktermcap()
125 boolean_t tbool; member
258 boolean_t tbool; in main() local350 tbool = B_TRUE; in main()353 tbool = B_FALSE; in main()361 "isns", tbool); in main()