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

/external/mksh/src/
H A Dsyn.c56 static Test_op dbtestp_isa(Test_env *, Test_meta);
57 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
58 static int dbtestp_eval(Test_env *, Test_op, const char *,
60 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
405 Test_env te;
965 dbtestp_isa(Test_env *te, Test_meta meta)
1009 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1024 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
1032 dbtestp_error(Test_env *te, int offset, const char *msg)
H A Dfuncs.c208 static int test_oexpr(Test_env *, bool);
209 static int test_aexpr(Test_env *, bool);
210 static int test_nexpr(Test_env *, bool);
211 static int test_primary(Test_env *, bool);
212 static Test_op ptest_isa(Test_env *, Test_meta);
213 static const char *ptest_getopnd(Test_env *, Test_op, bool);
214 static void ptest_error(Test_env *, int, const char *);
2728 Test_env te;
2831 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
3074 test_parse(Test_env *t
[all...]
H A Dexec.c38 static Test_op dbteste_isa(Test_env *, Test_meta);
39 static const char *dbteste_getopnd(Test_env *, Test_op, bool);
40 static void dbteste_error(Test_env *, int, const char *);
320 Test_env te;
1647 dbteste_isa(Test_env *te, Test_meta meta)
1687 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval)
1708 dbteste_error(Test_env *te, int offset, const char *msg)
H A Dsh.h1878 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
1905 } Test_env; typedef in typeref:struct:test_env
1910 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
1911 int test_parse(Test_env *);

Completed in 45 milliseconds