Lines Matching refs:te
255 Test_env te; in execute() local
257 te.flags = TEF_DBRACKET; in execute()
258 te.pos.wp = t->args; in execute()
259 te.isa = dbteste_isa; in execute()
260 te.getopnd = dbteste_getopnd; in execute()
261 te.eval = test_eval; in execute()
262 te.error = dbteste_error; in execute()
264 rv = test_parse(&te); in execute()
1455 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa() argument
1461 if (!*te->pos.wp) in dbteste_isa()
1465 for (p = *te->pos.wp; *p == CHAR; p += 2) in dbteste_isa()
1473 for (p = *te->pos.wp; in dbteste_isa()
1482 ret = (uqword && !strcmp(*te->pos.wp, in dbteste_isa()
1487 te->pos.wp++; in dbteste_isa()
1493 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument
1495 const char *s = *te->pos.wp; in dbteste_getopnd()
1500 te->pos.wp++; in dbteste_getopnd()
1514 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error() argument
1516 te->flags |= TEF_ERROR; in dbteste_error()