Searched refs:Test_env (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | c_test.h | 37 typedef struct test_env Test_env; typedef 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 D | c_test.c | 92 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; in c_test() 181 test_isop(Test_env *te, Test_meta meta, const char *s) in test_isop() [all …]
|
| H A D | syn.c | 39 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; in get_command() 828 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() 870 dbtestp_getopnd(Test_env *te, Test_op op, int do_eval) in dbtestp_getopnd() 884 dbtestp_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in dbtestp_eval() 891 dbtestp_error(Test_env *te, int offset, const char *msg) in dbtestp_error()
|
| H A D | exec.c | 31 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; in execute() 1355 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa() 1393 dbteste_getopnd(Test_env *te, Test_op op, int do_eval) in dbteste_getopnd() 1414 dbteste_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in dbteste_eval() 1421 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error()
|