Searched refs:hasargs (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h121 U8 hasargs; member in struct:block_sub
122 U8 lval; /* XXX merge lval and hasargs? */
133 cx->blk_sub.hasargs = hasargs; \
155 cx->blk_sub.hasargs = 0; \
180 if (cx->blk_sub.hasargs) { \
H A Dpp_sort.c1425 bool hasargs = FALSE; local
1450 hasargs = TRUE;
1541 if (!hasargs && !is_xsub) {
1565 if (hasargs && !is_xsub) {
1577 is_xsub ? sortcv_xsub : hasargs ? sortcv_stacked : sortcv);
H A Dpp_ctl.c1507 PUSHs(sv_2mortal(newSViv((I32)cx->blk_sub.hasargs)));
1511 PUSHs(sv_2mortal(newSViv((I32)cx->blk_sub.hasargs)));
1544 if (CxTYPE(cx) == CXt_SUB && cx->blk_sub.hasargs
1621 U8 hasargs; local
1639 hasargs = 0;
2158 if (CxTYPE(cx) == CXt_SUB && cx->blk_sub.hasargs) {
2244 cx->blk_sub.hasargs = 0;
2255 pad_push(padlist, CvDEPTH(cv), cx->blk_sub.hasargs);
2258 if (!cx->blk_sub.hasargs) {
2273 if (cx->blk_sub.hasargs)
[all...]
H A Dscope.c1082 (int)cx->blk_sub.hasargs);
1090 (int)cx->blk_sub.hasargs);
H A Dpp_hot.c2568 bool hasargs = (PL_op->op_flags & OPf_STACKED) != 0; local
2579 if (hasargs)
2683 if (hasargs || !av || AvFILLp(av) < 0
2826 if (!hasargs) {
2886 if (!hasargs) {
2901 if (hasargs)
H A Dsv.c10198 ncx->blk_sub.argarray = (cx->blk_sub.hasargs
10203 ncx->blk_sub.hasargs = cx->blk_sub.hasargs;
10235 ncx->blk_sub.hasargs = cx->blk_sub.hasargs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs218 U8 hasargs = 0;
273 U8 hasargs = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl3504 =item * C<$hasargs>

Completed in 85 milliseconds