Home
last modified time | relevance | path

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

/external/mksh/src/
Dexpr.c189 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate()
198 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate() function
753 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith); in intvar()
Deval.c348 v_evaluate(&v, substitute(sp, 0), in expand()
Dvar.c467 if (!v_evaluate(vq, s, error_ok, true)) in setstr()
Dsh.h1730 int v_evaluate(struct tbl *, const char *, volatile int, bool);