Lines Matching refs:te
408 Test_env te; in get_command() local
410 te.flags = TEF_DBRACKET; in get_command()
411 te.pos.av = &args; in get_command()
412 te.isa = dbtestp_isa; in get_command()
413 te.getopnd = dbtestp_getopnd; in get_command()
414 te.eval = dbtestp_eval; in get_command()
415 te.error = dbtestp_error; in get_command()
417 test_parse(&te); in get_command()
976 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() argument
1015 XPput(*te->pos.av, save); in dbtestp_isa()
1021 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd() argument
1030 XPput(*te->pos.av, yylval.cp); in dbtestp_getopnd()
1036 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED, in dbtestp_eval()
1044 dbtestp_error(Test_env *te, int offset, const char *msg) in dbtestp_error() argument
1046 te->flags |= TEF_ERROR; in dbtestp_error()
1052 yylval.cp = *(XPptrv(*te->pos.av) + XPsize(*te->pos.av) + in dbtestp_error()