Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c53 static Test_op dbtestp_isa(Test_env *, Test_meta);
54 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
55 static int dbtestp_eval(Test_env *, Test_op, const char *,
57 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
388 Test_env te; in get_command()
926 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa()
969 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd()
984 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED, in dbtestp_eval()
992 dbtestp_error(Test_env *te, int offset, const char *msg) in dbtestp_error()
Dfuncs.c167 static int test_oexpr(Test_env *, bool);
168 static int test_aexpr(Test_env *, bool);
169 static int test_nexpr(Test_env *, bool);
170 static int test_primary(Test_env *, bool);
171 static Test_op ptest_isa(Test_env *, Test_meta);
172 static const char *ptest_getopnd(Test_env *, Test_op, bool);
173 static void ptest_error(Test_env *, int, const char *);
2713 Test_env te; in c_test()
2805 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
2965 test_parse(Test_env *te) in test_parse()
[all …]
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 *);
255 Test_env te; in execute()
1455 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa()
1493 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd()
1514 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error()
Dsh.h1730 } Test_env; typedef
1735 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
1736 int test_parse(Test_env *);