Searched refs:SYMBOL_CONST (Results 1 – 3 of 3) sorted by relevance
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()
465 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }