Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dc_test.h37 typedef struct test_env Test_env; typedef
45 int (*isa) ARGS((Test_env *te, Test_meta meta));
46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
55 int test_parse ARGS((Test_env *te));
H A Dc_test.c98 static int test_oexpr ARGS((Test_env *, int));
99 static int test_aexpr ARGS((Test_env *, int));
100 static int test_nexpr ARGS((Test_env *, int));
101 static int test_primary ARGS((Test_env *, int));
102 static int ptest_isa ARGS((Test_env *, Test_meta));
103 static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
104 static int ptest_eval ARGS((Test_env *, Test_op, const char *,
106 static void ptest_error ARGS((Test_env *, int, const char *));
114 Test_env te;
195 Test_env *te; in test_isop()
[all …]
H A Dsyn.c47 static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
48 static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op,
50 static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
52 static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg));
321 Test_env te;
865 Test_env *te; in dbtestp_isa()
915 Test_env *te; in dbtestp_getopnd()
932 Test_env *te; in dbtestp_eval()
943 Test_env *te; in dbtestp_error()
H A Dexec.c36 static int dbteste_isa ARGS((Test_env *, Test_meta));
37 static const char *dbteste_getopnd ARGS((Test_env *, Test_op, int));
38 static int dbteste_eval ARGS((Test_env *, Test_op, const char *,
40 static void dbteste_error ARGS((Test_env *, int, const char *));
289 Test_env te;
1470 Test_env *te; in dbteste_isa()
1511 Test_env *te; in dbteste_getopnd()
1535 Test_env *te; in dbteste_eval()
1546 Test_env *te; in dbteste_error()