tbool
case ':': case '\0': type = tbool; break;
(type == tbool) ? "boolean" :
if (type != tbool && type != tcancel)
(type == tbool) ? "boolean" :
boolean_t tbool;
tbool = B_TRUE;
tbool = B_FALSE;
"isns", tbool);
boolean_t tbool;