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

/external/mksh/src/
H A Dsyn.c63 static Test_op dbtestp_isa(Test_env *, Test_meta);
64 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
65 static int dbtestp_eval(Test_env *, Test_op, const char *,
973 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
975 static Test_op
981 Test_op ret = TO_NONOP;
1020 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1035 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
H A Dsh.h1973 enum Test_op { enum
1989 typedef enum Test_op Test_op; typedef in typeref:enum:Test_op
2013 Test_op (*isa)(struct test_env *, Test_meta);
2014 const char *(*getopnd) (struct test_env *, Test_op, bool);
2015 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2022 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;
2023 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
H A Dfuncs.c174 Test_op op_num;
224 static Test_op ptest_isa(Test_env *, Test_meta);
225 static const char *ptest_getopnd(Test_env *, Test_op, bool);
2786 Test_op op;
2900 Test_op
2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
3241 Test_op op;
3297 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
3299 static Test_op
3306 Test_op r
[all...]
H A Dexec.c39 static Test_op dbteste_isa(Test_env *, Test_meta);
40 static const char *dbteste_getopnd(Test_env *, Test_op, bool);
1665 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1667 static Test_op
1670 Test_op ret = TO_NONOP;
1709 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval)

Completed in 257 milliseconds