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

/external/mksh/src/
H A Dexpr.c182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
189 ret = v_evaluate(&v, expr, error_ok, arith);
198 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, argument
219 if (error_ok == KSH_RETURN_ERROR)
243 setstr(vp, str_val(v), error_ok);
H A Dvar.c415 setstr(struct tbl *vq, const char *s, int error_ok) argument
418 bool no_ro_check = tobool(error_ok & 0x4);
420 error_ok &= ~0x4;
423 if (!error_ok)
453 if (!v_evaluate(vq, s, error_ok, true))

Completed in 108 milliseconds