Home
last modified time | relevance | path

Searched refs:hasargs (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A Dmulticall.h92 U8 hasargs = 0
115 cx->blk_sub.hasargs = hasargs; \
/openbsd/gnu/usr.bin/perl/
H A Dpp_sort.c700 bool hasargs = FALSE; /* the sort sub has proto($$)? */ in PP() local
765 hasargs = TRUE; in PP()
922 if (!hasargs && !is_xsub) { in PP()
949 cx_pushsub(cx, cv, NULL, hasargs); in PP()
957 if (hasargs) { in PP()
970 (is_xsub ? S_sortcv_xsub : hasargs ? S_sortcv_stacked : S_sortcv), in PP()
H A Dinline.h3640 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in Perl_cx_pushsub() argument
3652 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0; in Perl_cx_pushsub()
H A Dpp_hot.c6331 bool hasargs; in PP() local
6361 hasargs = cBOOL(PL_op->op_flags & OPf_STACKED); in PP()
6362 cx_pushsub(cx, cv, PL_op->op_next, hasargs); in PP()
6368 if (LIKELY(hasargs)) { in PP()
H A Dproto.h10191 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs);
H A Dembed.fnc6103 |bool hasargs
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcheat.pod69 4 uid 4 month-1 4 hasargs $| autoflush
H A Dperlguts.pod4202 bool hasargs = cBOOL(PL_op->op_flags & OPf_STACKED);
4236 cx_pushsub(cx, cv, retop, hasargs);
4242 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
H A Dperlfunc.pod1048 my ($package, $filename, $line, $subroutine, $hasargs,
1066 happens to have been deleted from the symbol table. C<$hasargs> is true
/openbsd/gnu/usr.bin/perl/lib/
H A Dperl5db.pl4397 =item * C<$hasargs>
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3706 |NULLOK OP *retop|bool hasargs