Searched refs:S_cx_pushsub (Results 1 – 3 of 3) sorted by relevance
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | inline.h | 2040 S_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in S_cx_pushsub() function
|
H A D | embed.h | 969 #define cx_pushsub(a,b,c,d) S_cx_pushsub(aTHX_ a,b,c,d)
|
H A D | proto.h | 4335 PERL_STATIC_INLINE void S_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs);
|