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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2367 UV tlast = 0; local
2463 while (t < tend || tfirst <= tlast) {
2465 if (tfirst > tlast) {
2470 tlast = (I32)utf8n_to_uvuni(t, tend - t, &ulen, 0);
2474 tlast = tfirst;
2498 tdiff = tlast - tfirst;
2510 (long)tfirst, (long)tlast);

Completed in 32 milliseconds