Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexpr.c151 evaluate(const char *expr, int64_t *rval, int error_ok, bool arith) in evaluate()
167 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate()
H A Dvar.c363 setstr(struct tbl *vq, const char *s, int error_ok) in setstr()
670 int error_ok = KSH_RETURN_ERROR; in typeset() local