bin/ksh/c_test.c
100
static void ptest_error(Test_env *, int, const char *);
bin/ksh/c_test.c
107
Test_env te;
bin/ksh/c_test.c
181
test_isop(Test_env *te, Test_meta meta, const char *s)
bin/ksh/c_test.c
198
test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
bin/ksh/c_test.c
380
test_parse(Test_env *te)
bin/ksh/c_test.c
393
test_oexpr(Test_env *te, int do_eval)
bin/ksh/c_test.c
406
test_aexpr(Test_env *te, int do_eval)
bin/ksh/c_test.c
419
test_nexpr(Test_env *te, int do_eval)
bin/ksh/c_test.c
427
test_primary(Test_env *te, int do_eval)
bin/ksh/c_test.c
494
ptest_isa(Test_env *te, Test_meta meta)
bin/ksh/c_test.c
520
ptest_getopnd(Test_env *te, Test_op op, int do_eval)
bin/ksh/c_test.c
528
ptest_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
bin/ksh/c_test.c
535
ptest_error(Test_env *te, int offset, const char *msg)
bin/ksh/c_test.c
92
static int test_oexpr(Test_env *, int);
bin/ksh/c_test.c
93
static int test_aexpr(Test_env *, int);
bin/ksh/c_test.c
94
static int test_nexpr(Test_env *, int);
bin/ksh/c_test.c
95
static int test_primary(Test_env *, int);
bin/ksh/c_test.c
96
static int ptest_isa(Test_env *, Test_meta);
bin/ksh/c_test.c
97
static const char *ptest_getopnd(Test_env *, Test_op, int);
bin/ksh/c_test.c
98
static int ptest_eval(Test_env *, Test_op, const char *,
bin/ksh/c_test.h
45
int (*isa)(Test_env *, Test_meta);
bin/ksh/c_test.h
46
const char *(*getopnd) (Test_env *, Test_op, int);
bin/ksh/c_test.h
47
int (*eval)(Test_env *, Test_op, const char *, const char *, int);
bin/ksh/c_test.h
48
void (*error)(Test_env *, int, const char *);
bin/ksh/c_test.h
51
Test_op test_isop(Test_env *, Test_meta, const char *);
bin/ksh/c_test.h
52
int test_eval(Test_env *, Test_op, const char *, const char *, int);
bin/ksh/c_test.h
53
int test_parse(Test_env *);
bin/ksh/exec.c
1355
dbteste_isa(Test_env *te, Test_meta meta)
bin/ksh/exec.c
1393
dbteste_getopnd(Test_env *te, Test_op op, int do_eval)
bin/ksh/exec.c
1414
dbteste_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
bin/ksh/exec.c
1421
dbteste_error(Test_env *te, int offset, const char *msg)
bin/ksh/exec.c
260
Test_env te;
bin/ksh/exec.c
31
static int dbteste_isa(Test_env *, Test_meta);
bin/ksh/exec.c
32
static const char *dbteste_getopnd(Test_env *, Test_op, int);
bin/ksh/exec.c
33
static int dbteste_eval(Test_env *, Test_op, const char *, const char *,
bin/ksh/exec.c
35
static void dbteste_error(Test_env *, int, const char *);
bin/ksh/syn.c
302
Test_env te;
bin/ksh/syn.c
39
static int dbtestp_isa(Test_env *, Test_meta);
bin/ksh/syn.c
40
static const char *dbtestp_getopnd(Test_env *, Test_op, int);
bin/ksh/syn.c
41
static int dbtestp_eval(Test_env *, Test_op, const char *, const char *,
bin/ksh/syn.c
43
static void dbtestp_error(Test_env *, int, const char *);
bin/ksh/syn.c
828
dbtestp_isa(Test_env *te, Test_meta meta)
bin/ksh/syn.c
870
dbtestp_getopnd(Test_env *te, Test_op op, int do_eval)
bin/ksh/syn.c
884
dbtestp_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
bin/ksh/syn.c
891
dbtestp_error(Test_env *te, int offset, const char *msg)