Searched refs:arith_prec (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Darith_yacc.c113 static inline int arith_prec(int op) function
120 return arith_prec(op1) < arith_prec(op2);
221 b = binop2(b, op2, arith_prec(op), noeval);
228 arith_prec(op2) >= precedence)

Completed in 44 milliseconds