Home
last modified time | relevance | path

Searched refs:SYMBOL_CONST (Results 1 – 5 of 5) sorted by relevance

/scripts/kconfig/
Dsymbol.c22 .flags = SYMBOL_CONST|SYMBOL_VALID,
30 .flags = SYMBOL_CONST|SYMBOL_VALID,
38 .flags = SYMBOL_CONST|SYMBOL_VALID,
905 : !(symbol->flags & SYMBOL_CONST))) in sym_lookup()
947 !(symbol->flags & SYMBOL_CONST)) in sym_find()
1005 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
Dexpr.h145 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
Dexpr.c426 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
433 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
Dparser.y472 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
Dqconf.cc1156 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()