Home
last modified time | relevance | path

Searched refs:SYMBOL_AUTO (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c60 sym->flags |= SYMBOL_AUTO; in sym_init()
420 if (sym->flags & SYMBOL_AUTO) in sym_calc_value()
1240 sym->flags |= SYMBOL_AUTO; in prop_add_env()
H A Dzconf.y250 sym->flags |= SYMBOL_AUTO;
503 modules_sym->flags |= SYMBOL_AUTO;
H A Dconfdata.c355 if (sym_is_choice(sym) || (sym->flags & SYMBOL_AUTO)) in conf_read()
677 if ((sym->flags & SYMBOL_AUTO) || !sym->name) in conf_split_config()
H A Dzconf.tab.c1779 sym->flags |= SYMBOL_AUTO;
2258 modules_sym->flags |= SYMBOL_AUTO; in conf_parse()
H A Dexpr.h96 #define SYMBOL_AUTO 0x1000 /* value from environment variable */ macro
H A Dzconf.tab.c_shipped1779 sym->flags |= SYMBOL_AUTO;
2258 modules_sym->flags |= SYMBOL_AUTO;
H A Dgconf.c104 if (val & SYMBOL_AUTO) in dbg_sym_flags()