Searched defs:test_env (Results 1 – 1 of 1) sorted by relevance
36 struct test_env { struct37 int flags; /* TEF_* */38 union {41 } pos;42 char **wp_end; /* used by ptest_* */43 int (*isa) ARGS((Test_env *te, Test_meta meta));44 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));45 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,47 void (*error) ARGS((Test_env *te, int offset, const char *msg));