Searched refs:test_env (Results 1 – 2 of 2) sorted by relevance
1719 typedef struct test_env { struct1725 Test_op (*isa)(struct test_env *, Test_meta); argument1726 const char *(*getopnd) (struct test_env *, Test_op, bool); argument1727 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); argument1728 void (*error)(struct test_env *, int, const char *); argument
49 test_env = Environment()50 platform = test_env['PLATFORM']