Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 13 of 13) sorted by relevance

/scripts/kconfig/
Dconf.c150 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
249 val = yes; in conf_set_all_new_symbols()
262 val = yes; in conf_set_all_new_symbols()
266 val = yes; in conf_set_all_new_symbols()
374 case yes: in conf_sym()
382 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
404 newval = yes; in conf_sym()
807 conf_rewrite_tristates(yes, mod); in main()
810 conf_rewrite_tristates(mod, yes); in main()
Dsymbol.c20 .curr = { "y", yes },
208 tri = yes; in sym_calc_visibility()
216 tri = yes; in sym_calc_visibility()
220 tri = yes; in sym_calc_visibility()
229 tri = yes; in sym_calc_visibility()
238 tri = yes; in sym_calc_visibility()
296 if (sym_has_value(sym) && sym->def[S_DEF_USER].tri == yes) { in sym_calc_choice()
348 val = sym == res ? yes : no; in sym_calc_choice()
373 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
479 newval.tri = yes; in sym_calc_value()
[all …]
Dexpr.c945 return res ? no : yes; in __expr_calc_value()
947 return res >= 0 ? yes : no; in __expr_calc_value()
949 return res > 0 ? yes : no; in __expr_calc_value()
951 return res <= 0 ? yes : no; in __expr_calc_value()
953 return res < 0 ? yes : no; in __expr_calc_value()
955 return res ? yes : no; in __expr_calc_value()
970 return yes; in expr_calc_value()
Dexpr.h22 no, mod, yes enumerator
Dmconf.c555 case yes: ch = '*'; break; in build_conf()
832 if (sym_set_tristate_value(sym, yes)) in conf()
Dgconf.c781 newval = yes; in change_sym_value()
789 newval = yes; in change_sym_value()
1095 case yes: in fill_row()
1107 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
Dconfdata.c251 sym->def[def].tri = yes; in conf_set_sym_val()
795 if (sym == ds && sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
Dmenu.c727 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
734 expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n"); in get_symbol_str()
Dnconf.c858 case yes: in build_conf()
1195 if (sym_set_tristate_value(sym, yes)) in selected_conf()
Dqconf.cc150 case yes: in updateMenu()
775 setValue(item, yes); in keyPressEvent()
1003 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
/scripts/
Ddecodecode34 cont=yes
Dcheck-uapi.sh134 has_size_change = yes
/scripts/coccinelle/api/
Dstring_choices.cocci288 - ((E) ? "yes" : "no")
295 * E@P ? "yes" : "no"