Lines Matching refs:Test_env
235 static int test_oexpr(Test_env *, bool);
236 static int test_aexpr(Test_env *, bool);
237 static int test_nexpr(Test_env *, bool);
238 static int test_primary(Test_env *, bool);
239 static Test_op ptest_isa(Test_env *, Test_meta);
240 static const char *ptest_getopnd(Test_env *, Test_op, bool);
241 static void ptest_error(Test_env *, int, const char *);
2609 Test_env te; in c_test()
2760 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3046 test_parse(Test_env *te) in test_parse()
3059 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3071 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3083 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3091 test_primary(Test_env *te, bool do_eval) in test_primary()
3154 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3181 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3189 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()