Home | History | Annotate | Download | only in src

Lines Matching refs:Test_env

213 static int test_oexpr(Test_env *, bool);
214 static int test_aexpr(Test_env *, bool);
215 static int test_nexpr(Test_env *, bool);
216 static int test_primary(Test_env *, bool);
217 static Test_op ptest_isa(Test_env *, Test_meta);
218 static const char *ptest_getopnd(Test_env *, Test_op, bool);
219 static void ptest_error(Test_env *, int, const char *);
2771 Test_env te;
2903 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
3178 test_parse(Test_env *te)
3191 test_oexpr(Test_env *te, bool do_eval)
3203 test_aexpr(Test_env *te, bool do_eval)
3215 test_nexpr(Test_env *te, bool do_eval)
3223 test_primary(Test_env *te, bool do_eval)
3286 ptest_isa(Test_env *te, Test_meta meta)
3313 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED)
3321 ptest_error(Test_env *te, int ofs, const char *msg)