Home
last modified time | relevance | path

Searched refs:Perl_sv_chop (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5120delta.pod2098 This new fatal error occurs when the C routine C<Perl_sv_chop()> was
2680 Calling C<Perl_sv_chop()> or otherwise upgrading an SV could result in an
H A Dperl5101delta.pod1387 This new fatal error occurs when the C routine C<Perl_sv_chop()> was
H A Dperl589delta.pod1906 This new fatal error occurs when the C routine C<Perl_sv_chop()> was passed a
/openbsd/gnu/usr.bin/perl/
H A Dembed.h663 # define sv_chop(a,b) Perl_sv_chop(aTHX_ a,b)
H A Dproto.h4417 Perl_sv_chop(pTHX_ SV * const sv, const char * const ptr);
H A Dsv.c5504 Perl_sv_chop(pTHX_ SV *const sv, const char *const ptr) function