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

  /src/bin/sh/
arithmetic.c 269 binop2(intmax_t a, int op, int precedence, int noeval) function in typeref:typename:intmax_t
276 VTRACE(DBG_ARITH, ("Arith: binop2 %jd op %d (P:%d)%s\n",
288 b = binop2(b, op2, arith_prec(op), noeval);
311 return binop2(a, op, ARITH_MAX_PREC, noeval);

Completed in 14 milliseconds