Searched refs:Test_op (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | syn.c | 62 static Test_op dbtestp_isa(Test_env *, Test_meta); 63 static const char *dbtestp_getopnd(Test_env *, Test_op, bool); 64 static int dbtestp_eval(Test_env *, Test_op, const char *, 1006 static Test_op 1012 Test_op ret = TO_NONOP; in dbtestp_isa() 1052 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd() 1067 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED, in dbtestp_eval()
|
D | sh.h | 2045 enum Test_op { enum 2061 typedef enum Test_op Test_op; typedef 2085 Test_op (*isa)(struct test_env *, Test_meta); 2086 const char *(*getopnd) (struct test_env *, Test_op, bool); 2087 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); 2094 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE; 2095 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
|
D | funcs.c | 178 Test_op op_num; 228 static Test_op ptest_isa(Test_env *, Test_meta); 229 static const char *ptest_getopnd(Test_env *, Test_op, bool); 2860 Test_op op; in c_test() 2974 Test_op 2991 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() 3315 Test_op op; in test_primary() 3373 static Test_op 3380 Test_op rv; in ptest_isa() 3401 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
|
D | exec.c | 39 static Test_op dbteste_isa(Test_env *, Test_meta); 40 static const char *dbteste_getopnd(Test_env *, Test_op, bool); 1760 static Test_op 1763 Test_op ret = TO_NONOP; in dbteste_isa() 1802 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd()
|