Lines Matching refs:arith
160 bool arith; member
182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument
189 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate()
199 bool arith) in v_evaluate() argument
210 curstate.arith = arith; in v_evaluate()
237 if (es->arith && es->natural) in v_evaluate()
240 setint_v(vp, v, es->arith); in v_evaluate()
256 es->arith = false; in evalerr()
326 setint_v(vasn, vl, es->arith); in do_ppmm()
607 setint_v(vasn, vr, es->arith); in evalexpr()
691 if (setint_v(es->val, es->val, es->arith) == NULL) in exprtoken()
748 if (setint_v(vq, vp, es->arith) == NULL) { in intvar()
753 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()