Home
last modified time | relevance | path

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

/scripts/kconfig/
Dsymbol.c16 .curr = { "y", yes },
68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
200 tri = yes; in sym_calc_visibility()
208 tri = yes; in sym_calc_visibility()
212 tri = yes; in sym_calc_visibility()
221 tri = yes; in sym_calc_visibility()
333 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
335 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
374 newval.tri = yes; in sym_calc_value()
401 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
[all …]
Dmconf.c420 case yes: ch = '*'; break; in build_conf()
436 if (val == yes) { in build_conf()
457 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
473 case yes: ch = '*'; break; in build_conf()
568 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
592 if (sym_set_tristate_value(sym, yes)) in conf()
684 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dconf.c180 case yes: in conf_sym()
188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
212 newval = yes; in conf_sym()
247 case yes: in conf_choice()
257 case yes: in conf_choice()
427 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
Dconfdata.c134 sym->def[def].tri = yes; in conf_set_sym_val()
324 if (cs->def[def].tri == yes) { in conf_read_simple()
329 case yes: in conf_read_simple()
648 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
998 if (csym->curr.tri != yes) in randomize_choice_values()
1017 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1062 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
Dnconf.c811 case yes: in build_conf()
830 if (val == yes) { in build_conf()
852 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
866 case yes: in build_conf()
1177 sym_get_tristate_value(sym) == yes) in conf()
1192 if (sym_set_tristate_value(sym, yes)) in conf()
1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dlkc.h163 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
Dgconf.c843 newval = yes; in change_sym_value()
851 newval = yes; in change_sym_value()
1156 case yes: in fill_row()
1168 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
Dexpr.h27 no, mod, yes enumerator
Dqconf.cc175 case yes: in updateMenu()
201 if (expr != yes) in updateMenu()
202 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()
702 setValue(item, yes); in keyPressEvent()
761 setValue(item, yes); in contentsMouseReleaseEvent()
1003 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
Dexpr.c944 return yes; in expr_calc_value()
966 return !strcmp(str1, str2) ? yes : no; in expr_calc_value()
972 return !strcmp(str1, str2) ? no : yes; in expr_calc_value()