Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c17 .curr = { "y", yes },
69 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
201 tri = yes; in sym_calc_visibility()
209 tri = yes; in sym_calc_visibility()
213 tri = yes; in sym_calc_visibility()
222 tri = yes; in sym_calc_visibility()
327 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
329 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
368 newval.tri = yes; in sym_calc_value()
395 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
[all …]
H A Dconfdata.c133 sym->def[def].tri = yes; in conf_set_sym_val()
320 if (cs->def[def].tri == yes) { in conf_read_simple()
325 case yes: in conf_read_simple()
459 case yes: in conf_write_symbol()
530 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
840 case yes: in conf_write_autoconf()
934 if (csym->curr.tri != yes) in randomize_choice_values()
953 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
998 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
H A Dmconf.c419 case yes: ch = '*'; break; in build_conf()
435 if (val == yes) { in build_conf()
456 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
472 case yes: ch = '*'; break; in build_conf()
567 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
591 if (sym_set_tristate_value(sym, yes)) in conf()
683 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A 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()
425 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
H A 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()
1182 sym_get_tristate_value(sym) == yes) in conf()
1197 if (sym_set_tristate_value(sym, yes)) in conf()
1347 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A 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()
H A Dgconf.c847 newval = yes; in change_sym_value()
856 newval = yes; in change_sym_value()
1189 case yes: in fill_row()
1201 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
H A Dexpr.c949 return yes; in expr_calc_value()
971 return !strcmp(str1, str2) ? yes : no; in expr_calc_value()
977 return !strcmp(str1, str2) ? no : yes; in expr_calc_value()
H A Dlkc.h169 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
H A Dexpr.h26 no, mod, yes enumerator
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dinet_diag.h50 unsigned char yes; member
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A Dlibstdc++.la25 installed=yes
H A Dlibsupc++.la25 installed=yes
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.01810 …esourcePrivate->stdrvXC_MVideo_Context.g_XC_Pnl_Misc.FRCInfo.bFRC) // init ready?! if yes, continue
12064 if(0 == strcmp(Value,"yes" ))