Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D501500428 whichsig_pvn # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501500451 whichsig_pvn # U
/openbsd/gnu/usr.bin/perl/
H A Dmg.c1493 mg->mg_private = i = whichsig_pvn(sig, siglen); in Perl_magic_getsig()
1764 i = whichsig_pvn(s, len); /* ...no, a brick */ in Perl_magic_setsig()
3578 return whichsig_pvn(sigpv, siglen); in Perl_whichsig_sv()
3585 return whichsig_pvn(sig, strlen(sig)); in Perl_whichsig_pv()
H A Ddoio.c2716 if ((val = whichsig_pvn(s, len)) < 0) in Perl_apply()
H A Dembed.h774 # define whichsig_pvn(a,b) Perl_whichsig_pvn(aTHX_ a,b) macro
H A Dembed.fnc3679 Adp |I32 |whichsig_pvn |NN const char *sig \
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2960 i = whichsig_pvn(name, len);
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod2414 whichsig_pvn
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2682 Apd |I32 |whichsig_pvn |NN const char* sig|STRLEN len