Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
21 .flags = SYMBOL_CONST|SYMBOL_VALID,
25 .flags = SYMBOL_CONST|SYMBOL_VALID,
822 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
863 !(symbol->flags & SYMBOL_CONST)) in sym_find()
964 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
A Dexpr.h136 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
A Dexpr.c537 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
544 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
A Dparser.y467 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
A Dgconf.c85 if (val & SYMBOL_CONST) in dbg_sym_flags()
A Dqconf.cc1216 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()

Completed in 14 milliseconds