Searched refs:SPEC_PREC (Results 1 – 1 of 1) sorted by relevance
206 #define SPEC_PREC (UNARYPREC+4) macro208 #define TOK_NUM tok_decl(SPEC_PREC, 0)209 #define TOK_RPAREN tok_decl(SPEC_PREC, 1)752 if ((prec > 0 && prec < UNARYPREC) || prec == SPEC_PREC) { in evaluate_string()