Searched refs:blk_gimme (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h325 #define blk_gimme cx_u.cx_blk.blku_gimme macro
339 cx->blk_gimme = (U8)gimme; \
351 gimme = cx->blk_gimme; \
H A Dpp_ctl.c42 switch (cxstack[cxix].blk_gimme) {
1165 switch (cxstack[cxix].blk_gimme) {
1173 Perl_croak(aTHX_ "panic: bad gimme: %d\n", cxstack[cxix].blk_gimme);
1518 gimme = (I32)cx->blk_gimme;
H A Dscope.c1068 PerlIO_printf(Perl_debug_log, "BLK_GIMME = %s\n", cx->blk_gimme ? "LIST" : "SCALAR");
H A Dpp_sort.c1560 cx->blk_gimme = G_SCALAR;
H A Dpp_hot.c1683 gimme = cxstack[cxstack_ix].blk_gimme;
1805 gimme = cxstack[cxstack_ix].blk_gimme;
H A Dsv.c10192 ncx->blk_gimme = cx->blk_gimme;

Completed in 210 milliseconds