Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dlkc_proto.h29 bool sym_tristate_within_range(const struct symbol *sym, tristate tri);
H A Dconf.c378 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
380 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
382 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
H A Dgconf.c787 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
1101 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
1103 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
1105 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()