Home | History | Annotate | Download | only in src

Lines Matching defs:arith

156 	bool arith;
183 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
190 ret = v_evaluate(&v, expr, error_ok, arith);
200 bool arith)
211 curstate.arith = arith;
238 if (es->arith && es->natural)
241 setint_v(vp, v, es->arith);
257 es->arith = false;
505 setint_v(vasn, vr, es->arith);
593 if (setint_v(es->val, es->val, es->arith) == NULL)
636 setint_v(vasn, vl, es->arith);
683 if (setint_v(vq, vp, es->arith) == NULL) {
688 arith);