Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dppphtest218 ok($o =~ /Uses Perl_newSViv instead of newSViv/);
225 Perl_newSViv();
/openbsd/src/gnu/usr.bin/perl/
Dembed.h436 # define newSViv(a) Perl_newSViv(aTHX_ a)
Dproto.h3021 Perl_newSViv(pTHX_ const IV i)
Dsv.c9974 Perl_newSViv(pTHX_ const IV i) function