Searched refs:hasargs (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | multicall.h | 92 U8 hasargs = 0 115 cx->blk_sub.hasargs = hasargs; \
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_sort.c | 700 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 D | inline.h | 3640 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 D | pp_hot.c | 6331 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 D | proto.h | 10191 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs);
|
H A D | embed.fnc | 6103 |bool hasargs
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlcheat.pod | 69 4 uid 4 month-1 4 hasargs $| autoflush
|
H A D | perlguts.pod | 4202 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 D | perlfunc.pod | 1048 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 D | perl5db.pl | 4397 =item * C<$hasargs>
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 3706 |NULLOK OP *retop|bool hasargs
|