Symbol: Test_env
bin/ksh/c_test.c
100
static int test_nexpr ARGS((Test_env *, int));
bin/ksh/c_test.c
101
static int test_primary ARGS((Test_env *, int));
bin/ksh/c_test.c
102
static int ptest_isa ARGS((Test_env *, Test_meta));
bin/ksh/c_test.c
103
static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
bin/ksh/c_test.c
104
static int ptest_eval ARGS((Test_env *, Test_op, const char *,
bin/ksh/c_test.c
106
static void ptest_error ARGS((Test_env *, int, const char *));
bin/ksh/c_test.c
114
Test_env te;
bin/ksh/c_test.c
195
Test_env *te;
bin/ksh/c_test.c
218
Test_env *te;
bin/ksh/c_test.c
468
Test_env *te;
bin/ksh/c_test.c
482
Test_env *te;
bin/ksh/c_test.c
497
Test_env *te;
bin/ksh/c_test.c
512
Test_env *te;
bin/ksh/c_test.c
522
Test_env *te;
bin/ksh/c_test.c
583
Test_env *te;
bin/ksh/c_test.c
611
Test_env *te;
bin/ksh/c_test.c
622
Test_env *te;
bin/ksh/c_test.c
633
Test_env *te;
bin/ksh/c_test.c
98
static int test_oexpr ARGS((Test_env *, int));
bin/ksh/c_test.c
99
static int test_aexpr ARGS((Test_env *, int));
bin/ksh/c_test.h
45
int (*isa) ARGS((Test_env *te, Test_meta meta));
bin/ksh/c_test.h
46
const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
bin/ksh/c_test.h
47
int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/c_test.h
49
void (*error) ARGS((Test_env *te, int offset, const char *msg));
bin/ksh/c_test.h
52
Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
bin/ksh/c_test.h
53
int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/c_test.h
55
int test_parse ARGS((Test_env *te));
bin/ksh/exec.c
1470
Test_env *te;
bin/ksh/exec.c
1511
Test_env *te;
bin/ksh/exec.c
1535
Test_env *te;
bin/ksh/exec.c
1546
Test_env *te;
bin/ksh/exec.c
289
Test_env te;
bin/ksh/exec.c
36
static int dbteste_isa ARGS((Test_env *, Test_meta));
bin/ksh/exec.c
37
static const char *dbteste_getopnd ARGS((Test_env *, Test_op, int));
bin/ksh/exec.c
38
static int dbteste_eval ARGS((Test_env *, Test_op, const char *,
bin/ksh/exec.c
40
static void dbteste_error ARGS((Test_env *, int, const char *));
bin/ksh/syn.c
321
Test_env te;
bin/ksh/syn.c
47
static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
bin/ksh/syn.c
48
static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op,
bin/ksh/syn.c
50
static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/syn.c
52
static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg));
bin/ksh/syn.c
865
Test_env *te;
bin/ksh/syn.c
915
Test_env *te;
bin/ksh/syn.c
932
Test_env *te;
bin/ksh/syn.c
943
Test_env *te;