Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dscope.c74 Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems) in Perl_new_stackinfo() argument
76 return new_stackinfo_flags(stitems, cxitems, 0); in Perl_new_stackinfo()
84 Perl_new_stackinfo_flags(pTHX_ I32 stitems, I32 cxitems, UV flags) in Perl_new_stackinfo_flags() argument
91 av_extend(si->si_stack, stitems > 0 ? stitems-1 : 0); in Perl_new_stackinfo_flags()
H A Dproto.h3130 Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems)
3135 Perl_new_stackinfo_flags(pTHX_ I32 stitems, I32 cxitems, UV flags)
H A Dembed.fnc2235 CRp |PERL_SI *|new_stackinfo|I32 stitems \
2238 |I32 stitems \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1547 ApR |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems