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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h541 #undef PL_splitstr
542 #define PL_splitstr (*Perl_Isplitstr_ptr(aTHX))
H A Dembedvar.h410 #define PL_splitstr (PERL_GET_INTERP->Isplitstr) macro
732 #define PL_splitstr (vTHX->Isplitstr) macro
1057 #define PL_Isplitstr PL_splitstr
H A Dtoke.c2468 if (strchr("/'\"", *PL_splitstr)
2469 && strchr(PL_splitstr + 1, *PL_splitstr))
2470 Perl_sv_catpvf(aTHX_ PL_linestr, "our @F=split(%s);", PL_splitstr);
2474 while (s[1] && strchr(PL_splitstr, *s)) s++;
2478 for (s = PL_splitstr; *s; s++) {
H A Dperl.c2593 PL_splitstr = ++s;
2596 PL_splitstr = savepv(PL_splitstr);
H A Dsv.c10835 PL_splitstr = proto_perl->Isplitstr;

Completed in 596 milliseconds