Lines Matching defs:te
107 Test_env te; in c_test() local
181 test_isop(Test_env *te, Test_meta meta, const char *s) in test_isop()
198 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
378 test_parse(Test_env *te) in test_parse()
391 test_oexpr(Test_env *te, int do_eval) in test_oexpr()
404 test_aexpr(Test_env *te, int do_eval) in test_aexpr()
417 test_nexpr(Test_env *te, int do_eval) in test_nexpr()
425 test_primary(Test_env *te, int do_eval) in test_primary()
492 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
518 ptest_getopnd(Test_env *te, Test_op op, int do_eval) in ptest_getopnd()
526 ptest_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in ptest_eval()
533 ptest_error(Test_env *te, int offset, const char *msg) in ptest_error()