Searched refs:Perl_sv_chop (Results 1 – 6 of 6) sorted by relevance
2098 This new fatal error occurs when the C routine C<Perl_sv_chop()> was2680 Calling C<Perl_sv_chop()> or otherwise upgrading an SV could result in an
1387 This new fatal error occurs when the C routine C<Perl_sv_chop()> was
1906 This new fatal error occurs when the C routine C<Perl_sv_chop()> was passed a
663 # define sv_chop(a,b) Perl_sv_chop(aTHX_ a,b)
4417 Perl_sv_chop(pTHX_ SV * const sv, const char * const ptr);
5504 Perl_sv_chop(pTHX_ SV *const sv, const char *const ptr) function