/dports/lang/perl5.32/perl-5.32.1/ |
H A D | opcode.h | 2260 #define OPpARG4_MASK 0x0f macro 2994 /* BLESS */ (OPpARG4_MASK), 2996 /* GLOB */ (OPpARG4_MASK), 3097 /* SPRINTF */ (OPpARG4_MASK), 3098 /* FORMLINE */ (OPpARG4_MASK), 3126 /* UNPACK */ (OPpARG4_MASK), 3127 /* PACK */ (OPpARG4_MASK), 3129 /* JOIN */ (OPpARG4_MASK), 3132 /* ANONLIST */ (OPpARG4_MASK), 3133 /* ANONHASH */ (OPpARG4_MASK), [all …]
|
H A D | pp.h | 536 #define MAXARG (PL_op->op_private & OPpARG4_MASK)
|
H A D | op.c | 2766 assert(!(o->op_private & ~OPpARG4_MASK)); in S_sprintf_is_multiconcatable() 3011 assert(!(o->op_private & ~(OPpARG4_MASK|OPpTARGET_MY))); in S_maybe_multiconcat()
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | opcode.h | 2265 #define OPpARG4_MASK 0x0f macro 3001 /* BLESS */ (OPpARG4_MASK), 3003 /* GLOB */ (OPpARG4_MASK), 3104 /* SPRINTF */ (OPpARG4_MASK), 3105 /* FORMLINE */ (OPpARG4_MASK), 3133 /* UNPACK */ (OPpARG4_MASK), 3134 /* PACK */ (OPpARG4_MASK), 3136 /* JOIN */ (OPpARG4_MASK), 3139 /* ANONLIST */ (OPpARG4_MASK), 3140 /* ANONHASH */ (OPpARG4_MASK), [all …]
|
H A D | pp.h | 553 #define MAXARG (PL_op->op_private & OPpARG4_MASK)
|
H A D | op.c | 2779 assert(!(o->op_private & ~OPpARG4_MASK)); in S_sprintf_is_multiconcatable() 3023 assert(!(o->op_private & ~(OPpARG4_MASK|OPpTARGET_MY))); in S_maybe_multiconcat()
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | opcode.h | 2245 #define OPpARG4_MASK 0x0f macro 2976 /* BLESS */ (OPpARG4_MASK), 2978 /* GLOB */ (OPpARG4_MASK), 3079 /* SPRINTF */ (OPpARG4_MASK), 3080 /* FORMLINE */ (OPpARG4_MASK), 3108 /* UNPACK */ (OPpARG4_MASK), 3109 /* PACK */ (OPpARG4_MASK), 3111 /* JOIN */ (OPpARG4_MASK), 3114 /* ANONLIST */ (OPpARG4_MASK), 3115 /* ANONHASH */ (OPpARG4_MASK), [all …]
|
H A D | pp.h | 536 #define MAXARG (PL_op->op_private & OPpARG4_MASK)
|
H A D | op.c | 2571 assert(!(o->op_private & ~OPpARG4_MASK)); in S_sprintf_is_multiconcatable() 2804 assert(!(o->op_private & ~(OPpARG4_MASK|OPpTARGET_MY))); in S_maybe_multiconcat()
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | opcode.h | 2259 #define OPpARG4_MASK 0x0f macro 2995 /* BLESS */ (OPpARG4_MASK), 2997 /* GLOB */ (OPpARG4_MASK), 3098 /* SPRINTF */ (OPpARG4_MASK), 3099 /* FORMLINE */ (OPpARG4_MASK), 3127 /* UNPACK */ (OPpARG4_MASK), 3128 /* PACK */ (OPpARG4_MASK), 3130 /* JOIN */ (OPpARG4_MASK), 3133 /* ANONLIST */ (OPpARG4_MASK), 3134 /* ANONHASH */ (OPpARG4_MASK), [all …]
|
H A D | pp.h | 553 #define MAXARG (PL_op->op_private & OPpARG4_MASK)
|
H A D | op.c | 2776 assert(!(o->op_private & ~OPpARG4_MASK)); in S_sprintf_is_multiconcatable() 3020 assert(!(o->op_private & ~(OPpARG4_MASK|OPpTARGET_MY))); in S_maybe_multiconcat()
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/ |
H A D | 5021004 | 44 OPpARG4_MASK # Z added by devel/scanprov
|
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/ |
H A D | 5021004 | 44 OPpARG4_MASK # Z added by devel/scanprov
|
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/ |
H A D | 5021004 | 45 OPpARG4_MASK # Z added by devel/scanprov
|
/dports/lang/perl5.34/perl-5.34.0/lib/B/ |
H A D | Op_private.pm | 596 OPpARG4_MASK => 15,
|
/dports/lang/perl5.32/perl-5.32.1/lib/B/ |
H A D | Op_private.pm | 594 OPpARG4_MASK => 15,
|
/dports/lang/perl5.30/perl-5.30.3/lib/B/ |
H A D | Op_private.pm | 591 OPpARG4_MASK => 15,
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/B/ |
H A D | Op_private.pm | 585 OPpARG4_MASK => 15,
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | xs.vim | 490 syn keyword xsConstant OPpARG4_MASK OPpASSIGN_BACKWARDS OPpASSIGN_COMMON
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xs.vim | 490 syn keyword xsConstant OPpARG4_MASK OPpASSIGN_BACKWARDS OPpASSIGN_COMMON
|