Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlkc.h164 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
H A Dexpr.h95 #define SYMBOL_CHOICE 0x0010 /* start of a choice block (null name) */ macro
H A Dzconf.y256 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
H A Dconfdata.c799 } else if (!(sym->flags & SYMBOL_CHOICE)) { in conf_write()
H A Dzconf.tab.c
H A Dsymbol.c851 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
H A Dgconf.c92 if (val & SYMBOL_CHOICE) in dbg_sym_flags()
H A Dzconf.tab.c_shipped1673 struct symbol *sym = sym_lookup((yyvsp[-1].string), SYMBOL_CHOICE);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc.h166 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
H A Dexpr.h138 #define SYMBOL_CHOICE 0x0010 /* start of a choice block (null name) */ macro
H A Dzconf.y275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
H A Dconfdata.c803 } else if (!(sym->flags & SYMBOL_CHOICE)) { in conf_write()
H A Dsymbol.c861 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
H A Dgconf.c92 if (val & SYMBOL_CHOICE) in dbg_sym_flags()
H A Dzconf.tab.c_shipped1691 struct symbol *sym = sym_lookup((yyvsp[-1].string), SYMBOL_CHOICE);
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlkc.h151 return sym->flags & SYMBOL_CHOICE ? true : false; in sym_is_choice()
H A Dexpr.h138 #define SYMBOL_CHOICE 0x0010 /* start of a choice block (null name) */ macro
H A Dparser.y240 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
H A Dconfdata.c880 } else if (!(sym->flags & SYMBOL_CHOICE) && in conf_write()
H A Dsymbol.c827 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
H A Dgconf.c90 if (val & SYMBOL_CHOICE) in dbg_sym_flags()