Searched refs:yes (Results 1 – 10 of 10) sorted by relevance
16 .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()341 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()343 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()382 newval.tri = yes; in sym_calc_value()409 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()[all …]
184 case yes: in conf_sym()192 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()216 newval = yes; in conf_sym()251 case yes: in conf_choice()261 case yes: in conf_choice()431 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
548 case yes: ch = '*'; break; in build_conf()564 if (val == yes) { in build_conf()585 if (sym_is_choice_value(sym) && val == yes) { in build_conf()601 case yes: ch = '*'; break; in build_conf()696 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()724 if (sym_set_tristate_value(sym, yes)) in conf()838 sym_set_tristate_value(child->sym, yes); in conf_choice()
134 sym->def[def].tri = yes; in conf_set_sym_val()380 if (cs->def[def].tri == yes) { in conf_read_simple()385 case yes: in conf_read_simple()705 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()1055 if (csym->curr.tri != yes) in randomize_choice_values()1074 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()1163 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()1176 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()1180 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
811 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()
172 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
843 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()
176 case yes: in updateMenu()202 if (expr != yes) in updateMenu()203 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()703 setValue(item, yes); in keyPressEvent()762 setValue(item, yes); in contentsMouseReleaseEvent()1004 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
28 no, mod, yes enumerator
944 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()