Home
last modified time | relevance | path

Searched defs:test_env (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ksh/
H A Dc_test.h38 struct test_env { struct
39 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));
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py20 test_env = { 'PATH' : os.environ['PATH'] } variable