SYMBOL_CONST      463 scripts/kconfig/expr.c 			if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
SYMBOL_CONST      470 scripts/kconfig/expr.c 			if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST))
SYMBOL_CONST      114 scripts/kconfig/gconf.c 	if (val & SYMBOL_CONST)
SYMBOL_CONST     1158 scripts/kconfig/qconf.cc 	if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) {
SYMBOL_CONST       18 scripts/kconfig/symbol.c 	.flags = SYMBOL_CONST|SYMBOL_VALID,
SYMBOL_CONST       22 scripts/kconfig/symbol.c 	.flags = SYMBOL_CONST|SYMBOL_VALID,
SYMBOL_CONST       26 scripts/kconfig/symbol.c 	.flags = SYMBOL_CONST|SYMBOL_VALID,
SYMBOL_CONST       43 scripts/kconfig/symbol.c 	prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST));
SYMBOL_CONST      676 scripts/kconfig/symbol.c 				   : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE))))
SYMBOL_CONST      719 scripts/kconfig/symbol.c 		    !(symbol->flags & SYMBOL_CONST))
SYMBOL_CONST      740 scripts/kconfig/symbol.c 		if (sym->flags & SYMBOL_CONST || !sym->name)
SYMBOL_CONST      963 scripts/kconfig/symbol.c 	prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST));
SYMBOL_CONST      459 scripts/kconfig/zconf.y 	| T_WORD_QUOTE	{ $$ = sym_lookup($1, SYMBOL_CONST); free($1); }