Lines Matching defs:te
320 Test_env te;
322 te.flags = TEF_DBRACKET;
323 te.pos.wp = t->args;
324 te.isa = dbteste_isa;
325 te.getopnd = dbteste_getopnd;
326 te.eval = test_eval;
327 te.error = dbteste_error;
329 rv = test_parse(&te);
1761 dbteste_isa(Test_env *te, Test_meta meta)
1767 if (!*te->pos.wp)
1771 for (p = *te->pos.wp; *p == CHAR; p += 2)
1781 p = *te->pos.wp;
1791 ret = (uqword && !strcmp(*te->pos.wp,
1796 te->pos.wp++;
1802 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval)
1804 const char *s = *te->pos.wp;
1810 te->pos.wp++;
1822 dbteste_error(Test_env *te, int offset, const char *msg)
1824 te->flags |= TEF_ERROR;