Searched refs:error_ok (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dexpr.c105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
112 ret = v_evaluate(&v, expr, error_ok, arith);
121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, argument
142 if (error_ok == KSH_RETURN_ERROR)
166 setstr(vp, str_val(v), error_ok);
H A Dvar.c449 setstr(struct tbl *vq, const char *s, int error_ok) argument
452 bool no_ro_check = tobool(error_ok & 0x4);
454 error_ok &= ~0x4;
457 if (!error_ok)
487 if (!v_evaluate(vq, s, error_ok, true))

Completed in 341 milliseconds