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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c173 PL_last_uni = PL_oldbufptr, \
180 PL_last_uni = PL_oldbufptr, \
424 SAVEPPTR(PL_last_uni);
465 PL_last_lop = PL_last_uni = Nullch;
605 PL_last_lop = PL_last_uni = Nullch;
628 if (PL_last_uni)
629 oldunilen = PL_last_uni - PL_bufend;
637 if (PL_last_uni)
638 PL_last_uni = s + oldunilen;
673 if (PL_oldoldbufptr != PL_last_uni)
685 PL_last_uni); local
[all...]
H A Dperlapi.h323 #undef PL_last_uni
324 #define PL_last_uni (*Perl_Ilast_uni_ptr(aTHX))
H A Dembedvar.h301 #define PL_last_uni (PERL_GET_INTERP->Ilast_uni) macro
623 #define PL_last_uni (vTHX->Ilast_uni) macro
948 #define PL_Ilast_uni PL_last_uni
H A Dsv.c11092 PL_last_uni = SvPVX(PL_linestr) + (i < 0 ? 0 : i);
11098 PL_last_uni = SvPVX(PL_linestr);

Completed in 84 milliseconds