Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dperl.c5098 SV *atsv; local
5133 atsv = ERRSV;
5134 (void)SvPV_const(atsv, len);
5139 sv_catpv(atsv, "BEGIN failed--compilation aborted");
5141 Perl_sv_catpvf(aTHX_ atsv,
5149 Perl_croak(aTHX_ "%"SVf"", atsv);