Lines Matching refs:tristate
40 static tristate modules_val;
61 return "tristate";
179 tristate tri;
296 /* no choice? reset tristate value */
478 bool sym_tristate_within_range(struct symbol *sym, tristate val)
497 bool sym_set_tristate_value(struct symbol *sym, tristate val)
499 tristate oldval = sym_get_tristate_value(sym);
533 tristate sym_toggle_tristate_value(struct symbol *sym)
535 tristate oldval, newval;
692 * For tristate symbol handle the modules=n case
702 tristate val;
769 tristate val;