Home | History | Annotate | Download | only in src

Lines Matching refs:arith

136 	bool arith;			/* evaluating an $(()) expression? */
169 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
176 ret = v_evaluate(&v, expr, error_ok, arith);
186 bool arith)
196 curstate.arith = arith;
226 if (es->arith && es->natural)
229 setint_v(vp, v, es->arith);
245 es->arith = false;
466 setint_v(vasn, vr, es->arith);
554 if (setint_v(es->val, es->val, es->arith) == NULL)
597 setint_v(vasn, vl, es->arith);
643 if (setint_v(vq, vp, es->arith) == NULL) {
648 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith);