Home | History | Annotate | Download | only in src

Lines Matching defs:test_eval

2617 	te.eval = test_eval;
2654 rv = test_eval(&te, op, *te.pos.wp++, NULL, true);
2669 rv = test_eval(&te, op, lhs, *te.pos.wp++, true);
2674 argc = test_eval(&te, TO_STNZE, lhs, NULL, true);
2675 rv = test_eval(&te, TO_STNZE, *te.pos.wp++, NULL, true);
2760 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,