Searched refs:yes (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/ |
| A D | symbol.c | 16 .curr = { "y", yes }, 199 tri = yes; in sym_calc_visibility() 207 tri = yes; in sym_calc_visibility() 211 tri = yes; in sym_calc_visibility() 220 tri = yes; in sym_calc_visibility() 229 tri = yes; in sym_calc_visibility() 543 newval = yes; in sym_toggle_tristate_value() 545 case yes: in sym_toggle_tristate_value() 737 val = yes; in sym_get_string_default() 741 val = yes; in sym_get_string_default() [all …]
|
| A D | conf.c | 180 case yes: in conf_sym() 188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym() 210 newval = yes; in conf_sym() 245 case yes: in conf_choice() 255 case yes: in conf_choice() 422 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
|
| A D | mconf.c | 546 case yes: ch = '*'; break; in build_conf() 562 if (val == yes) { in build_conf() 583 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 599 case yes: ch = '*'; break; in build_conf() 694 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf() 722 if (sym_set_tristate_value(sym, yes)) in conf() 837 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| A D | confdata.c | 176 sym->def[def].tri = yes; in conf_set_sym_val() 422 if (cs->def[def].tri == yes) { in conf_read_simple() 427 case yes: in conf_read_simple() 751 sym_get_tristate_value(sym) == yes) in conf_write_defconfig() 1135 if (csym->curr.tri != yes) in randomize_choice_values() 1154 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values() 1250 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1257 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1266 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1270 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
|
| A D | nconf.c | 812 case yes: in build_conf() 831 if (val == yes) { in build_conf() 853 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 867 case yes: in build_conf() 1178 sym_get_tristate_value(sym) == yes) in conf() 1193 if (sym_set_tristate_value(sym, yes)) in conf() 1333 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| A D | lkc.h | 141 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
| A D | expr.c | 1035 return yes; in expr_calc_value() 1089 return res ? no : yes; in expr_calc_value() 1091 return res >= 0 ? yes : no; in expr_calc_value() 1093 return res > 0 ? yes : no; in expr_calc_value() 1095 return res <= 0 ? yes : no; in expr_calc_value() 1097 return res < 0 ? yes : no; in expr_calc_value() 1099 return res ? yes : no; in expr_calc_value()
|
| A D | gconf.c | 791 newval = yes; in change_sym_value() 799 newval = yes; in change_sym_value() 1100 case yes: in fill_row() 1112 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
|
| A D | expr.h | 28 no, mod, yes enumerator
|
| A D | qconf.cc | 164 case yes: in updateMenu() 190 if (expr != yes) in updateMenu() 191 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu() 752 setValue(item, yes); in keyPressEvent() 810 setValue(item, yes); in mouseReleaseEvent() 1064 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
|
| A D | Makefile | 111 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
|
| A D | menu.c | 828 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, " Selected by [y]:\n"); in get_symbol_str() 835 expr_gstr_print_revdep(sym->implied.expr, r, yes, " Implied by [y]:\n"); in get_symbol_str()
|
| /scripts/ |
| A D | decodecode | 34 cont=yes
|
Completed in 30 milliseconds