Searched refs:SYMBOL_CONST (Results 1 – 5 of 5) sorted by relevance
22 .flags = SYMBOL_CONST|SYMBOL_VALID,30 .flags = SYMBOL_CONST|SYMBOL_VALID,38 .flags = SYMBOL_CONST|SYMBOL_VALID,904 : !(symbol->flags & SYMBOL_CONST))) in sym_lookup()946 !(symbol->flags & SYMBOL_CONST)) in sym_find()1004 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
145 #define SYMBOL_CONST 0x0001 /* symbol is const */ macro
426 if ((e2->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and() 433 if ((e1->right.sym->flags & SYMBOL_CONST) && (sym2->flags & SYMBOL_CONST)) in expr_join_and()
472 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
1156 if (sym && sym->name && !(sym->flags & SYMBOL_CONST)) { in expr_print_help()