Searched refs:PL_splitstr (Results 1 – 5 of 5) sorted by relevance
541 #undef PL_splitstr542 #define PL_splitstr (*Perl_Isplitstr_ptr(aTHX))
410 #define PL_splitstr (PERL_GET_INTERP->Isplitstr) macro732 #define PL_splitstr (vTHX->Isplitstr) macro1057 #define PL_Isplitstr PL_splitstr
2468 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++) {
2593 PL_splitstr = ++s; in S_parse_body()2596 PL_splitstr = savepv(PL_splitstr); in S_parse_body()
10835 PL_splitstr = proto_perl->Isplitstr; in perl_clone_using()