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
143
Test_op op;
bin/ksh/c_test.c
151
if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
bin/ksh/c_test.c
193
Test_op
bin/ksh/c_test.c
219
Test_op op;
bin/ksh/c_test.c
47
Test_op op_num;
bin/ksh/c_test.c
527
Test_op op;
bin/ksh/c_test.c
541
if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
bin/ksh/c_test.c
556
if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) {
bin/ksh/c_test.c
612
Test_op op;
bin/ksh/c_test.c
623
Test_op op;
bin/ksh/c_test.h
19
typedef enum Test_op Test_op;
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
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/exec.c
1512
Test_op op;
bin/ksh/exec.c
1536
Test_op op;
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/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
916
Test_op op;
bin/ksh/syn.c
933
Test_op op;