Home
last modified time | relevance | path

Searched refs:tbool (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c176 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator
206 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()
/titanic_50/usr/src/lib/libbsm/common/
H A Dadt_xlate.h125 boolean_t tbool; member
/titanic_50/usr/src/cmd/itadm/
H A Ditadm.c258 boolean_t tbool; in main() local
350 tbool = B_TRUE; in main()
353 tbool = B_FALSE; in main()
361 "isns", tbool); in main()