Home
last modified time | relevance | path

Searched refs:SYMBOL_CHOICE (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlkc.h174 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
H A Dexpr.h90 #define SYMBOL_CHOICE 0x0010 /* start of a choice block (null name) */ macro
H A Dzconf.y249 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
H A Dconfdata.c619 } else if (!(sym->flags & SYMBOL_CHOICE)) { in conf_write()
H A Dsymbol.c799 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
H A Dzconf.tab.c1778 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE);
H A Dgconf.c92 if (val & SYMBOL_CHOICE) in dbg_sym_flags()
H A Dzconf.tab.c_shipped1778 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE);