Searched refs:v_evaluate (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | expr.c | 189 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()
|
D | eval.c | 348 v_evaluate(&v, substitute(sp, 0), in expand()
|
D | var.c | 467 if (!v_evaluate(vq, s, error_ok, true)) in setstr()
|
D | sh.h | 1730 int v_evaluate(struct tbl *, const char *, volatile int, bool);
|