HomeSort by: relevance | last modified time | path
    Searched defs:arith_prec (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
arithmetic.c 144 arith_prec(int op) function in typeref:typename:int
154 return arith_prec(op1) < arith_prec(op2);
288 b = binop2(b, op2, arith_prec(op), noeval);
295 arith_prec(op2) >= precedence)

Completed in 12 milliseconds