Searched refs:yes (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/ |
| 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() 807 conf_rewrite_tristates(yes, mod); in main() 810 conf_rewrite_tristates(mod, yes); in main()
|
| D | symbol.c | 20 .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 …]
|
| 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()
|
| D | expr.h | 22 no, mod, yes enumerator
|
| D | mconf.c | 555 case yes: ch = '*'; break; in build_conf() 832 if (sym_set_tristate_value(sym, yes)) in conf()
|
| D | gconf.c | 781 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()
|
| 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()
|
| D | menu.c | 727 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()
|
| D | nconf.c | 858 case yes: in build_conf() 1195 if (sym_set_tristate_value(sym, yes)) in selected_conf()
|
| D | qconf.cc | 150 case yes: in updateMenu() 775 setValue(item, yes); in keyPressEvent() 1003 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
|
| /scripts/ |
| D | decodecode | 34 cont=yes
|
| D | check-uapi.sh | 134 has_size_change = yes
|
| /scripts/coccinelle/api/ |
| D | string_choices.cocci | 288 - ((E) ? "yes" : "no") 295 * E@P ? "yes" : "no"
|