Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
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.y465 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }