Home
last modified time | relevance | path

Searched refs:SYMBOL_TRANS (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/
H A Dexpr.h148 #define SYMBOL_TRANS 0x0100 /* symbol is transitional only (not visible)*/ macro
H A Dparser.y205 current_entry->sym->flags |= SYMBOL_TRANS;
498 if (!menu->sym || !(menu->sym->flags & SYMBOL_TRANS))
H A Dsymbol.c217 if (sym->flags & SYMBOL_TRANS) { in sym_calc_visibility()
530 if (ds && (ds->flags & SYMBOL_TRANS) && sym_has_value(ds)) { in sym_calc_value()
547 if (sym_is_choice(sym) || sym->flags & SYMBOL_TRANS) in sym_calc_value()