Searched refs:tfirst (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2366 UV tfirst = 1; local
2463 while (t < tend || tfirst <= tlast) {
2465 if (tfirst > tlast) {
2466 tfirst = (I32)utf8n_to_uvuni(t, tend - t, &ulen, 0);
2474 tlast = tfirst;
2498 tdiff = tlast - tfirst;
2510 (long)tfirst, (long)tlast);
2512 Perl_sv_catpvf(aTHX_ listsv, "%04lx\t\tXXXX\n", (long)tfirst);
2517 (long)tfirst, (long)(tfirst
[all...]

Completed in 27 milliseconds