Home
last modified time | relevance | path

Searched refs:the_cv (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
Dmulticall.h112 #define MULTICALL_PUSHSUB(cx, the_cv) \ argument
113 cx->blk_sub.cv = the_cv; \
114 cx->blk_sub.olddepth = CvDEPTH(the_cv); \
119 if (!CvDEPTH(the_cv)) { \
120 (void)SvREFCNT_inc(the_cv); \
121 (void)SvREFCNT_inc(the_cv); \
122 SAVEFREESV(the_cv); \
125 #define PUSH_MULTICALL(the_cv) \ argument
127 CV *_nOnclAshIngNamE_ = the_cv; \
/openbsd/src/gnu/usr.bin/perl/
Dcop.h1375 #define PUSH_MULTICALL(the_cv) \ argument
1376 PUSH_MULTICALL_FLAGS(the_cv, 0)
1381 #define PUSH_MULTICALL_FLAGS(the_cv, flags) \ argument
1384 CV * const _nOnclAshIngNamE_ = the_cv; \
1426 #define CHANGE_MULTICALL_FLAGS(the_cv, flags) \ argument
1428 CV * const _nOnclAshIngNamE_ = the_cv; \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc761 Amsd||PUSH_MULTICALL|CV* the_cv