expr.c | 136 bool arith; /* evaluating an $(()) expression? */ member in struct:expr_state 175 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) 182 ret = v_evaluate(&v, expr, error_ok, arith); 192 bool arith) 202 curstate.arith = arith; 232 if (es->arith && es->natural) 235 setint_v(vp, v, es->arith); 251 es->arith = false; 470 setint_v(vasn, vr, es->arith); [all...] |