Home | History | Annotate | Download | only in src

Lines Matching refs:arith

83 	bool arith;
105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
112 ret = v_evaluate(&v, expr, error_ok, arith);
122 bool arith)
133 curstate.arith = arith;
160 if (es->arith && es->natural)
163 setint_v(vp, v, es->arith);
179 es->arith = false;
249 setint_v(vasn, vl, es->arith);
541 setint_v(vasn, vr, es->arith);
631 if (setint_v(es->val, es->val, es->arith) == NULL)
690 if (setint_v(vq, vp, es->arith) == NULL) {
695 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith);