Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dsymbol.c22 .flags = SYMBOL_CONST|SYMBOL_VALID,
30 .flags = SYMBOL_CONST|SYMBOL_VALID,
38 .flags = SYMBOL_CONST|SYMBOL_VALID,
904 : !(symbol->flags & SYMBOL_CONST))) in sym_lookup()
946 !(symbol->flags & SYMBOL_CONST)) in sym_find()
1004 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
H A Dexpr.h145 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
H A 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()
H A Dparser.y472 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
H A Dqconf.cc1156 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()