Lines Matching refs:Test_env
167 static int test_oexpr(Test_env *, bool);
168 static int test_aexpr(Test_env *, bool);
169 static int test_nexpr(Test_env *, bool);
170 static int test_primary(Test_env *, bool);
171 static Test_op ptest_isa(Test_env *, Test_meta);
172 static const char *ptest_getopnd(Test_env *, Test_op, bool);
173 static void ptest_error(Test_env *, int, const char *);
2713 Test_env te; in c_test()
2805 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
2965 test_parse(Test_env *te) in test_parse()
2978 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
2990 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3002 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3010 test_primary(Test_env *te, bool do_eval) in test_primary()
3073 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3100 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3108 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()