Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darithmetic.c144 arith_prec(int op) in arith_prec() function
154 return arith_prec(op1) < arith_prec(op2); in higher_prec()
288 b = binop2(b, op2, arith_prec(op), noeval); in binop2()
295 arith_prec(op2) >= precedence) in binop2()