Home | History | Annotate | Download | only in src

Lines Matching refs:Test_env

2030 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
2046 typedef struct test_env {
2052 Test_op (*isa)(struct test_env *, Test_meta);
2053 const char *(*getopnd) (struct test_env *, Test_op, bool);
2054 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2055 void (*error)(struct test_env *, int, const char *);
2057 } Test_env;
2062 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
2063 int test_parse(Test_env *);