bin/ksh/c_test.c
136
Test_op op;
bin/ksh/c_test.c
144
if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
bin/ksh/c_test.c
180
Test_op
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
431
Test_op op;
bin/ksh/c_test.c
44
Test_op op_num;
bin/ksh/c_test.c
451
if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
bin/ksh/c_test.c
468
if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) {
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
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
19
typedef enum Test_op Test_op;
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
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/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
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/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
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,