Home
last modified time | relevance | path

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

/scripts/kconfig/
A 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()
810 conf_rewrite_tristates(yes, mod); in main()
813 conf_rewrite_tristates(mod, yes); in main()
A Dsymbol.c20 .curr = { "y", yes },
224 tri = yes; in sym_calc_visibility()
232 tri = yes; in sym_calc_visibility()
236 tri = yes; in sym_calc_visibility()
245 tri = yes; in sym_calc_visibility()
254 tri = yes; in sym_calc_visibility()
631 return yes; in sym_toggle_tristate_value()
643 case yes: in sym_toggle_tristate_value()
834 val = yes; in sym_get_string_default()
838 val = yes; in sym_get_string_default()
[all …]
A 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()
A Dexpr.h22 no, mod, yes enumerator
A Dgconf.c209 case yes: in set_node()
219 if (val != yes && sym_tristate_within_range(sym, yes)) in set_node()
699 newval = yes; in change_sym_value()
707 newval = yes; in change_sym_value()
A Dmconf.c555 case yes: ch = '*'; break; in build_conf()
832 if (sym_set_tristate_value(sym, yes)) in conf()
A 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()
A Dmenu.c748 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
755 expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n"); in get_symbol_str()
A Dnconf.c858 case yes: in build_conf()
1195 if (sym_set_tristate_value(sym, yes)) in selected_conf()
A Dqconf.cc160 case yes: in updateMenu()
782 setValue(item, yes); in keyPressEvent()
996 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
/scripts/
A Ddecodecode34 cont=yes
A Dcheck-uapi.sh134 has_size_change = yes
/scripts/coccinelle/api/
A Dstring_choices.cocci288 - ((E) ? "yes" : "no")
295 * E@P ? "yes" : "no"
/scripts/bash-completion/
A Dmake430 local{mod,yes}config
431 all{no,yes,mod,def}config

Completed in 23 milliseconds