Searched refs:OPpARG4_MASK (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | opcode.h | 2337 #define OPpARG4_MASK 0x0f macro 3128 /* BLESS */ (OPpARG4_MASK), 3130 /* GLOB */ (OPpARG4_MASK), 3231 /* SPRINTF */ (OPpARG4_MASK), 3232 /* FORMLINE */ (OPpARG4_MASK), 3261 /* UNPACK */ (OPpARG4_MASK), 3262 /* PACK */ (OPpARG4_MASK), 3264 /* JOIN */ (OPpARG4_MASK), 3267 /* ANONLIST */ (OPpARG4_MASK), 3268 /* ANONHASH */ (OPpARG4_MASK), [all …]
|
H A D | pp.h | 636 #define MAXARG (PL_op->op_private & OPpARG4_MASK)
|
H A D | peep.c | 126 assert(!(o->op_private & ~OPpARG4_MASK)); in S_sprintf_is_multiconcatable() 368 assert(!(o->op_private & ~(OPpARG4_MASK|OPpTARGET_MY))); in S_maybe_multiconcat()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5021004 | 44 OPpARG4_MASK # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/lib/B/ |
H A D | Op_private.pm | 616 OPpARG4_MASK => 15,
|