Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
21 .flags = SYMBOL_CONST|SYMBOL_VALID,
25 .flags = SYMBOL_CONST|SYMBOL_VALID,
42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default()
817 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
858 !(symbol->flags & SYMBOL_CONST)) in sym_find()
1008 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
1368 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
Dexpr.h92 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
Dexpr.c473 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
480 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
Dzconf.y488 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
Dzconf.tab.c2092 …{ (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].str…
Dgconf.c88 if (val & SYMBOL_CONST) in dbg_sym_flags()
Dqconf.cc1218 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
Dzconf.tab.c_shipped2092 …{ (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].str…