HomeSort by relevance Sort by last modified time
    Searched refs:Test_env (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
syn.c 63 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)
funcs.c 213 static int test_oexpr(Test_env *, bool);
214 static int test_aexpr(Test_env *, bool);
215 static int test_nexpr(Test_env *, bool);
216 static int test_primary(Test_env *, bool);
217 static Test_op ptest_isa(Test_env *, Test_meta);
218 static const char *ptest_getopnd(Test_env *, Test_op, bool);
219 static void ptest_error(Test_env *, int, const char *);
    [all...]
exec.c 39 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;
    [all...]
sh.h 2046 typedef struct test_env { struct
    [all...]

Completed in 513 milliseconds