Searched refs:Test_env (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 *,
67 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
408 Test_env te;
976 dbtestp_isa(Test_env *te, Test_meta meta)
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,
1043 dbtestp_error(Test_env *te, int offset, const char *msg)
H A Dfuncs.c220 static int test_oexpr(Test_env *, bool);
221 static int test_aexpr(Test_env *, bool);
222 static int test_nexpr(Test_env *, bool);
223 static int test_primary(Test_env *, bool);
224 static Test_op ptest_isa(Test_env *, Test_meta);
225 static const char *ptest_getopnd(Test_env *, Test_op, bool);
226 static void ptest_error(Test_env *, int, const char *);
2785 Test_env te;
2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
3192 test_parse(Test_env *t
[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);
41 static void dbteste_error(Test_env *, int, const char *);
316 Test_env te;
1668 dbteste_isa(Test_env *te, Test_meta meta)
1709 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval)
1730 dbteste_error(Test_env *te, int offset, const char *msg)
H A Dsh.h1991 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
2018 } Test_env; typedef in typeref:struct:test_env
2023 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
2024 int test_parse(Test_env *);

Completed in 775 milliseconds