Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yacc.c203 static arith_t binop2(arith_t a, int op, int precedence, int noeval) in binop2() function
219 b = binop2(b, op2, arith_prec(op), noeval); in binop2()
241 return binop2(a, op, ARITH_MAX_PREC, noeval); in binop()