Searched refs:SYMBOL_CONST (Results 1 – 7 of 7) sorted by relevance
18 .flags = SYMBOL_CONST|SYMBOL_VALID,22 .flags = SYMBOL_CONST|SYMBOL_VALID,26 .flags = SYMBOL_CONST|SYMBOL_VALID,43 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default()676 : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) in sym_lookup()719 !(symbol->flags & SYMBOL_CONST)) in sym_find()740 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()963 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
91 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
463 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()470 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
459 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
114 if (val & SYMBOL_CONST) in dbg_print_flags()
1158 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()
2023 …{ (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].str…