Searched refs:v_evaluate (Results 1 - 4 of 4) sorted by relevance
/third_party/mksh/ |
H A D | expr.c | 112 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 D | eval.c | 370 v_evaluate(&v, substitute(sp, 0), in expand()
|
H A D | var.c | 500 if (!v_evaluate(vq, s, error_ok, true)) in setstr()
|
H A D | sh.h | 1684 /* 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