Home
last modified time | relevance | path

Searched refs:SYMBOL_CONST (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
23 .flags = SYMBOL_CONST|SYMBOL_VALID,
29 .flags = SYMBOL_CONST|SYMBOL_VALID,
825 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
866 !(symbol->flags & SYMBOL_CONST)) in sym_find()
967 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
H A Dexpr.h136 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
H A Dexpr.c543 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
550 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
H A Dparser.y464 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
H A Dgconf.c86 if (val & SYMBOL_CONST) in dbg_sym_flags()
H A Dqconf.cc1157 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c17 .flags = SYMBOL_CONST|SYMBOL_VALID,
23 .flags = SYMBOL_CONST|SYMBOL_VALID,
29 .flags = SYMBOL_CONST|SYMBOL_VALID,
824 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()
865 !(symbol->flags & SYMBOL_CONST)) in sym_find()
923 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
H A Dexpr.h136 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
H A Dexpr.c543 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
550 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
H A Dparser.y455 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
H A Dgconf.c82 if (val & SYMBOL_CONST) in dbg_sym_flags()
H A Dqconf.cc1164 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()

Completed in 18 milliseconds