Searched refs:yes (Results 1 – 14 of 14) sorted by relevance
| /scripts/kconfig/ |
| A D | conf.c | 150 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 D | symbol.c | 20 .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 D | expr.c | 945 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 D | expr.h | 22 no, mod, yes enumerator
|
| A D | gconf.c | 209 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 D | mconf.c | 555 case yes: ch = '*'; break; in build_conf() 832 if (sym_set_tristate_value(sym, yes)) in conf()
|
| A D | confdata.c | 251 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 D | menu.c | 748 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 D | nconf.c | 858 case yes: in build_conf() 1195 if (sym_set_tristate_value(sym, yes)) in selected_conf()
|
| A D | qconf.cc | 160 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 D | decodecode | 34 cont=yes
|
| A D | check-uapi.sh | 134 has_size_change = yes
|
| /scripts/coccinelle/api/ |
| A D | string_choices.cocci | 288 - ((E) ? "yes" : "no") 295 * E@P ? "yes" : "no"
|
| /scripts/bash-completion/ |
| A D | make | 430 local{mod,yes}config 431 all{no,yes,mod,def}config
|
Completed in 23 milliseconds