Searched refs:v_evaluate (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/ape/cmd/pdksh/ |
| H A D | expr.c | 154 ret = v_evaluate(&v, expr, error_ok); 163 v_evaluate(vp, expr, error_ok) in v_evaluate() function 600 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR);
|
| H A D | proto.h | 81 int v_evaluate ARGS((struct tbl *vp, const char *expr, volatile int error_ok));
|
| H A D | eval.c | 265 v_evaluate(&v, substitute(sp, 0),
|
| H A D | var.c | 381 if (!v_evaluate(vq, s, error_ok))
|