Searched refs:Test_op (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | c_test.h | 6 enum Test_op { enum 19 typedef enum Test_op Test_op; typedef 46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval)); 47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1, 52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s)); 53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
|
H A D | c_test.c | 47 Test_op op_num; 103 static const char *ptest_getopnd ARGS((Test_env *, Test_op, int)); 104 static int ptest_eval ARGS((Test_env *, Test_op, const char *, 143 Test_op op; 151 if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) { 193 Test_op 219 Test_op op; 525 Test_op op; 539 if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) { 554 if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) { [all …]
|
H A D | syn.c | 48 static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op, 50 static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1, 916 Test_op op; 933 Test_op op;
|
H A D | exec.c | 37 static const char *dbteste_getopnd ARGS((Test_env *, Test_op, int)); 38 static int dbteste_eval ARGS((Test_env *, Test_op, const char *, 1512 Test_op op; 1536 Test_op op;
|