Searched refs:stitems (Results 1 – 4 of 4) sorted by relevance
74 Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems) in Perl_new_stackinfo() argument76 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() argument91 av_extend(si->si_stack, stitems > 0 ? stitems-1 : 0); in Perl_new_stackinfo_flags()
3130 Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems)3135 Perl_new_stackinfo_flags(pTHX_ I32 stitems, I32 cxitems, UV flags)
2235 CRp |PERL_SI *|new_stackinfo|I32 stitems \2238 |I32 stitems \
1547 ApR |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems