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)(Test_env *, Test_meta);46 const char *(*getopnd) (Test_env *, Test_op, int);47 int (*eval)(Test_env *, Test_op, const char *, const char *, int);48 void (*error)(Test_env *, int, const char *);
20 test_env = { 'PATH' : os.environ['PATH'] } variable