Searched refs:yes (Results 1 – 11 of 11) sorted by relevance
16 .curr = { "y", yes },68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()221 tri = yes; in sym_calc_visibility()229 tri = yes; in sym_calc_visibility()233 tri = yes; in sym_calc_visibility()242 tri = yes; in sym_calc_visibility()362 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()364 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()403 newval.tri = yes; in sym_calc_value()430 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()[all …]
184 case yes: in conf_sym()192 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()216 newval = yes; in conf_sym()251 case yes: in conf_choice()261 case yes: in conf_choice()431 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
140 sym->def[def].tri = yes; in conf_set_sym_val()388 if (cs->def[def].tri == yes) { in conf_read_simple()393 case yes: in conf_read_simple()714 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()1065 if (csym->curr.tri != yes) in randomize_choice_values()1084 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()1180 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()1187 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()1196 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()1200 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
548 case yes: ch = '*'; break; in build_conf()564 if (val == yes) { in build_conf()585 if (sym_is_choice_value(sym) && val == yes) { in build_conf()601 case yes: ch = '*'; break; in build_conf()696 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()724 if (sym_set_tristate_value(sym, yes)) in conf()842 sym_set_tristate_value(child->sym, yes); in conf_choice()
812 case yes: in build_conf()831 if (val == yes) { in build_conf()853 if (sym_is_choice_value(sym) && val == yes) { in build_conf()867 case yes: in build_conf()1178 sym_get_tristate_value(sym) == yes) in conf()1193 if (sym_set_tristate_value(sym, yes)) in conf()1336 sym_set_tristate_value(child->sym, yes); in conf_choice()
933 return yes; in expr_calc_value()987 return res ? no : yes; in expr_calc_value()989 return res >= 0 ? yes : no; in expr_calc_value()991 return res > 0 ? yes : no; in expr_calc_value()993 return res <= 0 ? yes : no; in expr_calc_value()995 return res < 0 ? yes : no; in expr_calc_value()997 return res ? yes : no; in expr_calc_value()
159 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
819 newval = yes; in change_sym_value()827 newval = yes; in change_sym_value()1132 case yes: in fill_row()1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
165 case yes: in updateMenu()191 if (expr != yes) in updateMenu()192 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()753 setValue(item, yes); in keyPressEvent()811 setValue(item, yes); in mouseReleaseEvent()1065 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
28 no, mod, yes enumerator
117 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig