Searched defs:test_env (Results 1 – 2 of 2) sorted by relevance
38 struct test_env { struct39 int flags; /* TEF_* */40 union {43 } pos;44 char **wp_end; /* used by ptest_* */45 int (*isa) ARGS((Test_env *te, Test_meta meta));46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
20 test_env = { 'PATH' : os.environ['PATH'] } variable