Home
last modified time | relevance | path

Searched refs:s_bool_constant (Results 1 – 4 of 4) sorted by path

/netbsd/usr.bin/xlint/lint1/
H A Dckbool.c241 sym->u.s_bool_constant = false; in fallback_symbol_strict_bool()
248 sym->u.s_bool_constant = true; in fallback_symbol_strict_bool()
H A Ddebug.c377 sym->u.s_bool_constant ? "true" : "false"); in debug_sym()
H A Dlint1.h263 bool s_bool_constant; member
H A Dtree.c507 n->tn_val.u.integer = sym->u.s_bool_constant ? 1 : 0; in build_name()