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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h943 #undef PL_screamfirst
944 #define PL_screamfirst (*Perl_Tscreamfirst_ptr(aTHX))
H A Dembedvar.h153 #define PL_screamfirst (vTHX->Tscreamfirst) macro
1262 #define PL_screamfirst (aTHX->Tscreamfirst) macro
1402 #define PL_Tscreamfirst PL_screamfirst
H A Dperl.c708 Safefree(PL_screamfirst);
709 PL_screamfirst = 0;
H A Dpp.c644 New(301, PL_screamfirst, 256, I32);
653 sfirst = PL_screamfirst;
H A Dutil.c639 ? (pos = PL_screamfirst[BmRARE(littlestr)]) < 0
3081 PL_screamfirst = 0;
H A Dregexec.c539 if (PL_screamfirst[BmRARE(check)] >= 0
H A Dsv.c11341 PL_screamfirst = NULL;

Completed in 105 milliseconds