Home
last modified time | relevance | path

Searched refs:v_evaluate (Results 1 - 4 of 4) sorted by relevance

/third_party/mksh/
H A Dexpr.c112 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate()
121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate() function
695 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
H A Deval.c370 v_evaluate(&v, substitute(sp, 0), in expand()
H A Dvar.c500 if (!v_evaluate(vq, s, error_ok, true)) in setstr()
H A Dsh.h1684 /* Used by v_evaluate() and setstr() to control action when error occurs */
2441 int v_evaluate(struct tbl *, const char *, volatile int, bool);

Completed in 12 milliseconds