/external/mksh/src/ |
expr.c | 190 ret = v_evaluate(&v, expr, error_ok, arith); 199 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, function 688 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR, es->arith);
|
sh.h | 1015 /* Used by v_evaluate() and setstr() to control action when error occurs */ [all...] |
var.c | 444 if (!v_evaluate(vq, s, error_ok, true)) [all...] |
eval.c | 326 v_evaluate(&v, substitute(sp, 0), [all...] |