Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dpad.c720 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype) in Perl_pad_alloc() argument
733 if (tmptype == SVs_PADMY) { /* Not & because this ‘flag’ is 0. */ in Perl_pad_alloc()
745 const bool konst = cBOOL(tmptype & SVf_READONLY); in Perl_pad_alloc()
774 tmptype &= ~SVf_READONLY; in Perl_pad_alloc()
775 tmptype |= SVs_PADTMP; in Perl_pad_alloc()
779 SvFLAGS(sv) |= tmptype; in Perl_pad_alloc()
H A Dproto.h3336 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype);
H A Dembed.fnc2422 |U32 tmptype
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3449 Axpd |PADOFFSET|pad_alloc |I32 optype|U32 tmptype