Searched refs:SYMBOL_CONST (Results 1 – 21 of 21) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | symbol.c | 17 .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() 851 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup() 892 !(symbol->flags & SYMBOL_CONST)) in sym_find() 1042 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search() 1404 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
|
| H A D | expr.h | 93 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
|
| H A D | expr.c | 473 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()
|
| H A D | zconf.y | 495 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
| H A D | zconf.tab.c | |
| H A D | gconf.c | 88 if (val & SYMBOL_CONST) in dbg_sym_flags()
|
| H A D | qconf.cc | 1226 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
|
| H A D | zconf.tab.c_shipped | 1978 { (yyval.symbol) = sym_lookup((yyvsp[0].string), SYMBOL_CONST); free((yyvsp[0].string)); }
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | symbol.c | 17 .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() 861 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup() 902 !(symbol->flags & SYMBOL_CONST)) in sym_find() 1056 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search() 1422 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
|
| H A D | expr.h | 136 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
|
| H A D | expr.c | 535 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and() 542 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
|
| H A D | zconf.y | 521 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
| H A D | gconf.c | 88 if (val & SYMBOL_CONST) in dbg_sym_flags()
|
| H A D | qconf.cc | 1226 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
|
| H A D | zconf.tab.c_shipped | 1993 { (yyval.symbol) = sym_lookup((yyvsp[0].string), SYMBOL_CONST); free((yyvsp[0].string)); }
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | symbol.c | 17 .flags = SYMBOL_CONST|SYMBOL_VALID, 23 .flags = SYMBOL_CONST|SYMBOL_VALID, 29 .flags = SYMBOL_CONST|SYMBOL_VALID, 827 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup() 868 !(symbol->flags & SYMBOL_CONST)) in sym_find() 969 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
|
| H A D | expr.h | 136 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
|
| H A D | expr.c | 543 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 D | parser.y | 464 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
| H A D | gconf.c | 86 if (val & SYMBOL_CONST) in dbg_sym_flags()
|
| H A D | qconf.cc | 1157 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
|