Home
last modified time | relevance | path

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

/openbsd-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)(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 *);
/openbsd-src/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py20 test_env = { 'PATH' : os.environ['PATH'] } variable