HomeSort by: relevance | last modified time | path
    Searched refs:Test_op (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_test.h 6 enum Test_op {
19 typedef enum Test_op Test_op;
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,
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;
527 Test_op op;
541 if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
556 if ((op = (Test_op) (*te->isa)(te, TM_BINOP)))
    [all...]
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,
861 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
916 Test_op op;
933 Test_op op;
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 *,
1466 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1512 Test_op op;
1536 Test_op op;

Completed in 54 milliseconds