Lines Matching refs:Test_env
98 static int test_oexpr ARGS((Test_env *, int));
99 static int test_aexpr ARGS((Test_env *, int));
100 static int test_nexpr ARGS((Test_env *, int));
101 static int test_primary ARGS((Test_env *, int));
102 static int ptest_isa ARGS((Test_env *, Test_meta));
103 static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
104 static int ptest_eval ARGS((Test_env *, Test_op, const char *,
106 static void ptest_error ARGS((Test_env *, int, const char *));
114 Test_env te;
195 Test_env *te; in test_isop()
218 Test_env *te; in test_eval()
466 Test_env *te; in test_parse()
480 Test_env *te; in test_oexpr()
495 Test_env *te; in test_aexpr()
510 Test_env *te; in test_nexpr()
520 Test_env *te; in test_primary()
581 Test_env *te; in ptest_isa()
609 Test_env *te; in ptest_getopnd()
620 Test_env *te; in ptest_eval()
631 Test_env *te; in ptest_error()