HomeSort by: relevance | last modified time | path
    Searched refs:s_bool_constant (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
ckbool.c 205 sym->u.s_bool_constant = false;
212 sym->u.s_bool_constant = true;
lint1.h 234 bool s_bool_constant; member in union:sym::__anon8377
debug.c 439 sym->u.s_bool_constant ? "true" : "false");
tree.c 860 n->u.value.u.integer = sym->u.s_bool_constant ? 1 : 0;

Completed in 21 milliseconds