Lines Matching refs:Test_env
220 static int test_oexpr(Test_env *, bool);
221 static int test_aexpr(Test_env *, bool);
222 static int test_nexpr(Test_env *, bool);
223 static int test_primary(Test_env *, bool);
224 static Test_op ptest_isa(Test_env *, Test_meta);
225 static const char *ptest_getopnd(Test_env *, Test_op, bool);
226 static void ptest_error(Test_env *, int, const char *);
2785 Test_env te; in c_test()
2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3192 test_parse(Test_env *te) in test_parse()
3205 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3217 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3229 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3237 test_primary(Test_env *te, bool do_eval) in test_primary()
3300 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3327 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3335 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()