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

/openbsd-current/bin/ksh/
H A Dc_test.h21 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
37 typedef struct test_env Test_env; typedef in typeref:struct:test_env
45 int (*isa)(Test_env *, Test_meta);
46 const char *(*getopnd) (Test_env *, Test_op, int);
47 int (*eval)(Test_env *, Test_op, const char *, const char *, int);
48 void (*error)(Test_env *, int, const char *);
51 Test_op test_isop(Test_env *, Test_meta, const char *);
52 int test_eval(Test_env *, Test_op, const char *, const char *, int);
53 int test_parse(Test_env *);
H A Dc_test.c92 static int test_oexpr(Test_env *, int);
93 static int test_aexpr(Test_env *, int);
94 static int test_nexpr(Test_env *, int);
95 static int test_primary(Test_env *, int);
96 static int ptest_isa(Test_env *, Test_meta);
97 static const char *ptest_getopnd(Test_env *, Test_op, int);
98 static int ptest_eval(Test_env *, Test_op, const char *,
100 static void ptest_error(Test_env *, int, const char *);
107 Test_env te;
181 test_isop(Test_env *t
[all...]
H A Dsyn.c39 static int dbtestp_isa(Test_env *, Test_meta);
40 static const char *dbtestp_getopnd(Test_env *, Test_op, int);
41 static int dbtestp_eval(Test_env *, Test_op, const char *, const char *,
43 static void dbtestp_error(Test_env *, int, const char *);
302 Test_env te;
828 dbtestp_isa(Test_env *te, Test_meta meta)
870 dbtestp_getopnd(Test_env *te, Test_op op, int do_eval)
884 dbtestp_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
891 dbtestp_error(Test_env *te, int offset, const char *msg)
H A Dexec.c31 static int dbteste_isa(Test_env *, Test_meta);
32 static const char *dbteste_getopnd(Test_env *, Test_op, int);
33 static int dbteste_eval(Test_env *, Test_op, const char *, const char *,
35 static void dbteste_error(Test_env *, int, const char *);
260 Test_env te;
1355 dbteste_isa(Test_env *te, Test_meta meta)
1393 dbteste_getopnd(Test_env *te, Test_op op, int do_eval)
1414 dbteste_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2,
1421 dbteste_error(Test_env *te, int offset, const char *msg)

Completed in 145 milliseconds