Lines Matching refs:Test_env
208 static int test_oexpr(Test_env *, bool);
209 static int test_aexpr(Test_env *, bool);
210 static int test_nexpr(Test_env *, bool);
211 static int test_primary(Test_env *, bool);
212 static Test_op ptest_isa(Test_env *, Test_meta);
213 static const char *ptest_getopnd(Test_env *, Test_op, bool);
214 static void ptest_error(Test_env *, int, const char *);
2728 Test_env te; in c_test()
2831 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3074 test_parse(Test_env *te) in test_parse()
3087 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3099 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3111 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3119 test_primary(Test_env *te, bool do_eval) in test_primary()
3182 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3209 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3217 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()