Searched refs:Test_op (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/bin/ksh/
H A Dc_test.h6 enum Test_op { enum
19 typedef enum Test_op Test_op; typedef in typeref:enum:Test_op
46 const char *(*getopnd) (Test_env *, Test_op, int);
47 int (*eval)(Test_env *, Test_op, const char *, const char *, int);
51 Test_op test_isop(Test_env *, Test_meta, const char *);
52 int test_eval(Test_env *, Test_op, const char *, const char *, int);
H A Dc_test.c44 Test_op op_num;
97 static const char *ptest_getopnd(Test_env *, Test_op, int);
98 static int ptest_eval(Test_env *, Test_op, const char *,
136 Test_op op;
144 if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
180 Test_op
198 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
429 Test_op op;
449 if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
466 if ((op = (Test_op) (*t
[all...]
H A Dsyn.c40 static const char *dbtestp_getopnd(Test_env *, Test_op, int);
41 static int dbtestp_eval(Test_env *, Test_op, const char *, const char *,
825 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
870 dbtestp_getopnd(Test_env *te, Test_op op, int do_eval)
884 dbtestp_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
H A Dexec.c32 static const char *dbteste_getopnd(Test_env *, Test_op, int);
33 static int dbteste_eval(Test_env *, Test_op, const char *, const char *,
1352 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1393 dbteste_getopnd(Test_env *te, Test_op op, int do_eval)
1414 dbteste_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,

Completed in 136 milliseconds