This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / opcode.h
CommitLineData
37442d52
RGS
1/* -*- buffer-read-only: t -*-
2 *
d6376244
JH
3 * opcode.h
4 *
78102347
NC
5 * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6 * 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
d6376244
JH
7 *
8 * You may distribute under the terms of either the GNU General Public
9 * License or the Artistic License, as specified in the README file.
10 *
11 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
78102347
NC
12 * This file is built by regen/opcode.pl from its data.
13 * Any changes made here will be lost!
d6376244 14 */
a27f85b3 15
c2454cf4
KW
16#if defined(PERL_CORE) || defined(PERL_EXT)
17
9561d06f
NC
18#define Perl_pp_scalar Perl_pp_null
19#define Perl_pp_padany Perl_unimplemented_op
20#define Perl_pp_regcmaybe Perl_pp_null
bfa14884 21#define Perl_pp_transr Perl_pp_trans
9561d06f
NC
22#define Perl_pp_chomp Perl_pp_chop
23#define Perl_pp_schomp Perl_pp_schop
864dbfa3 24#define Perl_pp_i_preinc Perl_pp_preinc
4c2c3128 25#define Perl_pp_i_predec Perl_pp_predec
864dbfa3 26#define Perl_pp_i_postinc Perl_pp_postinc
20e96431 27#define Perl_pp_i_postdec Perl_pp_postdec
9561d06f
NC
28#define Perl_pp_slt Perl_pp_sle
29#define Perl_pp_sgt Perl_pp_sle
30#define Perl_pp_sge Perl_pp_sle
31#define Perl_pp_bit_xor Perl_pp_bit_or
5d01050a
FC
32#define Perl_pp_nbit_xor Perl_pp_nbit_or
33#define Perl_pp_sbit_xor Perl_pp_sbit_or
9561d06f
NC
34#define Perl_pp_cos Perl_pp_sin
35#define Perl_pp_exp Perl_pp_sin
36#define Perl_pp_log Perl_pp_sin
37#define Perl_pp_sqrt Perl_pp_sin
38#define Perl_pp_hex Perl_pp_oct
39#define Perl_pp_rindex Perl_pp_index
40#define Perl_pp_lcfirst Perl_pp_ucfirst
bfa14884 41#define Perl_pp_aelemfast_lex Perl_pp_aelemfast
9561d06f
NC
42#define Perl_pp_avalues Perl_pp_akeys
43#define Perl_pp_values Perl_do_kv
44#define Perl_pp_keys Perl_do_kv
45#define Perl_pp_rv2hv Perl_pp_rv2av
46#define Perl_pp_pop Perl_pp_shift
21b66d1c 47#define Perl_pp_mapstart Perl_pp_grepstart
9561d06f
NC
48#define Perl_pp_dor Perl_pp_defined
49#define Perl_pp_andassign Perl_pp_and
50#define Perl_pp_orassign Perl_pp_or
51#define Perl_pp_dorassign Perl_pp_defined
52#define Perl_pp_lineseq Perl_pp_null
53#define Perl_pp_scope Perl_pp_null
54#define Perl_pp_dump Perl_pp_goto
55#define Perl_pp_dbmclose Perl_pp_untie
56#define Perl_pp_read Perl_pp_sysread
57#define Perl_pp_say Perl_pp_print
9561d06f
NC
58#define Perl_pp_seek Perl_pp_sysseek
59#define Perl_pp_fcntl Perl_pp_ioctl
7627e6d0 60#ifdef HAS_SOCKET
60504e18 61#define Perl_pp_send Perl_pp_syswrite
9561d06f 62#define Perl_pp_recv Perl_pp_sysread
7627e6d0
NC
63#else
64#define Perl_pp_send Perl_unimplemented_op
65#define Perl_pp_recv Perl_unimplemented_op
66#define Perl_pp_socket Perl_unimplemented_op
67#endif
68#ifdef HAS_SOCKET
9561d06f
NC
69#define Perl_pp_connect Perl_pp_bind
70#define Perl_pp_gsockopt Perl_pp_ssockopt
71#define Perl_pp_getsockname Perl_pp_getpeername
7627e6d0
NC
72#else
73#define Perl_pp_bind Perl_unimplemented_op
74#define Perl_pp_connect Perl_unimplemented_op
75#define Perl_pp_listen Perl_unimplemented_op
76#define Perl_pp_accept Perl_unimplemented_op
77#define Perl_pp_shutdown Perl_unimplemented_op
78#define Perl_pp_gsockopt Perl_unimplemented_op
79#define Perl_pp_ssockopt Perl_unimplemented_op
80#define Perl_pp_getsockname Perl_unimplemented_op
81#define Perl_pp_getpeername Perl_unimplemented_op
82#endif
9561d06f
NC
83#define Perl_pp_lstat Perl_pp_stat
84#define Perl_pp_ftrwrite Perl_pp_ftrread
85#define Perl_pp_ftrexec Perl_pp_ftrread
86#define Perl_pp_fteread Perl_pp_ftrread
87#define Perl_pp_ftewrite Perl_pp_ftrread
88#define Perl_pp_fteexec Perl_pp_ftrread
89#define Perl_pp_ftsize Perl_pp_ftis
90#define Perl_pp_ftmtime Perl_pp_ftis
91#define Perl_pp_ftatime Perl_pp_ftis
92#define Perl_pp_ftctime Perl_pp_ftis
93#define Perl_pp_fteowned Perl_pp_ftrowned
94#define Perl_pp_ftzero Perl_pp_ftrowned
95#define Perl_pp_ftsock Perl_pp_ftrowned
96#define Perl_pp_ftchr Perl_pp_ftrowned
97#define Perl_pp_ftblk Perl_pp_ftrowned
98#define Perl_pp_ftfile Perl_pp_ftrowned
99#define Perl_pp_ftdir Perl_pp_ftrowned
100#define Perl_pp_ftpipe Perl_pp_ftrowned
101#define Perl_pp_ftsuid Perl_pp_ftrowned
102#define Perl_pp_ftsgid Perl_pp_ftrowned
103#define Perl_pp_ftsvtx Perl_pp_ftrowned
104#define Perl_pp_ftbinary Perl_pp_fttext
105#define Perl_pp_unlink Perl_pp_chown
106#define Perl_pp_chmod Perl_pp_chown
107#define Perl_pp_utime Perl_pp_chown
108#define Perl_pp_symlink Perl_pp_link
109#define Perl_pp_kill Perl_pp_chown
110#define Perl_pp_localtime Perl_pp_gmtime
111#define Perl_pp_shmget Perl_pp_semget
112#define Perl_pp_shmctl Perl_pp_semctl
113#define Perl_pp_shmread Perl_pp_shmwrite
114#define Perl_pp_msgget Perl_pp_semget
115#define Perl_pp_msgctl Perl_pp_semctl
116#define Perl_pp_msgsnd Perl_pp_shmwrite
117#define Perl_pp_msgrcv Perl_pp_shmwrite
118#define Perl_pp_semop Perl_pp_shmwrite
119#define Perl_pp_dofile Perl_pp_require
120#define Perl_pp_ghbyname Perl_pp_ghostent
121#define Perl_pp_ghbyaddr Perl_pp_ghostent
122#define Perl_pp_gnbyname Perl_pp_gnetent
123#define Perl_pp_gnbyaddr Perl_pp_gnetent
124#define Perl_pp_gpbyname Perl_pp_gprotoent
125#define Perl_pp_gpbynumber Perl_pp_gprotoent
126#define Perl_pp_gsbyname Perl_pp_gservent
127#define Perl_pp_gsbyport Perl_pp_gservent
396166e1
NC
128#define Perl_pp_snetent Perl_pp_shostent
129#define Perl_pp_sprotoent Perl_pp_shostent
130#define Perl_pp_sservent Perl_pp_shostent
d8ef1fcd
NC
131#define Perl_pp_enetent Perl_pp_ehostent
132#define Perl_pp_eprotoent Perl_pp_ehostent
133#define Perl_pp_eservent Perl_pp_ehostent
9561d06f
NC
134#define Perl_pp_gpwnam Perl_pp_gpwent
135#define Perl_pp_gpwuid Perl_pp_gpwent
720d5dbf
NC
136#define Perl_pp_spwent Perl_pp_ehostent
137#define Perl_pp_epwent Perl_pp_ehostent
9561d06f
NC
138#define Perl_pp_ggrnam Perl_pp_ggrent
139#define Perl_pp_ggrgid Perl_pp_ggrent
720d5dbf
NC
140#define Perl_pp_sgrent Perl_pp_ehostent
141#define Perl_pp_egrent Perl_pp_ehostent
9561d06f 142#define Perl_pp_custom Perl_unimplemented_op
c2454cf4
KW
143
144#endif /* End of if defined(PERL_CORE) || defined(PERL_EXT) */
145
73c4f7a1
GS
146START_EXTERN_C
147
79072805 148#ifndef DOINIT
27da23d5 149EXTCONST char* const PL_op_name[];
79072805 150#else
27da23d5 151EXTCONST char* const PL_op_name[] = {
c07a80fd 152 "null",
153 "stub",
154 "scalar",
155 "pushmark",
156 "wantarray",
157 "const",
158 "gvsv",
159 "gv",
160 "gelem",
161 "padsv",
9fdd7fc4 162 "padsv_store",
c07a80fd 163 "padav",
164 "padhv",
165 "padany",
c07a80fd 166 "rv2gv",
167 "rv2sv",
168 "av2arylen",
169 "rv2cv",
170 "anoncode",
171 "prototype",
172 "refgen",
173 "srefgen",
174 "ref",
175 "bless",
176 "backtick",
177 "glob",
178 "readline",
179 "rcatline",
180 "regcmaybe",
2cd61cdb 181 "regcreset",
c07a80fd 182 "regcomp",
183 "match",
8782bef2 184 "qr",
c07a80fd 185 "subst",
186 "substcont",
187 "trans",
bfa14884 188 "transr",
c07a80fd 189 "sassign",
190 "aassign",
191 "chop",
192 "schop",
193 "chomp",
194 "schomp",
195 "defined",
196 "undef",
197 "study",
198 "pos",
199 "preinc",
200 "i_preinc",
201 "predec",
202 "i_predec",
203 "postinc",
204 "i_postinc",
205 "postdec",
206 "i_postdec",
207 "pow",
208 "multiply",
209 "i_multiply",
210 "divide",
211 "i_divide",
212 "modulo",
213 "i_modulo",
214 "repeat",
215 "add",
216 "i_add",
217 "subtract",
218 "i_subtract",
219 "concat",
e839e6ed 220 "multiconcat",
c07a80fd 221 "stringify",
222 "left_shift",
223 "right_shift",
224 "lt",
225 "i_lt",
226 "gt",
227 "i_gt",
228 "le",
229 "i_le",
230 "ge",
231 "i_ge",
232 "eq",
233 "i_eq",
234 "ne",
235 "i_ne",
236 "ncmp",
237 "i_ncmp",
238 "slt",
239 "sgt",
240 "sle",
241 "sge",
242 "seq",
243 "sne",
244 "scmp",
245 "bit_and",
246 "bit_xor",
247 "bit_or",
5d01050a
FC
248 "nbit_and",
249 "nbit_xor",
250 "nbit_or",
251 "sbit_and",
252 "sbit_xor",
253 "sbit_or",
c07a80fd 254 "negate",
255 "i_negate",
256 "not",
257 "complement",
5d01050a
FC
258 "ncomplement",
259 "scomplement",
fdecdb95 260 "smartmatch",
c07a80fd 261 "atan2",
262 "sin",
263 "cos",
264 "rand",
265 "srand",
266 "exp",
267 "log",
268 "sqrt",
269 "int",
270 "hex",
271 "oct",
272 "abs",
273 "length",
274 "substr",
275 "vec",
276 "index",
277 "rindex",
278 "sprintf",
279 "formline",
280 "ord",
281 "chr",
282 "crypt",
283 "ucfirst",
284 "lcfirst",
285 "uc",
286 "lc",
287 "quotemeta",
288 "rv2av",
289 "aelemfast",
bfa14884 290 "aelemfast_lex",
c07a80fd 291 "aelem",
292 "aslice",
6dd3e0f2 293 "kvaslice",
878d132a 294 "aeach",
878d132a 295 "avalues",
d88ca568 296 "akeys",
c07a80fd 297 "each",
298 "values",
299 "keys",
300 "delete",
301 "exists",
302 "rv2hv",
303 "helem",
304 "hslice",
5cae3edb 305 "kvhslice",
fedf30e1 306 "multideref",
c07a80fd 307 "unpack",
308 "pack",
309 "split",
310 "join",
311 "list",
312 "lslice",
313 "anonlist",
314 "anonhash",
315 "splice",
316 "push",
317 "pop",
318 "shift",
319 "unshift",
320 "sort",
321 "reverse",
322 "grepstart",
323 "grepwhile",
324 "mapstart",
325 "mapwhile",
326 "range",
327 "flip",
328 "flop",
329 "and",
330 "or",
331 "xor",
fdecdb95 332 "dor",
c07a80fd 333 "cond_expr",
334 "andassign",
335 "orassign",
fdecdb95 336 "dorassign",
c07a80fd 337 "entersub",
338 "leavesub",
cd06dffe 339 "leavesublv",
4fa06845
DM
340 "argcheck",
341 "argelem",
342 "argdefelem",
c07a80fd 343 "caller",
344 "warn",
345 "die",
346 "reset",
347 "lineseq",
348 "nextstate",
349 "dbstate",
350 "unstack",
351 "enter",
352 "leave",
353 "scope",
354 "enteriter",
355 "iter",
356 "enterloop",
357 "leaveloop",
358 "return",
359 "last",
360 "next",
361 "redo",
362 "dump",
363 "goto",
364 "exit",
f961b1eb 365 "method",
fdecdb95 366 "method_named",
7d6c333c 367 "method_super",
810bd8b7 368 "method_redir",
369 "method_redir_super",
fdecdb95 370 "entergiven",
7896dde7
Z
371 "leavegiven",
372 "enterwhen",
373 "leavewhen",
374 "break",
fdecdb95 375 "continue",
c07a80fd 376 "open",
377 "close",
378 "pipe_op",
379 "fileno",
380 "umask",
381 "binmode",
382 "tie",
383 "untie",
384 "tied",
385 "dbmopen",
386 "dbmclose",
387 "sselect",
388 "select",
389 "getc",
390 "read",
391 "enterwrite",
392 "leavewrite",
393 "prtf",
394 "print",
fdecdb95 395 "say",
c07a80fd 396 "sysopen",
137443ea 397 "sysseek",
c07a80fd 398 "sysread",
399 "syswrite",
c07a80fd 400 "eof",
401 "tell",
402 "seek",
403 "truncate",
404 "fcntl",
405 "ioctl",
406 "flock",
e71197e2
JC
407 "send",
408 "recv",
c07a80fd 409 "socket",
410 "sockpair",
411 "bind",
412 "connect",
413 "listen",
414 "accept",
415 "shutdown",
416 "gsockopt",
417 "ssockopt",
418 "getsockname",
419 "getpeername",
420 "lstat",
421 "stat",
422 "ftrread",
423 "ftrwrite",
424 "ftrexec",
425 "fteread",
426 "ftewrite",
427 "fteexec",
428 "ftis",
c07a80fd 429 "ftsize",
430 "ftmtime",
431 "ftatime",
432 "ftctime",
7834bb7e
NC
433 "ftrowned",
434 "fteowned",
435 "ftzero",
c07a80fd 436 "ftsock",
437 "ftchr",
438 "ftblk",
439 "ftfile",
440 "ftdir",
441 "ftpipe",
c07a80fd 442 "ftsuid",
443 "ftsgid",
444 "ftsvtx",
7834bb7e 445 "ftlink",
c07a80fd 446 "fttty",
447 "fttext",
448 "ftbinary",
449 "chdir",
450 "chown",
451 "chroot",
452 "unlink",
453 "chmod",
454 "utime",
455 "rename",
456 "link",
457 "symlink",
458 "readlink",
459 "mkdir",
460 "rmdir",
461 "open_dir",
462 "readdir",
463 "telldir",
464 "seekdir",
465 "rewinddir",
466 "closedir",
467 "fork",
468 "wait",
469 "waitpid",
470 "system",
471 "exec",
472 "kill",
473 "getppid",
474 "getpgrp",
475 "setpgrp",
476 "getpriority",
477 "setpriority",
478 "time",
479 "tms",
480 "localtime",
481 "gmtime",
482 "alarm",
483 "sleep",
484 "shmget",
485 "shmctl",
486 "shmread",
487 "shmwrite",
488 "msgget",
489 "msgctl",
490 "msgsnd",
491 "msgrcv",
7834bb7e 492 "semop",
c07a80fd 493 "semget",
494 "semctl",
c07a80fd 495 "require",
496 "dofile",
996c9baa 497 "hintseval",
c07a80fd 498 "entereval",
499 "leaveeval",
500 "entertry",
501 "leavetry",
502 "ghbyname",
503 "ghbyaddr",
504 "ghostent",
505 "gnbyname",
506 "gnbyaddr",
507 "gnetent",
508 "gpbyname",
509 "gpbynumber",
510 "gprotoent",
511 "gsbyname",
512 "gsbyport",
513 "gservent",
514 "shostent",
515 "snetent",
516 "sprotoent",
517 "sservent",
518 "ehostent",
519 "enetent",
520 "eprotoent",
521 "eservent",
522 "gpwnam",
523 "gpwuid",
524 "gpwent",
525 "spwent",
526 "epwent",
527 "ggrnam",
528 "ggrgid",
529 "ggrent",
530 "sgrent",
531 "egrent",
532 "getlogin",
533 "syscall",
c0329465 534 "lock",
c5917253 535 "once",
438c221d 536 "custom",
deb8a388 537 "coreargs",
88101882 538 "avhvswitch",
84ed0108 539 "runcv",
838f2281 540 "fc",
ac217057 541 "padcv",
ecf9c8b7 542 "introcv",
13f89586 543 "clonecv",
a7fd8ef6 544 "padrange",
254da51f 545 "refassign",
4c5bab50 546 "lvref",
16b99412 547 "lvrefslice",
2882b3ff 548 "lvavref",
b77472f9 549 "anonconst",
813e85a0 550 "isa",
02b85d3d
Z
551 "cmpchain_and",
552 "cmpchain_dup",
383bf72f
PE
553 "entertrycatch",
554 "leavetrycatch",
555 "poptry",
a1325b90 556 "catch",
f79e2ff9 557 "pushdefer",
5a94615f
PE
558 "is_bool",
559 "is_weak",
6ac93b49
PE
560 "weaken",
561 "unweaken",
d2817bd7
PE
562 "blessed",
563 "refaddr",
564 "reftype",
17a8df70
JR
565 "ceil",
566 "floor",
a02b8151 567 "is_tainted",
9824c081 568 "freed",
c07a80fd 569};
570#endif
571
572#ifndef DOINIT
27da23d5 573EXTCONST char* const PL_op_desc[];
c07a80fd 574#else
27da23d5 575EXTCONST char* const PL_op_desc[] = {
79072805 576 "null operation",
93a17b20
LW
577 "stub",
578 "scalar",
79072805
LW
579 "pushmark",
580 "wantarray",
79072805 581 "constant item",
79072805
LW
582 "scalar variable",
583 "glob value",
c07a80fd 584 "glob elem",
93a17b20 585 "private variable",
9fdd7fc4 586 "padsv scalar assignment",
93a17b20
LW
587 "private array",
588 "private hash",
f1612b5c 589 "private value",
79072805 590 "ref-to-glob cast",
b89fed5f 591 "scalar dereference",
79072805 592 "array length",
b89fed5f 593 "subroutine dereference",
a0d0e21e 594 "anonymous subroutine",
c07a80fd 595 "subroutine prototype",
8990e307 596 "reference constructor",
dfa0f641 597 "single ref constructor",
79072805
LW
598 "reference-type operator",
599 "bless",
b3f4d674 600 "quoted execution (``, qx)",
79072805
LW
601 "glob",
602 "<HANDLE>",
603 "append I/O operator",
f1612b5c
GS
604 "regexp internal guard",
605 "regexp internal reset",
79072805 606 "regexp compilation",
42d38218
MS
607 "pattern match (m//)",
608 "pattern quote (qr//)",
609 "substitution (s///)",
f1612b5c
GS
610 "substitution iterator",
611 "transliteration (tr///)",
bfa14884 612 "transliteration (tr///)",
79072805
LW
613 "scalar assignment",
614 "list assignment",
79072805 615 "chop",
a0d0e21e 616 "scalar chop",
f1612b5c
GS
617 "chomp",
618 "scalar chomp",
79072805
LW
619 "defined operator",
620 "undef operator",
621 "study",
a0d0e21e 622 "match position",
42d38218
MS
623 "preincrement (++)",
624 "integer preincrement (++)",
625 "predecrement (--)",
626 "integer predecrement (--)",
627 "postincrement (++)",
628 "integer postincrement (++)",
629 "postdecrement (--)",
630 "integer postdecrement (--)",
631 "exponentiation (**)",
632 "multiplication (*)",
633 "integer multiplication (*)",
634 "division (/)",
635 "integer division (/)",
636 "modulus (%)",
637 "integer modulus (%)",
638 "repeat (x)",
639 "addition (+)",
640 "integer addition (+)",
641 "subtraction (-)",
642 "integer subtraction (-)",
297b36dc 643 "concatenation (.) or string",
e839e6ed 644 "concatenation (.) or string",
a0d0e21e 645 "string",
42d38218
MS
646 "left bitshift (<<)",
647 "right bitshift (>>)",
648 "numeric lt (<)",
649 "integer lt (<)",
650 "numeric gt (>)",
651 "integer gt (>)",
652 "numeric le (<=)",
653 "integer le (<=)",
654 "numeric ge (>=)",
655 "integer ge (>=)",
656 "numeric eq (==)",
657 "integer eq (==)",
658 "numeric ne (!=)",
659 "integer ne (!=)",
660 "numeric comparison (<=>)",
661 "integer comparison (<=>)",
79072805
LW
662 "string lt",
663 "string gt",
664 "string le",
665 "string ge",
666 "string eq",
667 "string ne",
42d38218
MS
668 "string comparison (cmp)",
669 "bitwise and (&)",
670 "bitwise xor (^)",
671 "bitwise or (|)",
5cb51e4d 672 "numeric bitwise and (&)",
5d01050a
FC
673 "numeric bitwise xor (^)",
674 "numeric bitwise or (|)",
118a40c4
FC
675 "string bitwise and (&.)",
676 "string bitwise xor (^.)",
677 "string bitwise or (|.)",
f1612b5c
GS
678 "negation (-)",
679 "integer negation (-)",
79072805 680 "not",
42d38218 681 "1's complement (~)",
5d01050a
FC
682 "numeric 1's complement (~)",
683 "string 1's complement (~)",
fdecdb95 684 "smart match",
79072805
LW
685 "atan2",
686 "sin",
687 "cos",
688 "rand",
689 "srand",
690 "exp",
691 "log",
692 "sqrt",
693 "int",
694 "hex",
695 "oct",
463ee0b2 696 "abs",
79072805
LW
697 "length",
698 "substr",
699 "vec",
700 "index",
701 "rindex",
702 "sprintf",
703 "formline",
704 "ord",
463ee0b2 705 "chr",
79072805 706 "crypt",
42d38218
MS
707 "ucfirst",
708 "lcfirst",
709 "uc",
710 "lc",
711 "quotemeta",
f1612b5c
GS
712 "array dereference",
713 "constant array element",
bfa14884 714 "constant lexical array element",
79072805
LW
715 "array element",
716 "array slice",
6dd3e0f2 717 "index/value array slice",
878d132a 718 "each on array",
878d132a 719 "values on array",
d88ca568 720 "keys on array",
79072805
LW
721 "each",
722 "values",
723 "keys",
724 "delete",
42d38218 725 "exists",
f1612b5c
GS
726 "hash dereference",
727 "hash element",
aa689395 728 "hash slice",
5cae3edb 729 "key/value hash slice",
fedf30e1 730 "array or hash lookup",
79072805
LW
731 "unpack",
732 "pack",
733 "split",
297b36dc 734 "join or string",
79072805
LW
735 "list",
736 "list slice",
26321c2d 737 "anonymous array ([])",
42d38218 738 "anonymous hash ({})",
79072805
LW
739 "splice",
740 "push",
741 "pop",
742 "shift",
743 "unshift",
744 "sort",
745 "reverse",
746 "grep",
747 "grep iterator",
a0d0e21e
LW
748 "map",
749 "map iterator",
79072805
LW
750 "flipflop",
751 "range (or flip)",
752 "range (or flop)",
42d38218
MS
753 "logical and (&&)",
754 "logical or (||)",
a0d0e21e 755 "logical xor",
fdecdb95 756 "defined or (//)",
f1612b5c 757 "conditional expression",
42d38218
MS
758 "logical and assignment (&&=)",
759 "logical or assignment (||=)",
fdecdb95 760 "defined or assignment (//=)",
79072805
LW
761 "subroutine entry",
762 "subroutine exit",
78f9721b 763 "lvalue subroutine return",
4fa06845
DM
764 "check subroutine arguments",
765 "subroutine argument",
766 "subroutine argument default value",
79072805
LW
767 "caller",
768 "warn",
769 "die",
f1612b5c 770 "symbol reset",
79072805
LW
771 "line sequence",
772 "next statement",
93a17b20 773 "debug next statement",
e9c54c90 774 "iteration finalizer",
79072805
LW
775 "block entry",
776 "block exit",
463ee0b2 777 "block",
79072805
LW
778 "foreach loop entry",
779 "foreach loop iterator",
780 "loop entry",
781 "loop exit",
782 "return",
783 "last",
784 "next",
785 "redo",
786 "dump",
787 "goto",
788 "exit",
f961b1eb 789 "method lookup",
fdecdb95 790 "method with known name",
7d6c333c 791 "super with known name",
810bd8b7 792 "redirect method with known name",
793 "redirect super method with known name",
fdecdb95 794 "given()",
7896dde7
Z
795 "leave given block",
796 "when()",
797 "leave when block",
798 "break",
fdecdb95 799 "continue",
79072805
LW
800 "open",
801 "close",
802 "pipe",
803 "fileno",
804 "umask",
805 "binmode",
463ee0b2
LW
806 "tie",
807 "untie",
c07a80fd 808 "tied",
79072805
LW
809 "dbmopen",
810 "dbmclose",
811 "select system call",
812 "select",
813 "getc",
814 "read",
815 "write",
816 "write exit",
463ee0b2 817 "printf",
79072805 818 "print",
fdecdb95 819 "say",
c07a80fd 820 "sysopen",
137443ea 821 "sysseek",
79072805
LW
822 "sysread",
823 "syswrite",
79072805
LW
824 "eof",
825 "tell",
826 "seek",
827 "truncate",
828 "fcntl",
829 "ioctl",
830 "flock",
e71197e2
JC
831 "send",
832 "recv",
79072805
LW
833 "socket",
834 "socketpair",
835 "bind",
836 "connect",
837 "listen",
838 "accept",
839 "shutdown",
840 "getsockopt",
841 "setsockopt",
842 "getsockname",
843 "getpeername",
844 "lstat",
845 "stat",
846 "-R",
847 "-W",
848 "-X",
849 "-r",
850 "-w",
851 "-x",
852 "-e",
79072805
LW
853 "-s",
854 "-M",
855 "-A",
856 "-C",
7834bb7e
NC
857 "-O",
858 "-o",
859 "-z",
79072805
LW
860 "-S",
861 "-c",
862 "-b",
863 "-f",
864 "-d",
865 "-p",
79072805
LW
866 "-u",
867 "-g",
868 "-k",
7834bb7e 869 "-l",
79072805
LW
870 "-t",
871 "-T",
872 "-B",
873 "chdir",
874 "chown",
875 "chroot",
876 "unlink",
877 "chmod",
878 "utime",
879 "rename",
880 "link",
881 "symlink",
882 "readlink",
883 "mkdir",
884 "rmdir",
885 "opendir",
886 "readdir",
887 "telldir",
888 "seekdir",
889 "rewinddir",
890 "closedir",
891 "fork",
892 "wait",
893 "waitpid",
894 "system",
895 "exec",
896 "kill",
897 "getppid",
898 "getpgrp",
899 "setpgrp",
900 "getpriority",
901 "setpriority",
902 "time",
903 "times",
904 "localtime",
905 "gmtime",
906 "alarm",
907 "sleep",
908 "shmget",
909 "shmctl",
910 "shmread",
911 "shmwrite",
912 "msgget",
913 "msgctl",
914 "msgsnd",
915 "msgrcv",
7834bb7e 916 "semop",
79072805
LW
917 "semget",
918 "semctl",
79072805 919 "require",
b3f4d674 920 "do \"file\"",
996c9baa 921 "eval hints",
b3f4d674
GS
922 "eval \"string\"",
923 "eval \"string\" exit",
42d38218 924 "eval {block}",
f1612b5c 925 "eval {block} exit",
79072805
LW
926 "gethostbyname",
927 "gethostbyaddr",
928 "gethostent",
929 "getnetbyname",
930 "getnetbyaddr",
931 "getnetent",
932 "getprotobyname",
933 "getprotobynumber",
934 "getprotoent",
935 "getservbyname",
936 "getservbyport",
937 "getservent",
938 "sethostent",
939 "setnetent",
940 "setprotoent",
941 "setservent",
942 "endhostent",
943 "endnetent",
944 "endprotoent",
945 "endservent",
946 "getpwnam",
947 "getpwuid",
948 "getpwent",
949 "setpwent",
950 "endpwent",
951 "getgrnam",
952 "getgrgid",
953 "getgrent",
954 "setgrent",
955 "endgrent",
956 "getlogin",
957 "syscall",
c0329465 958 "lock",
c5917253 959 "once",
438c221d 960 "unknown custom operator",
deb8a388 961 "CORE:: subroutine",
88101882 962 "Array/hash switch",
84ed0108 963 "__SUB__",
838f2281 964 "fc",
ac217057 965 "private subroutine",
ecf9c8b7 966 "private subroutine",
13f89586 967 "private subroutine",
a7fd8ef6 968 "list of private variables",
254da51f 969 "lvalue ref assignment",
4c5bab50 970 "lvalue ref assignment",
16b99412 971 "lvalue ref assignment",
2882b3ff 972 "lvalue array reference",
b77472f9 973 "anonymous constant",
813e85a0 974 "derived class test",
02b85d3d
Z
975 "comparison chaining",
976 "comparand shuffling",
383bf72f
PE
977 "try {block}",
978 "try {block} exit",
979 "pop try",
a1325b90 980 "catch {} block",
f79e2ff9 981 "push defer {} block",
852c1a84 982 "boolean type test",
6ac93b49
PE
983 "weakref type test",
984 "reference weaken",
985 "reference unweaken",
d2817bd7
PE
986 "blessed",
987 "refaddr",
988 "reftype",
17a8df70
JR
989 "ceil",
990 "floor",
a02b8151 991 "is_tainted",
9824c081 992 "freed op",
79072805
LW
993};
994#endif
995
73c4f7a1
GS
996END_EXTERN_C
997
73c4f7a1
GS
998START_EXTERN_C
999
27da23d5 1000EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */
8c3a0f6c 1001#if defined(DOINIT)
27da23d5 1002= {
ef69c8fc
BM
1003 Perl_pp_null,
1004 Perl_pp_stub,
6f3ed336 1005 Perl_pp_scalar, /* implemented by Perl_pp_null */
ef69c8fc
BM
1006 Perl_pp_pushmark,
1007 Perl_pp_wantarray,
1008 Perl_pp_const,
1009 Perl_pp_gvsv,
1010 Perl_pp_gv,
1011 Perl_pp_gelem,
1012 Perl_pp_padsv,
9fdd7fc4 1013 Perl_pp_padsv_store,
ef69c8fc
BM
1014 Perl_pp_padav,
1015 Perl_pp_padhv,
6f3ed336 1016 Perl_pp_padany, /* implemented by Perl_unimplemented_op */
ef69c8fc
BM
1017 Perl_pp_rv2gv,
1018 Perl_pp_rv2sv,
1019 Perl_pp_av2arylen,
1020 Perl_pp_rv2cv,
1021 Perl_pp_anoncode,
1022 Perl_pp_prototype,
1023 Perl_pp_refgen,
1024 Perl_pp_srefgen,
1025 Perl_pp_ref,
1026 Perl_pp_bless,
1027 Perl_pp_backtick,
1028 Perl_pp_glob,
1029 Perl_pp_readline,
1030 Perl_pp_rcatline,
6f3ed336 1031 Perl_pp_regcmaybe, /* implemented by Perl_pp_null */
ef69c8fc
BM
1032 Perl_pp_regcreset,
1033 Perl_pp_regcomp,
1034 Perl_pp_match,
1035 Perl_pp_qr,
1036 Perl_pp_subst,
1037 Perl_pp_substcont,
9561d06f 1038 Perl_pp_trans,
bfa14884 1039 Perl_pp_transr, /* implemented by Perl_pp_trans */
ef69c8fc
BM
1040 Perl_pp_sassign,
1041 Perl_pp_aassign,
9561d06f
NC
1042 Perl_pp_chop,
1043 Perl_pp_schop,
6f3ed336
NC
1044 Perl_pp_chomp, /* implemented by Perl_pp_chop */
1045 Perl_pp_schomp, /* implemented by Perl_pp_schop */
ef69c8fc
BM
1046 Perl_pp_defined,
1047 Perl_pp_undef,
1048 Perl_pp_study,
1049 Perl_pp_pos,
1050 Perl_pp_preinc,
6f3ed336 1051 Perl_pp_i_preinc, /* implemented by Perl_pp_preinc */
4c2c3128
DM
1052 Perl_pp_predec,
1053 Perl_pp_i_predec, /* implemented by Perl_pp_predec */
ef69c8fc 1054 Perl_pp_postinc,
6f3ed336 1055 Perl_pp_i_postinc, /* implemented by Perl_pp_postinc */
20e96431
DM
1056 Perl_pp_postdec,
1057 Perl_pp_i_postdec, /* implemented by Perl_pp_postdec */
ef69c8fc
BM
1058 Perl_pp_pow,
1059 Perl_pp_multiply,
1060 Perl_pp_i_multiply,
1061 Perl_pp_divide,
1062 Perl_pp_i_divide,
1063 Perl_pp_modulo,
1064 Perl_pp_i_modulo,
1065 Perl_pp_repeat,
1066 Perl_pp_add,
1067 Perl_pp_i_add,
1068 Perl_pp_subtract,
1069 Perl_pp_i_subtract,
1070 Perl_pp_concat,
e839e6ed 1071 Perl_pp_multiconcat,
ef69c8fc
BM
1072 Perl_pp_stringify,
1073 Perl_pp_left_shift,
1074 Perl_pp_right_shift,
1075 Perl_pp_lt,
1076 Perl_pp_i_lt,
1077 Perl_pp_gt,
1078 Perl_pp_i_gt,
1079 Perl_pp_le,
1080 Perl_pp_i_le,
1081 Perl_pp_ge,
1082 Perl_pp_i_ge,
1083 Perl_pp_eq,
1084 Perl_pp_i_eq,
1085 Perl_pp_ne,
1086 Perl_pp_i_ne,
1087 Perl_pp_ncmp,
1088 Perl_pp_i_ncmp,
6f3ed336
NC
1089 Perl_pp_slt, /* implemented by Perl_pp_sle */
1090 Perl_pp_sgt, /* implemented by Perl_pp_sle */
ef69c8fc 1091 Perl_pp_sle,
6f3ed336 1092 Perl_pp_sge, /* implemented by Perl_pp_sle */
ef69c8fc
BM
1093 Perl_pp_seq,
1094 Perl_pp_sne,
1095 Perl_pp_scmp,
1096 Perl_pp_bit_and,
6f3ed336 1097 Perl_pp_bit_xor, /* implemented by Perl_pp_bit_or */
ef69c8fc 1098 Perl_pp_bit_or,
5d01050a
FC
1099 Perl_pp_nbit_and,
1100 Perl_pp_nbit_xor, /* implemented by Perl_pp_nbit_or */
1101 Perl_pp_nbit_or,
1102 Perl_pp_sbit_and,
1103 Perl_pp_sbit_xor, /* implemented by Perl_pp_sbit_or */
1104 Perl_pp_sbit_or,
ef69c8fc
BM
1105 Perl_pp_negate,
1106 Perl_pp_i_negate,
1107 Perl_pp_not,
1108 Perl_pp_complement,
5d01050a
FC
1109 Perl_pp_ncomplement,
1110 Perl_pp_scomplement,
ef69c8fc
BM
1111 Perl_pp_smartmatch,
1112 Perl_pp_atan2,
1113 Perl_pp_sin,
6f3ed336 1114 Perl_pp_cos, /* implemented by Perl_pp_sin */
ef69c8fc
BM
1115 Perl_pp_rand,
1116 Perl_pp_srand,
6f3ed336
NC
1117 Perl_pp_exp, /* implemented by Perl_pp_sin */
1118 Perl_pp_log, /* implemented by Perl_pp_sin */
1119 Perl_pp_sqrt, /* implemented by Perl_pp_sin */
ef69c8fc 1120 Perl_pp_int,
6f3ed336 1121 Perl_pp_hex, /* implemented by Perl_pp_oct */
ef69c8fc
BM
1122 Perl_pp_oct,
1123 Perl_pp_abs,
1124 Perl_pp_length,
1125 Perl_pp_substr,
1126 Perl_pp_vec,
1127 Perl_pp_index,
6f3ed336 1128 Perl_pp_rindex, /* implemented by Perl_pp_index */
ef69c8fc
BM
1129 Perl_pp_sprintf,
1130 Perl_pp_formline,
1131 Perl_pp_ord,
1132 Perl_pp_chr,
1133 Perl_pp_crypt,
1134 Perl_pp_ucfirst,
6f3ed336 1135 Perl_pp_lcfirst, /* implemented by Perl_pp_ucfirst */
ef69c8fc
BM
1136 Perl_pp_uc,
1137 Perl_pp_lc,
1138 Perl_pp_quotemeta,
1139 Perl_pp_rv2av,
1140 Perl_pp_aelemfast,
bfa14884 1141 Perl_pp_aelemfast_lex, /* implemented by Perl_pp_aelemfast */
ef69c8fc
BM
1142 Perl_pp_aelem,
1143 Perl_pp_aslice,
6dd3e0f2 1144 Perl_pp_kvaslice,
ef69c8fc 1145 Perl_pp_aeach,
6f3ed336 1146 Perl_pp_avalues, /* implemented by Perl_pp_akeys */
d88ca568 1147 Perl_pp_akeys,
ef69c8fc 1148 Perl_pp_each,
6f3ed336
NC
1149 Perl_pp_values, /* implemented by Perl_do_kv */
1150 Perl_pp_keys, /* implemented by Perl_do_kv */
ef69c8fc
BM
1151 Perl_pp_delete,
1152 Perl_pp_exists,
6f3ed336 1153 Perl_pp_rv2hv, /* implemented by Perl_pp_rv2av */
ef69c8fc
BM
1154 Perl_pp_helem,
1155 Perl_pp_hslice,
5cae3edb 1156 Perl_pp_kvhslice,
fedf30e1 1157 Perl_pp_multideref,
ef69c8fc
BM
1158 Perl_pp_unpack,
1159 Perl_pp_pack,
1160 Perl_pp_split,
1161 Perl_pp_join,
1162 Perl_pp_list,
1163 Perl_pp_lslice,
1164 Perl_pp_anonlist,
1165 Perl_pp_anonhash,
1166 Perl_pp_splice,
1167 Perl_pp_push,
6f3ed336 1168 Perl_pp_pop, /* implemented by Perl_pp_shift */
ef69c8fc
BM
1169 Perl_pp_shift,
1170 Perl_pp_unshift,
1171 Perl_pp_sort,
1172 Perl_pp_reverse,
1173 Perl_pp_grepstart,
1174 Perl_pp_grepwhile,
21b66d1c 1175 Perl_pp_mapstart, /* implemented by Perl_pp_grepstart */
ef69c8fc
BM
1176 Perl_pp_mapwhile,
1177 Perl_pp_range,
1178 Perl_pp_flip,
1179 Perl_pp_flop,
1180 Perl_pp_and,
1181 Perl_pp_or,
1182 Perl_pp_xor,
6f3ed336 1183 Perl_pp_dor, /* implemented by Perl_pp_defined */
ef69c8fc 1184 Perl_pp_cond_expr,
6f3ed336
NC
1185 Perl_pp_andassign, /* implemented by Perl_pp_and */
1186 Perl_pp_orassign, /* implemented by Perl_pp_or */
1187 Perl_pp_dorassign, /* implemented by Perl_pp_defined */
ef69c8fc
BM
1188 Perl_pp_entersub,
1189 Perl_pp_leavesub,
1190 Perl_pp_leavesublv,
4fa06845
DM
1191 Perl_pp_argcheck,
1192 Perl_pp_argelem,
1193 Perl_pp_argdefelem,
ef69c8fc
BM
1194 Perl_pp_caller,
1195 Perl_pp_warn,
1196 Perl_pp_die,
1197 Perl_pp_reset,
6f3ed336 1198 Perl_pp_lineseq, /* implemented by Perl_pp_null */
ef69c8fc
BM
1199 Perl_pp_nextstate,
1200 Perl_pp_dbstate,
1201 Perl_pp_unstack,
1202 Perl_pp_enter,
1203 Perl_pp_leave,
6f3ed336 1204 Perl_pp_scope, /* implemented by Perl_pp_null */
ef69c8fc
BM
1205 Perl_pp_enteriter,
1206 Perl_pp_iter,
1207 Perl_pp_enterloop,
1208 Perl_pp_leaveloop,
1209 Perl_pp_return,
1210 Perl_pp_last,
1211 Perl_pp_next,
1212 Perl_pp_redo,
6f3ed336 1213 Perl_pp_dump, /* implemented by Perl_pp_goto */
ef69c8fc
BM
1214 Perl_pp_goto,
1215 Perl_pp_exit,
f961b1eb 1216 Perl_pp_method,
ef69c8fc 1217 Perl_pp_method_named,
7d6c333c 1218 Perl_pp_method_super,
810bd8b7 1219 Perl_pp_method_redir,
1220 Perl_pp_method_redir_super,
ef69c8fc 1221 Perl_pp_entergiven,
7896dde7
Z
1222 Perl_pp_leavegiven,
1223 Perl_pp_enterwhen,
1224 Perl_pp_leavewhen,
1225 Perl_pp_break,
ef69c8fc
BM
1226 Perl_pp_continue,
1227 Perl_pp_open,
1228 Perl_pp_close,
1229 Perl_pp_pipe_op,
1230 Perl_pp_fileno,
1231 Perl_pp_umask,
1232 Perl_pp_binmode,
1233 Perl_pp_tie,
1234 Perl_pp_untie,
1235 Perl_pp_tied,
1236 Perl_pp_dbmopen,
6f3ed336 1237 Perl_pp_dbmclose, /* implemented by Perl_pp_untie */
ef69c8fc
BM
1238 Perl_pp_sselect,
1239 Perl_pp_select,
1240 Perl_pp_getc,
6f3ed336 1241 Perl_pp_read, /* implemented by Perl_pp_sysread */
ef69c8fc
BM
1242 Perl_pp_enterwrite,
1243 Perl_pp_leavewrite,
1244 Perl_pp_prtf,
1245 Perl_pp_print,
6f3ed336 1246 Perl_pp_say, /* implemented by Perl_pp_print */
ef69c8fc
BM
1247 Perl_pp_sysopen,
1248 Perl_pp_sysseek,
1249 Perl_pp_sysread,
60504e18 1250 Perl_pp_syswrite,
ef69c8fc
BM
1251 Perl_pp_eof,
1252 Perl_pp_tell,
6f3ed336 1253 Perl_pp_seek, /* implemented by Perl_pp_sysseek */
ef69c8fc 1254 Perl_pp_truncate,
6f3ed336 1255 Perl_pp_fcntl, /* implemented by Perl_pp_ioctl */
ef69c8fc
BM
1256 Perl_pp_ioctl,
1257 Perl_pp_flock,
60504e18 1258 Perl_pp_send, /* implemented by Perl_pp_syswrite */
6f3ed336 1259 Perl_pp_recv, /* implemented by Perl_pp_sysread */
ef69c8fc
BM
1260 Perl_pp_socket,
1261 Perl_pp_sockpair,
1262 Perl_pp_bind,
6f3ed336 1263 Perl_pp_connect, /* implemented by Perl_pp_bind */
ef69c8fc
BM
1264 Perl_pp_listen,
1265 Perl_pp_accept,
1266 Perl_pp_shutdown,
6f3ed336 1267 Perl_pp_gsockopt, /* implemented by Perl_pp_ssockopt */
ef69c8fc 1268 Perl_pp_ssockopt,
6f3ed336 1269 Perl_pp_getsockname, /* implemented by Perl_pp_getpeername */
ef69c8fc 1270 Perl_pp_getpeername,
6f3ed336 1271 Perl_pp_lstat, /* implemented by Perl_pp_stat */
ef69c8fc
BM
1272 Perl_pp_stat,
1273 Perl_pp_ftrread,
6f3ed336
NC
1274 Perl_pp_ftrwrite, /* implemented by Perl_pp_ftrread */
1275 Perl_pp_ftrexec, /* implemented by Perl_pp_ftrread */
1276 Perl_pp_fteread, /* implemented by Perl_pp_ftrread */
1277 Perl_pp_ftewrite, /* implemented by Perl_pp_ftrread */
1278 Perl_pp_fteexec, /* implemented by Perl_pp_ftrread */
ef69c8fc 1279 Perl_pp_ftis,
6f3ed336
NC
1280 Perl_pp_ftsize, /* implemented by Perl_pp_ftis */
1281 Perl_pp_ftmtime, /* implemented by Perl_pp_ftis */
1282 Perl_pp_ftatime, /* implemented by Perl_pp_ftis */
1283 Perl_pp_ftctime, /* implemented by Perl_pp_ftis */
ef69c8fc 1284 Perl_pp_ftrowned,
6f3ed336
NC
1285 Perl_pp_fteowned, /* implemented by Perl_pp_ftrowned */
1286 Perl_pp_ftzero, /* implemented by Perl_pp_ftrowned */
1287 Perl_pp_ftsock, /* implemented by Perl_pp_ftrowned */
1288 Perl_pp_ftchr, /* implemented by Perl_pp_ftrowned */
1289 Perl_pp_ftblk, /* implemented by Perl_pp_ftrowned */
1290 Perl_pp_ftfile, /* implemented by Perl_pp_ftrowned */
1291 Perl_pp_ftdir, /* implemented by Perl_pp_ftrowned */
1292 Perl_pp_ftpipe, /* implemented by Perl_pp_ftrowned */
1293 Perl_pp_ftsuid, /* implemented by Perl_pp_ftrowned */
1294 Perl_pp_ftsgid, /* implemented by Perl_pp_ftrowned */
1295 Perl_pp_ftsvtx, /* implemented by Perl_pp_ftrowned */
ef69c8fc
BM
1296 Perl_pp_ftlink,
1297 Perl_pp_fttty,
1298 Perl_pp_fttext,
6f3ed336 1299 Perl_pp_ftbinary, /* implemented by Perl_pp_fttext */
ef69c8fc
BM
1300 Perl_pp_chdir,
1301 Perl_pp_chown,
1302 Perl_pp_chroot,
6f3ed336
NC
1303 Perl_pp_unlink, /* implemented by Perl_pp_chown */
1304 Perl_pp_chmod, /* implemented by Perl_pp_chown */
1305 Perl_pp_utime, /* implemented by Perl_pp_chown */
ef69c8fc
BM
1306 Perl_pp_rename,
1307 Perl_pp_link,
6f3ed336 1308 Perl_pp_symlink, /* implemented by Perl_pp_link */
ef69c8fc
BM
1309 Perl_pp_readlink,
1310 Perl_pp_mkdir,
1311 Perl_pp_rmdir,
1312 Perl_pp_open_dir,
1313 Perl_pp_readdir,
1314 Perl_pp_telldir,
1315 Perl_pp_seekdir,
1316 Perl_pp_rewinddir,
1317 Perl_pp_closedir,
1318 Perl_pp_fork,
1319 Perl_pp_wait,
1320 Perl_pp_waitpid,
1321 Perl_pp_system,
1322 Perl_pp_exec,
6f3ed336 1323 Perl_pp_kill, /* implemented by Perl_pp_chown */
ef69c8fc
BM
1324 Perl_pp_getppid,
1325 Perl_pp_getpgrp,
1326 Perl_pp_setpgrp,
1327 Perl_pp_getpriority,
1328 Perl_pp_setpriority,
1329 Perl_pp_time,
1330 Perl_pp_tms,
6f3ed336 1331 Perl_pp_localtime, /* implemented by Perl_pp_gmtime */
ef69c8fc
BM
1332 Perl_pp_gmtime,
1333 Perl_pp_alarm,
1334 Perl_pp_sleep,
6f3ed336
NC
1335 Perl_pp_shmget, /* implemented by Perl_pp_semget */
1336 Perl_pp_shmctl, /* implemented by Perl_pp_semctl */
1337 Perl_pp_shmread, /* implemented by Perl_pp_shmwrite */
ef69c8fc 1338 Perl_pp_shmwrite,
6f3ed336
NC
1339 Perl_pp_msgget, /* implemented by Perl_pp_semget */
1340 Perl_pp_msgctl, /* implemented by Perl_pp_semctl */
1341 Perl_pp_msgsnd, /* implemented by Perl_pp_shmwrite */
1342 Perl_pp_msgrcv, /* implemented by Perl_pp_shmwrite */
1343 Perl_pp_semop, /* implemented by Perl_pp_shmwrite */
ef69c8fc
BM
1344 Perl_pp_semget,
1345 Perl_pp_semctl,
1346 Perl_pp_require,
6f3ed336 1347 Perl_pp_dofile, /* implemented by Perl_pp_require */
ef69c8fc
BM
1348 Perl_pp_hintseval,
1349 Perl_pp_entereval,
1350 Perl_pp_leaveeval,
1351 Perl_pp_entertry,
1352 Perl_pp_leavetry,
6f3ed336
NC
1353 Perl_pp_ghbyname, /* implemented by Perl_pp_ghostent */
1354 Perl_pp_ghbyaddr, /* implemented by Perl_pp_ghostent */
ef69c8fc 1355 Perl_pp_ghostent,
6f3ed336
NC
1356 Perl_pp_gnbyname, /* implemented by Perl_pp_gnetent */
1357 Perl_pp_gnbyaddr, /* implemented by Perl_pp_gnetent */
ef69c8fc 1358 Perl_pp_gnetent,
6f3ed336
NC
1359 Perl_pp_gpbyname, /* implemented by Perl_pp_gprotoent */
1360 Perl_pp_gpbynumber, /* implemented by Perl_pp_gprotoent */
ef69c8fc 1361 Perl_pp_gprotoent,
6f3ed336
NC
1362 Perl_pp_gsbyname, /* implemented by Perl_pp_gservent */
1363 Perl_pp_gsbyport, /* implemented by Perl_pp_gservent */
ef69c8fc
BM
1364 Perl_pp_gservent,
1365 Perl_pp_shostent,
396166e1
NC
1366 Perl_pp_snetent, /* implemented by Perl_pp_shostent */
1367 Perl_pp_sprotoent, /* implemented by Perl_pp_shostent */
1368 Perl_pp_sservent, /* implemented by Perl_pp_shostent */
ef69c8fc 1369 Perl_pp_ehostent,
d8ef1fcd
NC
1370 Perl_pp_enetent, /* implemented by Perl_pp_ehostent */
1371 Perl_pp_eprotoent, /* implemented by Perl_pp_ehostent */
1372 Perl_pp_eservent, /* implemented by Perl_pp_ehostent */
6f3ed336
NC
1373 Perl_pp_gpwnam, /* implemented by Perl_pp_gpwent */
1374 Perl_pp_gpwuid, /* implemented by Perl_pp_gpwent */
ef69c8fc 1375 Perl_pp_gpwent,
720d5dbf
NC
1376 Perl_pp_spwent, /* implemented by Perl_pp_ehostent */
1377 Perl_pp_epwent, /* implemented by Perl_pp_ehostent */
6f3ed336
NC
1378 Perl_pp_ggrnam, /* implemented by Perl_pp_ggrent */
1379 Perl_pp_ggrgid, /* implemented by Perl_pp_ggrent */
ef69c8fc 1380 Perl_pp_ggrent,
720d5dbf
NC
1381 Perl_pp_sgrent, /* implemented by Perl_pp_ehostent */
1382 Perl_pp_egrent, /* implemented by Perl_pp_ehostent */
ef69c8fc
BM
1383 Perl_pp_getlogin,
1384 Perl_pp_syscall,
1385 Perl_pp_lock,
1386 Perl_pp_once,
6f3ed336 1387 Perl_pp_custom, /* implemented by Perl_unimplemented_op */
deb8a388 1388 Perl_pp_coreargs,
88101882 1389 Perl_pp_avhvswitch,
84ed0108 1390 Perl_pp_runcv,
838f2281 1391 Perl_pp_fc,
ac217057 1392 Perl_pp_padcv,
ecf9c8b7 1393 Perl_pp_introcv,
13f89586 1394 Perl_pp_clonecv,
a7fd8ef6 1395 Perl_pp_padrange,
254da51f 1396 Perl_pp_refassign,
4c5bab50 1397 Perl_pp_lvref,
16b99412 1398 Perl_pp_lvrefslice,
2882b3ff 1399 Perl_pp_lvavref,
b77472f9 1400 Perl_pp_anonconst,
813e85a0 1401 Perl_pp_isa,
02b85d3d
Z
1402 Perl_pp_cmpchain_and,
1403 Perl_pp_cmpchain_dup,
383bf72f
PE
1404 Perl_pp_entertrycatch,
1405 Perl_pp_leavetrycatch,
1406 Perl_pp_poptry,
a1325b90 1407 Perl_pp_catch,
f79e2ff9 1408 Perl_pp_pushdefer,
5a94615f
PE
1409 Perl_pp_is_bool,
1410 Perl_pp_is_weak,
6ac93b49
PE
1411 Perl_pp_weaken,
1412 Perl_pp_unweaken,
d2817bd7
PE
1413 Perl_pp_blessed,
1414 Perl_pp_refaddr,
1415 Perl_pp_reftype,
17a8df70
JR
1416 Perl_pp_ceil,
1417 Perl_pp_floor,
a02b8151 1418 Perl_pp_is_tainted,
27da23d5 1419}
79072805 1420#endif
27da23d5 1421;
79072805 1422
0850138d 1423EXT Perl_check_t PL_check[] /* or perlvars.h */
8c3a0f6c 1424#if defined(DOINIT)
27da23d5 1425= {
ef69c8fc
BM
1426 Perl_ck_null, /* null */
1427 Perl_ck_null, /* stub */
1428 Perl_ck_fun, /* scalar */
1429 Perl_ck_null, /* pushmark */
1430 Perl_ck_null, /* wantarray */
1431 Perl_ck_svconst, /* const */
1432 Perl_ck_null, /* gvsv */
1433 Perl_ck_null, /* gv */
1434 Perl_ck_null, /* gelem */
1435 Perl_ck_null, /* padsv */
9fdd7fc4 1436 Perl_ck_sassign, /* padsv_store */
ef69c8fc
BM
1437 Perl_ck_null, /* padav */
1438 Perl_ck_null, /* padhv */
1439 Perl_ck_null, /* padany */
ef69c8fc
BM
1440 Perl_ck_rvconst, /* rv2gv */
1441 Perl_ck_rvconst, /* rv2sv */
1442 Perl_ck_null, /* av2arylen */
1443 Perl_ck_rvconst, /* rv2cv */
1444 Perl_ck_anoncode, /* anoncode */
eb4ec35b 1445 Perl_ck_prototype, /* prototype */
ef69c8fc
BM
1446 Perl_ck_spair, /* refgen */
1447 Perl_ck_null, /* srefgen */
1448 Perl_ck_fun, /* ref */
1449 Perl_ck_fun, /* bless */
9ce1fb7d 1450 Perl_ck_backtick, /* backtick */
ef69c8fc
BM
1451 Perl_ck_glob, /* glob */
1452 Perl_ck_readline, /* readline */
1453 Perl_ck_null, /* rcatline */
1454 Perl_ck_fun, /* regcmaybe */
1455 Perl_ck_fun, /* regcreset */
1456 Perl_ck_null, /* regcomp */
1457 Perl_ck_match, /* match */
1458 Perl_ck_match, /* qr */
1459 Perl_ck_match, /* subst */
1460 Perl_ck_null, /* substcont */
1461 Perl_ck_match, /* trans */
bfa14884 1462 Perl_ck_match, /* transr */
ef69c8fc
BM
1463 Perl_ck_sassign, /* sassign */
1464 Perl_ck_null, /* aassign */
1465 Perl_ck_spair, /* chop */
1466 Perl_ck_null, /* schop */
1467 Perl_ck_spair, /* chomp */
1468 Perl_ck_null, /* schomp */
1469 Perl_ck_defined, /* defined */
89c5c07e 1470 Perl_ck_fun, /* undef */
ef69c8fc 1471 Perl_ck_fun, /* study */
abe56f58 1472 Perl_ck_fun, /* pos */
ef69c8fc
BM
1473 Perl_ck_lfun, /* preinc */
1474 Perl_ck_lfun, /* i_preinc */
1475 Perl_ck_lfun, /* predec */
1476 Perl_ck_lfun, /* i_predec */
1477 Perl_ck_lfun, /* postinc */
1478 Perl_ck_lfun, /* i_postinc */
1479 Perl_ck_lfun, /* postdec */
1480 Perl_ck_lfun, /* i_postdec */
1481 Perl_ck_null, /* pow */
1482 Perl_ck_null, /* multiply */
1483 Perl_ck_null, /* i_multiply */
1484 Perl_ck_null, /* divide */
1485 Perl_ck_null, /* i_divide */
1486 Perl_ck_null, /* modulo */
1487 Perl_ck_null, /* i_modulo */
1488 Perl_ck_repeat, /* repeat */
1489 Perl_ck_null, /* add */
1490 Perl_ck_null, /* i_add */
1491 Perl_ck_null, /* subtract */
1492 Perl_ck_null, /* i_subtract */
1493 Perl_ck_concat, /* concat */
e839e6ed 1494 Perl_ck_null, /* multiconcat */
73f4c4fe 1495 Perl_ck_stringify, /* stringify */
ef69c8fc
BM
1496 Perl_ck_bitop, /* left_shift */
1497 Perl_ck_bitop, /* right_shift */
89474f50
FC
1498 Perl_ck_cmp, /* lt */
1499 Perl_ck_cmp, /* i_lt */
1500 Perl_ck_cmp, /* gt */
1501 Perl_ck_cmp, /* i_gt */
1502 Perl_ck_cmp, /* le */
1503 Perl_ck_cmp, /* i_le */
1504 Perl_ck_cmp, /* ge */
1505 Perl_ck_cmp, /* i_ge */
ce5a07d9
DM
1506 Perl_ck_cmp, /* eq */
1507 Perl_ck_cmp, /* i_eq */
1508 Perl_ck_cmp, /* ne */
1509 Perl_ck_cmp, /* i_ne */
ef69c8fc
BM
1510 Perl_ck_null, /* ncmp */
1511 Perl_ck_null, /* i_ncmp */
1512 Perl_ck_null, /* slt */
1513 Perl_ck_null, /* sgt */
1514 Perl_ck_null, /* sle */
1515 Perl_ck_null, /* sge */
1516 Perl_ck_null, /* seq */
1517 Perl_ck_null, /* sne */
1518 Perl_ck_null, /* scmp */
1519 Perl_ck_bitop, /* bit_and */
1520 Perl_ck_bitop, /* bit_xor */
1521 Perl_ck_bitop, /* bit_or */
5d01050a
FC
1522 Perl_ck_bitop, /* nbit_and */
1523 Perl_ck_bitop, /* nbit_xor */
1524 Perl_ck_bitop, /* nbit_or */
1525 Perl_ck_bitop, /* sbit_and */
1526 Perl_ck_bitop, /* sbit_xor */
1527 Perl_ck_bitop, /* sbit_or */
ef69c8fc
BM
1528 Perl_ck_null, /* negate */
1529 Perl_ck_null, /* i_negate */
1530 Perl_ck_null, /* not */
1531 Perl_ck_bitop, /* complement */
5d01050a 1532 Perl_ck_bitop, /* ncomplement */
90a59ee5 1533 Perl_ck_null, /* scomplement */
7896dde7 1534 Perl_ck_smartmatch, /* smartmatch */
ef69c8fc
BM
1535 Perl_ck_fun, /* atan2 */
1536 Perl_ck_fun, /* sin */
1537 Perl_ck_fun, /* cos */
1538 Perl_ck_fun, /* rand */
1539 Perl_ck_fun, /* srand */
1540 Perl_ck_fun, /* exp */
1541 Perl_ck_fun, /* log */
1542 Perl_ck_fun, /* sqrt */
1543 Perl_ck_fun, /* int */
1544 Perl_ck_fun, /* hex */
1545 Perl_ck_fun, /* oct */
1546 Perl_ck_fun, /* abs */
e508c8a4 1547 Perl_ck_length, /* length */
ef69c8fc
BM
1548 Perl_ck_substr, /* substr */
1549 Perl_ck_fun, /* vec */
1550 Perl_ck_index, /* index */
1551 Perl_ck_index, /* rindex */
69974ce6 1552 Perl_ck_lfun, /* sprintf */
ef69c8fc
BM
1553 Perl_ck_fun, /* formline */
1554 Perl_ck_fun, /* ord */
1555 Perl_ck_fun, /* chr */
1556 Perl_ck_fun, /* crypt */
1557 Perl_ck_fun, /* ucfirst */
1558 Perl_ck_fun, /* lcfirst */
1559 Perl_ck_fun, /* uc */
1560 Perl_ck_fun, /* lc */
1561 Perl_ck_fun, /* quotemeta */
1562 Perl_ck_rvconst, /* rv2av */
1563 Perl_ck_null, /* aelemfast */
bfa14884 1564 Perl_ck_null, /* aelemfast_lex */
ef69c8fc
BM
1565 Perl_ck_null, /* aelem */
1566 Perl_ck_null, /* aslice */
6dd3e0f2 1567 Perl_ck_null, /* kvaslice */
ef69c8fc 1568 Perl_ck_each, /* aeach */
ef69c8fc 1569 Perl_ck_each, /* avalues */
d88ca568 1570 Perl_ck_each, /* akeys */
ef69c8fc
BM
1571 Perl_ck_each, /* each */
1572 Perl_ck_each, /* values */
1573 Perl_ck_each, /* keys */
1574 Perl_ck_delete, /* delete */
1575 Perl_ck_exists, /* exists */
1576 Perl_ck_rvconst, /* rv2hv */
1577 Perl_ck_null, /* helem */
1578 Perl_ck_null, /* hslice */
5cae3edb 1579 Perl_ck_null, /* kvhslice */
fedf30e1 1580 Perl_ck_null, /* multideref */
ea5703f4 1581 Perl_ck_fun, /* unpack */
ef69c8fc
BM
1582 Perl_ck_fun, /* pack */
1583 Perl_ck_split, /* split */
1584 Perl_ck_join, /* join */
1585 Perl_ck_null, /* list */
1586 Perl_ck_null, /* lslice */
1587 Perl_ck_fun, /* anonlist */
1588 Perl_ck_fun, /* anonhash */
d4fc4415
FC
1589 Perl_ck_fun, /* splice */
1590 Perl_ck_fun, /* push */
ef69c8fc
BM
1591 Perl_ck_shift, /* pop */
1592 Perl_ck_shift, /* shift */
d4fc4415 1593 Perl_ck_fun, /* unshift */
ef69c8fc
BM
1594 Perl_ck_sort, /* sort */
1595 Perl_ck_fun, /* reverse */
1596 Perl_ck_grep, /* grepstart */
1597 Perl_ck_null, /* grepwhile */
1598 Perl_ck_grep, /* mapstart */
1599 Perl_ck_null, /* mapwhile */
1600 Perl_ck_null, /* range */
1601 Perl_ck_null, /* flip */
1602 Perl_ck_null, /* flop */
1603 Perl_ck_null, /* and */
1604 Perl_ck_null, /* or */
1605 Perl_ck_null, /* xor */
1606 Perl_ck_null, /* dor */
1607 Perl_ck_null, /* cond_expr */
1608 Perl_ck_null, /* andassign */
1609 Perl_ck_null, /* orassign */
1610 Perl_ck_null, /* dorassign */
ef69c8fc
BM
1611 Perl_ck_subr, /* entersub */
1612 Perl_ck_null, /* leavesub */
1613 Perl_ck_null, /* leavesublv */
4fa06845
DM
1614 Perl_ck_null, /* argcheck */
1615 Perl_ck_null, /* argelem */
1616 Perl_ck_null, /* argdefelem */
ef69c8fc
BM
1617 Perl_ck_fun, /* caller */
1618 Perl_ck_fun, /* warn */
97124ef6 1619 Perl_ck_fun, /* die */
ef69c8fc
BM
1620 Perl_ck_fun, /* reset */
1621 Perl_ck_null, /* lineseq */
1622 Perl_ck_null, /* nextstate */
1623 Perl_ck_null, /* dbstate */
1624 Perl_ck_null, /* unstack */
1625 Perl_ck_null, /* enter */
1626 Perl_ck_null, /* leave */
1627 Perl_ck_null, /* scope */
1628 Perl_ck_null, /* enteriter */
1629 Perl_ck_null, /* iter */
1630 Perl_ck_null, /* enterloop */
1631 Perl_ck_null, /* leaveloop */
1632 Perl_ck_return, /* return */
1633 Perl_ck_null, /* last */
1634 Perl_ck_null, /* next */
1635 Perl_ck_null, /* redo */
1636 Perl_ck_null, /* dump */
1637 Perl_ck_null, /* goto */
5450b4d8 1638 Perl_ck_fun, /* exit */
f961b1eb 1639 Perl_ck_method, /* method */
ef69c8fc 1640 Perl_ck_null, /* method_named */
7d6c333c 1641 Perl_ck_null, /* method_super */
810bd8b7 1642 Perl_ck_null, /* method_redir */
1643 Perl_ck_null, /* method_redir_super */
ef69c8fc 1644 Perl_ck_null, /* entergiven */
7896dde7
Z
1645 Perl_ck_null, /* leavegiven */
1646 Perl_ck_null, /* enterwhen */
1647 Perl_ck_null, /* leavewhen */
1648 Perl_ck_null, /* break */
ef69c8fc
BM
1649 Perl_ck_null, /* continue */
1650 Perl_ck_open, /* open */
1651 Perl_ck_fun, /* close */
1652 Perl_ck_fun, /* pipe_op */
1653 Perl_ck_fun, /* fileno */
1654 Perl_ck_fun, /* umask */
1655 Perl_ck_fun, /* binmode */
1656 Perl_ck_fun, /* tie */
1657 Perl_ck_fun, /* untie */
1658 Perl_ck_fun, /* tied */
1659 Perl_ck_fun, /* dbmopen */
1660 Perl_ck_fun, /* dbmclose */
1661 Perl_ck_select, /* sselect */
1662 Perl_ck_select, /* select */
1663 Perl_ck_eof, /* getc */
1664 Perl_ck_fun, /* read */
1665 Perl_ck_fun, /* enterwrite */
1666 Perl_ck_null, /* leavewrite */
1667 Perl_ck_listiob, /* prtf */
1668 Perl_ck_listiob, /* print */
1669 Perl_ck_listiob, /* say */
1670 Perl_ck_fun, /* sysopen */
1671 Perl_ck_fun, /* sysseek */
1672 Perl_ck_fun, /* sysread */
1673 Perl_ck_fun, /* syswrite */
1674 Perl_ck_eof, /* eof */
8dc99089 1675 Perl_ck_tell, /* tell */
423e8af5 1676 Perl_ck_tell, /* seek */
ef69c8fc
BM
1677 Perl_ck_trunc, /* truncate */
1678 Perl_ck_fun, /* fcntl */
1679 Perl_ck_fun, /* ioctl */
1680 Perl_ck_fun, /* flock */
1681 Perl_ck_fun, /* send */
1682 Perl_ck_fun, /* recv */
1683 Perl_ck_fun, /* socket */
1684 Perl_ck_fun, /* sockpair */
1685 Perl_ck_fun, /* bind */
1686 Perl_ck_fun, /* connect */
1687 Perl_ck_fun, /* listen */
1688 Perl_ck_fun, /* accept */
1689 Perl_ck_fun, /* shutdown */
1690 Perl_ck_fun, /* gsockopt */
1691 Perl_ck_fun, /* ssockopt */
1692 Perl_ck_fun, /* getsockname */
1693 Perl_ck_fun, /* getpeername */
1694 Perl_ck_ftst, /* lstat */
1695 Perl_ck_ftst, /* stat */
1696 Perl_ck_ftst, /* ftrread */
1697 Perl_ck_ftst, /* ftrwrite */
1698 Perl_ck_ftst, /* ftrexec */
1699 Perl_ck_ftst, /* fteread */
1700 Perl_ck_ftst, /* ftewrite */
1701 Perl_ck_ftst, /* fteexec */
1702 Perl_ck_ftst, /* ftis */
1703 Perl_ck_ftst, /* ftsize */
1704 Perl_ck_ftst, /* ftmtime */
1705 Perl_ck_ftst, /* ftatime */
1706 Perl_ck_ftst, /* ftctime */
1707 Perl_ck_ftst, /* ftrowned */
1708 Perl_ck_ftst, /* fteowned */
1709 Perl_ck_ftst, /* ftzero */
1710 Perl_ck_ftst, /* ftsock */
1711 Perl_ck_ftst, /* ftchr */
1712 Perl_ck_ftst, /* ftblk */
1713 Perl_ck_ftst, /* ftfile */
1714 Perl_ck_ftst, /* ftdir */
1715 Perl_ck_ftst, /* ftpipe */
1716 Perl_ck_ftst, /* ftsuid */
1717 Perl_ck_ftst, /* ftsgid */
1718 Perl_ck_ftst, /* ftsvtx */
1719 Perl_ck_ftst, /* ftlink */
1720 Perl_ck_ftst, /* fttty */
1721 Perl_ck_ftst, /* fttext */
1722 Perl_ck_ftst, /* ftbinary */
8777c9be 1723 Perl_ck_trunc, /* chdir */
ef69c8fc
BM
1724 Perl_ck_fun, /* chown */
1725 Perl_ck_fun, /* chroot */
1726 Perl_ck_fun, /* unlink */
1727 Perl_ck_fun, /* chmod */
1728 Perl_ck_fun, /* utime */
1729 Perl_ck_fun, /* rename */
1730 Perl_ck_fun, /* link */
1731 Perl_ck_fun, /* symlink */
1732 Perl_ck_fun, /* readlink */
1733 Perl_ck_fun, /* mkdir */
1734 Perl_ck_fun, /* rmdir */
1735 Perl_ck_fun, /* open_dir */
1736 Perl_ck_fun, /* readdir */
1737 Perl_ck_fun, /* telldir */
1738 Perl_ck_fun, /* seekdir */
1739 Perl_ck_fun, /* rewinddir */
1740 Perl_ck_fun, /* closedir */
1741 Perl_ck_null, /* fork */
1742 Perl_ck_null, /* wait */
1743 Perl_ck_fun, /* waitpid */
1744 Perl_ck_exec, /* system */
1745 Perl_ck_exec, /* exec */
1746 Perl_ck_fun, /* kill */
1747 Perl_ck_null, /* getppid */
1748 Perl_ck_fun, /* getpgrp */
1749 Perl_ck_fun, /* setpgrp */
1750 Perl_ck_fun, /* getpriority */
1751 Perl_ck_fun, /* setpriority */
1752 Perl_ck_null, /* time */
1753 Perl_ck_null, /* tms */
1754 Perl_ck_fun, /* localtime */
1755 Perl_ck_fun, /* gmtime */
1756 Perl_ck_fun, /* alarm */
1757 Perl_ck_fun, /* sleep */
1758 Perl_ck_fun, /* shmget */
1759 Perl_ck_fun, /* shmctl */
1760 Perl_ck_fun, /* shmread */
1761 Perl_ck_fun, /* shmwrite */
1762 Perl_ck_fun, /* msgget */
1763 Perl_ck_fun, /* msgctl */
1764 Perl_ck_fun, /* msgsnd */
1765 Perl_ck_fun, /* msgrcv */
1766 Perl_ck_fun, /* semop */
1767 Perl_ck_fun, /* semget */
1768 Perl_ck_fun, /* semctl */
1769 Perl_ck_require, /* require */
1770 Perl_ck_fun, /* dofile */
1771 Perl_ck_svconst, /* hintseval */
1772 Perl_ck_eval, /* entereval */
1773 Perl_ck_null, /* leaveeval */
1774 Perl_ck_eval, /* entertry */
1775 Perl_ck_null, /* leavetry */
1776 Perl_ck_fun, /* ghbyname */
1777 Perl_ck_fun, /* ghbyaddr */
1778 Perl_ck_null, /* ghostent */
1779 Perl_ck_fun, /* gnbyname */
1780 Perl_ck_fun, /* gnbyaddr */
1781 Perl_ck_null, /* gnetent */
1782 Perl_ck_fun, /* gpbyname */
1783 Perl_ck_fun, /* gpbynumber */
1784 Perl_ck_null, /* gprotoent */
1785 Perl_ck_fun, /* gsbyname */
1786 Perl_ck_fun, /* gsbyport */
1787 Perl_ck_null, /* gservent */
1788 Perl_ck_fun, /* shostent */
1789 Perl_ck_fun, /* snetent */
1790 Perl_ck_fun, /* sprotoent */
1791 Perl_ck_fun, /* sservent */
1792 Perl_ck_null, /* ehostent */
1793 Perl_ck_null, /* enetent */
1794 Perl_ck_null, /* eprotoent */
1795 Perl_ck_null, /* eservent */
1796 Perl_ck_fun, /* gpwnam */
1797 Perl_ck_fun, /* gpwuid */
1798 Perl_ck_null, /* gpwent */
1799 Perl_ck_null, /* spwent */
1800 Perl_ck_null, /* epwent */
1801 Perl_ck_fun, /* ggrnam */
1802 Perl_ck_fun, /* ggrgid */
1803 Perl_ck_null, /* ggrent */
1804 Perl_ck_null, /* sgrent */
1805 Perl_ck_null, /* egrent */
1806 Perl_ck_null, /* getlogin */
1807 Perl_ck_fun, /* syscall */
1808 Perl_ck_rfun, /* lock */
1809 Perl_ck_null, /* once */
1810 Perl_ck_null, /* custom */
deb8a388 1811 Perl_ck_null, /* coreargs */
88101882 1812 Perl_ck_null, /* avhvswitch */
84ed0108 1813 Perl_ck_null, /* runcv */
838f2281 1814 Perl_ck_fun, /* fc */
ac217057 1815 Perl_ck_null, /* padcv */
ecf9c8b7 1816 Perl_ck_null, /* introcv */
13f89586 1817 Perl_ck_null, /* clonecv */
a7fd8ef6 1818 Perl_ck_null, /* padrange */
4fec8804 1819 Perl_ck_refassign, /* refassign */
4c5bab50 1820 Perl_ck_null, /* lvref */
16b99412 1821 Perl_ck_null, /* lvrefslice */
2882b3ff 1822 Perl_ck_null, /* lvavref */
b77472f9 1823 Perl_ck_null, /* anonconst */
813e85a0 1824 Perl_ck_isa, /* isa */
02b85d3d
Z
1825 Perl_ck_null, /* cmpchain_and */
1826 Perl_ck_null, /* cmpchain_dup */
383bf72f
PE
1827 Perl_ck_trycatch, /* entertrycatch */
1828 Perl_ck_null, /* leavetrycatch */
1829 Perl_ck_null, /* poptry */
a1325b90 1830 Perl_ck_null, /* catch */
f79e2ff9 1831 Perl_ck_null, /* pushdefer */
5a94615f
PE
1832 Perl_ck_null, /* is_bool */
1833 Perl_ck_null, /* is_weak */
6ac93b49
PE
1834 Perl_ck_null, /* weaken */
1835 Perl_ck_null, /* unweaken */
d2817bd7
PE
1836 Perl_ck_null, /* blessed */
1837 Perl_ck_null, /* refaddr */
1838 Perl_ck_null, /* reftype */
17a8df70
JR
1839 Perl_ck_null, /* ceil */
1840 Perl_ck_null, /* floor */
a02b8151 1841 Perl_ck_null, /* is_tainted */
0850138d 1842}
79072805 1843#endif
0850138d 1844;
79072805
LW
1845
1846#ifndef DOINIT
1ccb7c8d 1847EXTCONST U32 PL_opargs[];
79072805 1848#else
1ccb7c8d 1849EXTCONST U32 PL_opargs[] = {
79072805 1850 0x00000000, /* null */
93a17b20 1851 0x00000000, /* stub */
903fd87c 1852 0x00001b04, /* scalar */
79072805 1853 0x00000004, /* pushmark */
903fd87c
NC
1854 0x00000004, /* wantarray */
1855 0x00000604, /* const */
1856 0x00000644, /* gvsv */
1857 0x00000644, /* gv */
6e372f32 1858 0x00011244, /* gelem */
748a9306 1859 0x00000044, /* padsv */
9fdd7fc4 1860 0x00011104, /* padsv_store */
748a9306
LW
1861 0x00000040, /* padav */
1862 0x00000040, /* padhv */
1863 0x00000040, /* padany */
903fd87c
NC
1864 0x00000144, /* rv2gv */
1865 0x00000144, /* rv2sv */
1866 0x00000104, /* av2arylen */
1867 0x00000140, /* rv2cv */
01762542 1868 0x00000604, /* anoncode */
eb4ec35b 1869 0x00009b84, /* prototype */
903fd87c
NC
1870 0x00002101, /* refgen */
1871 0x00001106, /* srefgen */
1872 0x00009b8c, /* ref */
1873 0x00091404, /* bless */
1874 0x00009b88, /* backtick */
1875 0x00009408, /* glob */
1876 0x0000eb08, /* readline */
1877 0x00000608, /* rcatline */
1878 0x00001104, /* regcmaybe */
1879 0x00001104, /* regcreset */
1880 0x00001304, /* regcomp */
9d99d451 1881 0x00000500, /* match */
903fd87c 1882 0x00000504, /* qr */
7f581e76
FC
1883 0x00001504, /* subst */
1884 0x00000304, /* substcont */
903fd87c 1885 0x00001804, /* trans */
bfa14884 1886 0x00001804, /* transr */
1257c081 1887 0x00011204, /* sassign */
903fd87c
NC
1888 0x00022208, /* aassign */
1889 0x00002b0d, /* chop */
1890 0x00009b8c, /* schop */
1891 0x00002b1d, /* chomp */
1892 0x00009b9c, /* schomp */
1893 0x00009b84, /* defined */
89c5c07e 1894 0x0000fb04, /* undef */
903fd87c 1895 0x00009b84, /* study */
abe56f58 1896 0x0000fb8c, /* pos */
903fd87c
NC
1897 0x00001164, /* preinc */
1898 0x00001144, /* i_preinc */
1899 0x00001164, /* predec */
1900 0x00001144, /* i_predec */
3baa0581
FC
1901 0x0000112c, /* postinc */
1902 0x0000110c, /* i_postinc */
1903 0x0000112c, /* postdec */
1904 0x0000110c, /* i_postdec */
903fd87c
NC
1905 0x0001121e, /* pow */
1906 0x0001123e, /* multiply */
1907 0x0001121e, /* i_multiply */
1908 0x0001123e, /* divide */
1909 0x0001121e, /* i_divide */
1910 0x0001123e, /* modulo */
1911 0x0001121e, /* i_modulo */
21639bf4 1912 0x0001220b, /* repeat */
903fd87c
NC
1913 0x0001123e, /* add */
1914 0x0001121e, /* i_add */
1915 0x0001123e, /* subtract */
1916 0x0001121e, /* i_subtract */
1917 0x0001121e, /* concat */
e839e6ed 1918 0x00000f1c, /* multiconcat */
903fd87c
NC
1919 0x0000141e, /* stringify */
1920 0x0001121e, /* left_shift */
1921 0x0001121e, /* right_shift */
1922 0x00011226, /* lt */
1923 0x00011206, /* i_lt */
1924 0x00011226, /* gt */
1925 0x00011206, /* i_gt */
1926 0x00011226, /* le */
1927 0x00011206, /* i_le */
1928 0x00011226, /* ge */
1929 0x00011206, /* i_ge */
1930 0x00011226, /* eq */
1931 0x00011206, /* i_eq */
1932 0x00011226, /* ne */
1933 0x00011206, /* i_ne */
1934 0x0001122e, /* ncmp */
21639bf4 1935 0x0001120e, /* i_ncmp */
903fd87c
NC
1936 0x00011206, /* slt */
1937 0x00011206, /* sgt */
1938 0x00011206, /* sle */
1939 0x00011206, /* sge */
1940 0x00011206, /* seq */
1941 0x00011206, /* sne */
21639bf4 1942 0x0001120e, /* scmp */
903fd87c
NC
1943 0x0001120e, /* bit_and */
1944 0x0001120e, /* bit_xor */
1945 0x0001120e, /* bit_or */
5d01050a
FC
1946 0x0001121e, /* nbit_and */
1947 0x0001121e, /* nbit_xor */
1948 0x0001121e, /* nbit_or */
1949 0x0001120e, /* sbit_and */
1950 0x0001120e, /* sbit_xor */
1951 0x0001120e, /* sbit_or */
903fd87c 1952 0x0000112e, /* negate */
a9dec3fe 1953 0x0000110e, /* i_negate */
903fd87c 1954 0x00001106, /* not */
21639bf4 1955 0x0000110e, /* complement */
5d01050a
FC
1956 0x0000111e, /* ncomplement */
1957 0x0000111e, /* scomplement */
7896dde7 1958 0x00000204, /* smartmatch */
903fd87c
NC
1959 0x0001141e, /* atan2 */
1960 0x00009b9e, /* sin */
1961 0x00009b9e, /* cos */
1962 0x00009b1c, /* rand */
1963 0x00009b1c, /* srand */
1964 0x00009b9e, /* exp */
1965 0x00009b9e, /* log */
1966 0x00009b9e, /* sqrt */
1967 0x00009b9e, /* int */
1968 0x00009b9e, /* hex */
1969 0x00009b9e, /* oct */
1970 0x00009b9e, /* abs */
1971 0x00009b9e, /* length */
1972 0x0991140c, /* substr */
21639bf4 1973 0x0011140c, /* vec */
903fd87c
NC
1974 0x0091141c, /* index */
1975 0x0091141c, /* rindex */
1976 0x0002140f, /* sprintf */
1977 0x00021405, /* formline */
1978 0x00009b9e, /* ord */
1979 0x00009b9e, /* chr */
1980 0x0001141e, /* crypt */
1981 0x00009b8e, /* ucfirst */
1982 0x00009b8e, /* lcfirst */
1983 0x00009b8e, /* uc */
1984 0x00009b8e, /* lc */
1985 0x00009b8e, /* quotemeta */
1986 0x00000148, /* rv2av */
689d8423 1987 0x00013644, /* aelemfast */
bfa14884 1988 0x00013040, /* aelemfast_lex */
903fd87c
NC
1989 0x00013204, /* aelem */
1990 0x00023401, /* aslice */
6dd3e0f2 1991 0x00023401, /* kvaslice */
d86b3122 1992 0x00003b40, /* aeach */
d86b3122 1993 0x00003b48, /* avalues */
d88ca568 1994 0x00003b08, /* akeys */
d86b3122
FC
1995 0x00004b40, /* each */
1996 0x00004b48, /* values */
903fd87c
NC
1997 0x00004b08, /* keys */
1998 0x00001b00, /* delete */
1999 0x00001b04, /* exists */
e84e4286 2000 0x00000148, /* rv2hv */
903fd87c
NC
2001 0x00014204, /* helem */
2002 0x00024401, /* hslice */
5cae3edb 2003 0x00024401, /* kvhslice */
fedf30e1 2004 0x00000f44, /* multideref */
ea5703f4 2005 0x00091480, /* unpack */
dd9a6ccf 2006 0x0002140f, /* pack */
5012eebe 2007 0x00111508, /* split */
987c9691 2008 0x0002140f, /* join */
903fd87c
NC
2009 0x00002401, /* list */
2010 0x00224200, /* lslice */
2011 0x00002405, /* anonlist */
2012 0x00002405, /* anonhash */
2013 0x02993401, /* splice */
2014 0x0002341d, /* push */
2015 0x0000bb04, /* pop */
2016 0x0000bb04, /* shift */
2017 0x0002341d, /* unshift */
61aeaf96 2018 0x0002d401, /* sort */
903fd87c 2019 0x00002409, /* reverse */
f39944c1
FC
2020 0x00025401, /* grepstart */
2021 0x00000308, /* grepwhile */
2022 0x00025401, /* mapstart */
2023 0x00000308, /* mapwhile */
903fd87c
NC
2024 0x00011300, /* range */
2025 0x00011100, /* flip */
2026 0x00000100, /* flop */
2027 0x00000300, /* and */
2028 0x00000300, /* or */
2029 0x00011206, /* xor */
2030 0x00000300, /* dor */
aafd37e7 2031 0x00000300, /* cond_expr */
903fd87c
NC
2032 0x00000304, /* andassign */
2033 0x00000304, /* orassign */
2034 0x00000304, /* dorassign */
57ee255e 2035 0x00002141, /* entersub */
903fd87c
NC
2036 0x00000100, /* leavesub */
2037 0x00000100, /* leavesublv */
4fa06845
DM
2038 0x00000f00, /* argcheck */
2039 0x00000f00, /* argelem */
2040 0x00000300, /* argdefelem */
903fd87c
NC
2041 0x00009b08, /* caller */
2042 0x0000240d, /* warn */
2eb51413 2043 0x0000240d, /* die */
903fd87c
NC
2044 0x00009b04, /* reset */
2045 0x00000400, /* lineseq */
2046 0x00000a04, /* nextstate */
2047 0x00000a04, /* dbstate */
79072805
LW
2048 0x00000004, /* unstack */
2049 0x00000000, /* enter */
903fd87c
NC
2050 0x00000400, /* leave */
2051 0x00000400, /* scope */
2052 0x00000940, /* enteriter */
79072805 2053 0x00000000, /* iter */
903fd87c
NC
2054 0x00000940, /* enterloop */
2055 0x00000200, /* leaveloop */
b31e13ff
FC
2056 0x00002401, /* return */
2057 0x00000d04, /* last */
2058 0x00000d04, /* next */
2059 0x00000d04, /* redo */
903fd87c 2060 0x00000d44, /* dump */
b31e13ff 2061 0x00000d04, /* goto */
26812b4a 2062 0x00009b04, /* exit */
f961b1eb 2063 0x00000e40, /* method */
b46e009d 2064 0x00000e40, /* method_named */
7d6c333c 2065 0x00000e40, /* method_super */
810bd8b7 2066 0x00000e40, /* method_redir */
2067 0x00000e40, /* method_redir_super */
7896dde7
Z
2068 0x00000340, /* entergiven */
2069 0x00000100, /* leavegiven */
2070 0x00000340, /* enterwhen */
2071 0x00000100, /* leavewhen */
2072 0x00000000, /* break */
fdecdb95 2073 0x00000000, /* continue */
903fd87c
NC
2074 0x0029640d, /* open */
2075 0x0000eb04, /* close */
2076 0x00066404, /* pipe_op */
2077 0x00006b0c, /* fileno */
2078 0x00009b0c, /* umask */
2079 0x00096404, /* binmode */
2080 0x00217445, /* tie */
2081 0x00007b04, /* untie */
6575cde0 2082 0x00007b44, /* tied */
903fd87c
NC
2083 0x00114404, /* dbmopen */
2084 0x00004b04, /* dbmclose */
2085 0x01111408, /* sselect */
2086 0x0000e40c, /* select */
2087 0x0000eb0c, /* getc */
2088 0x0917640d, /* read */
fc5ae97d 2089 0x0000eb04, /* enterwrite */
903fd87c
NC
2090 0x00000100, /* leavewrite */
2091 0x0002e405, /* prtf */
2092 0x0002e405, /* print */
2093 0x0002e405, /* say */
2094 0x09116404, /* sysopen */
2095 0x00116404, /* sysseek */
2096 0x0917640d, /* sysread */
2097 0x0991640d, /* syswrite */
2098 0x0000eb04, /* eof */
2099 0x0000eb0c, /* tell */
2100 0x00116404, /* seek */
2101 0x00011404, /* truncate */
2102 0x0011640c, /* fcntl */
2103 0x0011640c, /* ioctl */
2104 0x0001641c, /* flock */
2105 0x0911640d, /* send */
2106 0x0117640d, /* recv */
2107 0x01116404, /* socket */
2108 0x11166404, /* sockpair */
2109 0x00016404, /* bind */
2110 0x00016404, /* connect */
2111 0x00016404, /* listen */
2112 0x0006640c, /* accept */
2113 0x0001640c, /* shutdown */
2114 0x00116404, /* gsockopt */
2115 0x01116404, /* ssockopt */
2116 0x00006b04, /* getsockname */
2117 0x00006b04, /* getpeername */
465bc0f5
FC
2118 0x0000ec80, /* lstat */
2119 0x0000ec80, /* stat */
903fd87c
NC
2120 0x00006c84, /* ftrread */
2121 0x00006c84, /* ftrwrite */
2122 0x00006c84, /* ftrexec */
2123 0x00006c84, /* fteread */
2124 0x00006c84, /* ftewrite */
2125 0x00006c84, /* fteexec */
2126 0x00006c84, /* ftis */
2127 0x00006c8c, /* ftsize */
2128 0x00006c8c, /* ftmtime */
2129 0x00006c8c, /* ftatime */
2130 0x00006c8c, /* ftctime */
2131 0x00006c84, /* ftrowned */
2132 0x00006c84, /* fteowned */
2133 0x00006c84, /* ftzero */
2134 0x00006c84, /* ftsock */
2135 0x00006c84, /* ftchr */
2136 0x00006c84, /* ftblk */
2137 0x00006c84, /* ftfile */
2138 0x00006c84, /* ftdir */
2139 0x00006c84, /* ftpipe */
2140 0x00006c84, /* ftsuid */
2141 0x00006c84, /* ftsgid */
2142 0x00006c84, /* ftsvtx */
2143 0x00006c84, /* ftlink */
2144 0x00006c04, /* fttty */
2145 0x00006c84, /* fttext */
2146 0x00006c84, /* ftbinary */
2147 0x00009b1c, /* chdir */
2148 0x0000241d, /* chown */
2149 0x00009b9c, /* chroot */
2150 0x0000249d, /* unlink */
2151 0x0000241d, /* chmod */
2152 0x0000241d, /* utime */
2153 0x0001141c, /* rename */
2154 0x0001141c, /* link */
2155 0x0001141c, /* symlink */
2156 0x00009b8c, /* readlink */
2157 0x0009949c, /* mkdir */
2158 0x00009b9c, /* rmdir */
2159 0x00016404, /* open_dir */
2160 0x00006b00, /* readdir */
2161 0x00006b0c, /* telldir */
2162 0x00016404, /* seekdir */
2163 0x00006b04, /* rewinddir */
2164 0x00006b04, /* closedir */
2165 0x0000000c, /* fork */
2166 0x0000001c, /* wait */
2167 0x0001141c, /* waitpid */
2168 0x0002941d, /* system */
1062548a 2169 0x0002941d, /* exec */
9618b155 2170 0x0000241d, /* kill */
903fd87c
NC
2171 0x0000001c, /* getppid */
2172 0x00009b1c, /* getpgrp */
2173 0x0009941c, /* setpgrp */
2174 0x0001141c, /* getpriority */
2175 0x0011141c, /* setpriority */
2176 0x0000001c, /* time */
79072805 2177 0x00000000, /* tms */
903fd87c
NC
2178 0x00009b08, /* localtime */
2179 0x00009b08, /* gmtime */
2180 0x00009b8c, /* alarm */
2181 0x00009b1c, /* sleep */
2182 0x0011140d, /* shmget */
2183 0x0011140d, /* shmctl */
2184 0x0111140d, /* shmread */
2185 0x0111140d, /* shmwrite */
2186 0x0001140d, /* msgget */
2187 0x0011140d, /* msgctl */
2188 0x0011140d, /* msgsnd */
2189 0x1111140d, /* msgrcv */
2190 0x0001140d, /* semop */
2191 0x0011140d, /* semget */
2192 0x0111140d, /* semctl */
353d8d11 2193 0x00009bc4, /* require */
903fd87c
NC
2194 0x00001140, /* dofile */
2195 0x00000604, /* hintseval */
7d789282 2196 0x00009bc0, /* entereval */
903fd87c 2197 0x00001100, /* leaveeval */
a4256772 2198 0x00000340, /* entertry */
903fd87c
NC
2199 0x00000400, /* leavetry */
2200 0x00001b00, /* ghbyname */
2201 0x00011400, /* ghbyaddr */
79072805 2202 0x00000000, /* ghostent */
903fd87c
NC
2203 0x00001b00, /* gnbyname */
2204 0x00011400, /* gnbyaddr */
79072805 2205 0x00000000, /* gnetent */
903fd87c
NC
2206 0x00001b00, /* gpbyname */
2207 0x00001400, /* gpbynumber */
79072805 2208 0x00000000, /* gprotoent */
903fd87c
NC
2209 0x00011400, /* gsbyname */
2210 0x00011400, /* gsbyport */
79072805 2211 0x00000000, /* gservent */
903fd87c
NC
2212 0x00001b04, /* shostent */
2213 0x00001b04, /* snetent */
2214 0x00001b04, /* sprotoent */
2215 0x00001b04, /* sservent */
2216 0x00000004, /* ehostent */
2217 0x00000004, /* enetent */
2218 0x00000004, /* eprotoent */
2219 0x00000004, /* eservent */
2220 0x00001b00, /* gpwnam */
2221 0x00001b00, /* gpwuid */
79072805 2222 0x00000000, /* gpwent */
903fd87c
NC
2223 0x00000004, /* spwent */
2224 0x00000004, /* epwent */
2225 0x00001b00, /* ggrnam */
2226 0x00001b00, /* ggrgid */
79072805 2227 0x00000000, /* ggrent */
903fd87c
NC
2228 0x00000004, /* sgrent */
2229 0x00000004, /* egrent */
79072805 2230 0x0000000c, /* getlogin */
903fd87c
NC
2231 0x0002140d, /* syscall */
2232 0x00007b04, /* lock */
2233 0x00000300, /* once */
438c221d 2234 0x00000000, /* custom */
deb8a388 2235 0x00000600, /* coreargs */
88101882 2236 0x00000108, /* avhvswitch */
84ed0108 2237 0x00000004, /* runcv */
838f2281 2238 0x00009b8e, /* fc */
ac217057 2239 0x00000040, /* padcv */
ecf9c8b7 2240 0x00000040, /* introcv */
13f89586 2241 0x00000040, /* clonecv */
a7fd8ef6 2242 0x00000040, /* padrange */
6e372f32 2243 0x00000244, /* refassign */
4b6cf48b 2244 0x00000b40, /* lvref */
16b99412 2245 0x00000440, /* lvrefslice */
2882b3ff 2246 0x00000b40, /* lvavref */
b77472f9 2247 0x00000144, /* anonconst */
813e85a0 2248 0x00000204, /* isa */
02b85d3d
Z
2249 0x00000300, /* cmpchain_and */
2250 0x00000100, /* cmpchain_dup */
383bf72f
PE
2251 0x00000300, /* entertrycatch */
2252 0x00000400, /* leavetrycatch */
2253 0x00000400, /* poptry */
a1325b90 2254 0x00000300, /* catch */
f79e2ff9 2255 0x00000300, /* pushdefer */
a02b8151
JR
2256 0x00000106, /* is_bool */
2257 0x00000106, /* is_weak */
6ac93b49
PE
2258 0x00000100, /* weaken */
2259 0x00000100, /* unweaken */
1dd1944b 2260 0x00000106, /* blessed */
d2817bd7
PE
2261 0x0000011e, /* refaddr */
2262 0x0000011e, /* reftype */
17a8df70
JR
2263 0x0000011e, /* ceil */
2264 0x0000011e, /* floor */
a02b8151 2265 0x00000106, /* is_tainted */
79072805
LW
2266};
2267#endif
73c4f7a1
GS
2268
2269END_EXTERN_C
27da23d5 2270
f3574cc6 2271
4fa06845 2272#define OPpARGELEM_SV 0x00
c2380ea1 2273#define OPpLVREF_SV 0x00
f3574cc6
DM
2274#define OPpARG1_MASK 0x01
2275#define OPpCOREARGS_DEREF1 0x01
2276#define OPpENTERSUB_INARGS 0x01
748f2c65
DM
2277#define OPpPADHV_ISKEYS 0x01
2278#define OPpRV2HV_ISKEYS 0x01
f3574cc6 2279#define OPpSORT_NUMERIC 0x01
6507ac83 2280#define OPpTRANS_CAN_FORCE_UTF8 0x01
4fa06845 2281#define OPpARGELEM_AV 0x02
f3574cc6
DM
2282#define OPpCONST_NOVER 0x02
2283#define OPpCOREARGS_DEREF2 0x02
2284#define OPpEVAL_HAS_HH 0x02
2285#define OPpFT_ACCESS 0x02
f3574cc6 2286#define OPpHINT_STRICT_REFS 0x02
93661e56 2287#define OPpITER_REVERSED 0x02
f3574cc6 2288#define OPpSORT_INTEGER 0x02
6507ac83 2289#define OPpTRANS_USE_SVOP 0x02
f3574cc6 2290#define OPpARG2_MASK 0x03
e1e26374 2291#define OPpAVHVSWITCH_MASK 0x03
4fa06845 2292#define OPpARGELEM_HV 0x04
7b394f12 2293#define OPpASSIGN_TRUEBOOL 0x04
f3574cc6
DM
2294#define OPpCONST_SHORTCIRCUIT 0x04
2295#define OPpDONT_INIT_GV 0x04
2296#define OPpENTERSUB_HASTARG 0x04
2297#define OPpEVAL_UNICODE 0x04
2298#define OPpFT_STACKED 0x04
6102323a 2299#define OPpLVREF_ELEM 0x04
f3574cc6
DM
2300#define OPpSLICEWARNING 0x04
2301#define OPpSORT_REVERSE 0x04
692044df 2302#define OPpSPLIT_IMPLIM 0x04
f3574cc6 2303#define OPpTRANS_IDENTICAL 0x04
07a62087 2304#define OPpUSEINT 0x04
4fa06845 2305#define OPpARGELEM_MASK 0x06
f3574cc6
DM
2306#define OPpARG3_MASK 0x07
2307#define OPpPADRANGE_COUNTSHIFT 0x07
2308#define OPpCONST_STRICT 0x08
2309#define OPpENTERSUB_AMPER 0x08
2310#define OPpEVAL_BYTES 0x08
2311#define OPpFT_STACKING 0x08
7896dde7 2312#define OPpITER_DEF 0x08
5a36b2c0 2313#define OPpLVREF_ITER 0x08
f3574cc6 2314#define OPpMAYBE_LVSUB 0x08
e839e6ed 2315#define OPpMULTICONCAT_STRINGIFY 0x08
f3574cc6
DM
2316#define OPpREVERSE_INPLACE 0x08
2317#define OPpSORT_INPLACE 0x08
5012eebe 2318#define OPpSPLIT_LEX 0x08
f3574cc6
DM
2319#define OPpTRANS_SQUASH 0x08
2320#define OPpARG4_MASK 0x0f
a5f48505 2321#define OPpASSIGN_COMMON_AGG 0x10
f3574cc6 2322#define OPpCONST_ENTERED 0x10
9e209402 2323#define OPpDEREF_AV 0x10
f3574cc6
DM
2324#define OPpEVAL_COPHH 0x10
2325#define OPpFT_AFTER_t 0x10
9e209402
FC
2326#define OPpLVREF_AV 0x10
2327#define OPpMAYBE_TRUEBOOL 0x10
fedf30e1 2328#define OPpMULTIDEREF_EXISTS 0x10
f3574cc6 2329#define OPpOPEN_IN_RAW 0x10
f3574cc6 2330#define OPpSORT_DESCEND 0x10
5012eebe 2331#define OPpSPLIT_ASSIGN 0x10
f3574cc6
DM
2332#define OPpSUBSTR_REPL_FIRST 0x10
2333#define OPpTARGET_MY 0x10
a5f48505 2334#define OPpASSIGN_COMMON_RC1 0x20
9e209402 2335#define OPpDEREF_HV 0x20
f3574cc6
DM
2336#define OPpEARLY_CV 0x20
2337#define OPpEVAL_RE_REPARSING 0x20
2338#define OPpHUSH_VMSISH 0x20
cc0776d6 2339#define OPpKVSLICE 0x20
9e209402
FC
2340#define OPpLVREF_HV 0x20
2341#define OPpMAY_RETURN_CONSTANT 0x20
e839e6ed 2342#define OPpMULTICONCAT_FAKE 0x20
fedf30e1 2343#define OPpMULTIDEREF_DELETE 0x20
f3574cc6 2344#define OPpOPEN_IN_CRLF 0x20
f3574cc6
DM
2345#define OPpTRANS_COMPLEMENT 0x20
2346#define OPpTRUEBOOL 0x20
c74a928a 2347#define OPpUNDEF_KEEP_PV 0x20
9e209402
FC
2348#define OPpDEREF 0x30
2349#define OPpDEREF_SV 0x30
2350#define OPpLVREF_CV 0x30
2351#define OPpLVREF_TYPE 0x30
2352#define OPpALLOW_FAKE 0x40
f3574cc6 2353#define OPpASSIGN_BACKWARDS 0x40
a5f48505 2354#define OPpASSIGN_COMMON_SCALAR 0x40
d962625f 2355#define OPpCONCAT_NESTED 0x40
f3574cc6
DM
2356#define OPpCONST_BARE 0x40
2357#define OPpCOREARGS_SCALARMOD 0x40
9e209402 2358#define OPpENTERSUB_DB 0x40
f3574cc6
DM
2359#define OPpEXISTS_SUB 0x40
2360#define OPpFLIP_LINENUM 0x40
7e8d786b 2361#define OPpINDEX_BOOLNEG 0x40
f3574cc6 2362#define OPpLIST_GUESSED 0x40
9e209402 2363#define OPpLVAL_DEFER 0x40
e839e6ed 2364#define OPpMULTICONCAT_APPEND 0x40
f3574cc6 2365#define OPpOPEN_OUT_RAW 0x40
9e209402
FC
2366#define OPpOUR_INTRO 0x40
2367#define OPpPAD_STATE 0x40
f3574cc6
DM
2368#define OPpREFCOUNTED 0x40
2369#define OPpREPEAT_DOLIST 0x40
f3574cc6 2370#define OPpSLICE 0x40
f3574cc6 2371#define OPpTRANS_GROWS 0x40
f3574cc6
DM
2372#define OPpPADRANGE_COUNTMASK 0x7f
2373#define OPpASSIGN_CV_TO_GV 0x80
2374#define OPpCOREARGS_PUSHMARK 0x80
e5e291f5 2375#define OPpDEFER_FINALLY 0x80
f3574cc6 2376#define OPpENTERSUB_NOPAREN 0x80
f3574cc6
DM
2377#define OPpLVALUE 0x80
2378#define OPpLVAL_INTRO 0x80
2379#define OPpOFFBYONE 0x80
2380#define OPpOPEN_OUT_CRLF 0x80
2381#define OPpPV_IS_UTF8 0x80
f3574cc6
DM
2382#define OPpTRANS_DELETE 0x80
2383START_EXTERN_C
2384
8c3a0f6c 2385#ifndef DOINIT
f3574cc6
DM
2386
2387/* data about the flags in op_private */
2388
2389EXTCONST I16 PL_op_private_bitdef_ix[];
2390EXTCONST U16 PL_op_private_bitdefs[];
2391EXTCONST char PL_op_private_labels[];
2392EXTCONST I16 PL_op_private_bitfields[];
2393EXTCONST U8 PL_op_private_valid[];
2394
8c3a0f6c 2395#else
f3574cc6
DM
2396
2397
2398/* PL_op_private_labels[]: the short descriptions of private flags.
2399 * All labels are concatenated into a single char array
2400 * (separated by \0's) for compactness.
2401 */
2402
2403EXTCONST char PL_op_private_labels[] = {
2404 '$','M','O','D','\0',
2405 '+','1','\0',
2406 '-','\0',
f3574cc6 2407 'A','M','P','E','R','\0',
e839e6ed 2408 'A','P','P','E','N','D','\0',
5012eebe 2409 'A','S','S','I','G','N','\0',
c2380ea1 2410 'A','V','\0',
f3574cc6
DM
2411 'B','A','R','E','\0',
2412 'B','K','W','A','R','D','\0',
2413 'B','O','O','L','\0',
2414 'B','O','O','L','?','\0',
2415 'B','Y','T','E','S','\0',
6507ac83 2416 'C','A','N','_','F','O','R','C','E','_','U','T','F','8','\0',
f3574cc6 2417 'C','O','M','P','L','\0',
a5f48505
DM
2418 'C','O','M','_','A','G','G','\0',
2419 'C','O','M','_','R','C','1','\0',
2420 'C','O','M','_','S','C','A','L','A','R','\0',
f3574cc6
DM
2421 'C','O','N','S','T','\0',
2422 'C','O','P','H','H','\0',
c2380ea1 2423 'C','V','\0',
f3574cc6
DM
2424 'C','V','2','G','V','\0',
2425 'D','B','G','\0',
7896dde7 2426 'D','E','F','\0',
f3574cc6 2427 'D','E','L','\0',
fedf30e1 2428 'D','E','L','E','T','E','\0',
f3574cc6
DM
2429 'D','E','R','E','F','1','\0',
2430 'D','E','R','E','F','2','\0',
2431 'D','E','S','C','\0',
2432 'D','O','L','I','S','T','\0',
2433 'D','R','E','F','A','V','\0',
2434 'D','R','E','F','H','V','\0',
2435 'D','R','E','F','S','V','\0',
2436 'E','A','R','L','Y','C','V','\0',
6102323a 2437 'E','L','E','M','\0',
f3574cc6 2438 'E','N','T','E','R','E','D','\0',
fedf30e1 2439 'E','X','I','S','T','S','\0',
f3574cc6 2440 'F','A','K','E','\0',
e5e291f5 2441 'F','I','N','A','L','L','Y','\0',
f3574cc6
DM
2442 'F','T','A','C','C','E','S','S','\0',
2443 'F','T','A','F','T','E','R','t','\0',
2444 'F','T','S','T','A','C','K','E','D','\0',
2445 'F','T','S','T','A','C','K','I','N','G','\0',
f3574cc6
DM
2446 'G','R','O','W','S','\0',
2447 'G','U','E','S','S','E','D','\0',
2448 'H','A','S','_','H','H','\0',
2449 'H','U','S','H','\0',
c2380ea1 2450 'H','V','\0',
f3574cc6
DM
2451 'I','D','E','N','T','\0',
2452 'I','M','P','L','I','M','\0',
2453 'I','N','A','R','G','S','\0',
2454 'I','N','B','I','N','\0',
2455 'I','N','C','R','\0',
2456 'I','N','P','L','A','C','E','\0',
2457 'I','N','T','\0',
5a36b2c0 2458 'I','T','E','R','\0',
c74a928a 2459 'K','E','E','P','_','P','V','\0',
748f2c65 2460 'K','E','Y','S','\0',
cc0776d6 2461 'K','V','S','L','I','C','E','\0',
5012eebe 2462 'L','E','X','\0',
f3574cc6
DM
2463 'L','I','N','E','N','U','M','\0',
2464 'L','V','\0',
2465 'L','V','D','E','F','E','R','\0',
2466 'L','V','I','N','T','R','O','\0',
2467 'L','V','S','U','B','\0',
2468 'M','A','R','K','\0',
7e8d786b 2469 'N','E','G','\0',
d962625f 2470 'N','E','S','T','E','D','\0',
f3574cc6
DM
2471 'N','O','(',')','\0',
2472 'N','O','I','N','I','T','\0',
2473 'N','O','V','E','R','\0',
2474 'N','U','M','\0',
2475 'O','U','R','I','N','T','R','\0',
2476 'O','U','T','B','I','N','\0',
2477 'O','U','T','C','R','\0',
f3574cc6 2478 'R','E','F','C','\0',
c486bd5c 2479 'R','E','P','A','R','S','E','\0',
f3574cc6
DM
2480 'R','E','P','L','1','S','T','\0',
2481 'R','E','V','\0',
2482 'R','E','V','E','R','S','E','D','\0',
f3574cc6
DM
2483 'S','H','O','R','T','\0',
2484 'S','L','I','C','E','\0',
2485 'S','L','I','C','E','W','A','R','N','\0',
2486 'S','Q','U','A','S','H','\0',
f3574cc6
DM
2487 'S','T','A','T','E','\0',
2488 'S','T','R','I','C','T','\0',
e839e6ed 2489 'S','T','R','I','N','G','I','F','Y','\0',
f3574cc6 2490 'S','U','B','\0',
c2380ea1 2491 'S','V','\0',
f3574cc6
DM
2492 'T','A','R','G','\0',
2493 'T','A','R','G','M','Y','\0',
2494 'U','N','I','\0',
07a62087 2495 'U','S','E','I','N','T','\0',
6507ac83 2496 'U','S','E','_','S','V','O','P','\0',
f3574cc6 2497 'U','T','F','\0',
e9fb18e4 2498 'k','e','y','\0',
e1e26374 2499 'o','f','f','s','e','t','\0',
e9fb18e4 2500 'r','a','n','g','e','\0',
f3574cc6
DM
2501
2502};
2503
2504
2505
2506/* PL_op_private_bitfields[]: details about each bit field type.
ac5b5e2c 2507 * Each definition consists of the following list of words:
f3574cc6
DM
2508 * bitmin
2509 * label (index into PL_op_private_labels[]; -1 if no label)
2510 * repeat for each enum entry (if any):
2511 * enum value
2512 * enum label (index into PL_op_private_labels[])
2513 * -1
2514 */
2515
2516EXTCONST I16 PL_op_private_bitfields[] = {
2517 0, 8, -1,
2518 0, 8, -1,
c74a928a 2519 0, 604, -1,
f3574cc6
DM
2520 0, 8, -1,
2521 0, 8, -1,
c74a928a
RL
2522 0, 611, -1,
2523 0, 600, -1,
2524 1, -1, 0, 561, 1, 30, 2, 303, -1,
6507ac83 2525 4, -1, 1, 176, 2, 183, 3, 190, -1,
c74a928a 2526 4, -1, 0, 561, 1, 30, 2, 303, 3, 122, -1,
f3574cc6
DM
2527
2528};
2529
2530
2531/* PL_op_private_bitdef_ix[]: map an op number to a starting position
2532 * in PL_op_private_bitdefs. If -1, the op has no bits defined */
2533
2534EXTCONST I16 PL_op_private_bitdef_ix[] = {
2535 -1, /* null */
2536 -1, /* stub */
2537 0, /* scalar */
2538 1, /* pushmark */
2539 3, /* wantarray */
2540 4, /* const */
2541 9, /* gvsv */
2542 11, /* gv */
2543 12, /* gelem */
2544 13, /* padsv */
9fdd7fc4
RL
2545 16, /* padsv_store */
2546 19, /* padav */
2547 24, /* padhv */
f3574cc6 2548 -1, /* padany */
9fdd7fc4
RL
2549 31, /* rv2gv */
2550 38, /* rv2sv */
2551 43, /* av2arylen */
2552 45, /* rv2cv */
f3574cc6 2553 -1, /* anoncode */
dd6eeb56
FC
2554 0, /* prototype */
2555 0, /* refgen */
2556 0, /* srefgen */
9fdd7fc4
RL
2557 52, /* ref */
2558 55, /* bless */
2559 56, /* backtick */
2560 55, /* glob */
dd6eeb56 2561 0, /* readline */
f3574cc6 2562 -1, /* rcatline */
dd6eeb56
FC
2563 0, /* regcmaybe */
2564 0, /* regcreset */
2565 0, /* regcomp */
2e2d70f2
DM
2566 -1, /* match */
2567 -1, /* qr */
9fdd7fc4 2568 61, /* subst */
2e2d70f2 2569 0, /* substcont */
9fdd7fc4
RL
2570 62, /* trans */
2571 62, /* transr */
2572 69, /* sassign */
2573 72, /* aassign */
dd6eeb56
FC
2574 0, /* chop */
2575 0, /* schop */
9fdd7fc4
RL
2576 78, /* chomp */
2577 78, /* schomp */
dd6eeb56 2578 0, /* defined */
c74a928a 2579 80, /* undef */
dd6eeb56 2580 0, /* study */
c74a928a 2581 85, /* pos */
dd6eeb56
FC
2582 0, /* preinc */
2583 0, /* i_preinc */
2584 0, /* predec */
2585 0, /* i_predec */
3baa0581
FC
2586 0, /* postinc */
2587 0, /* i_postinc */
2588 0, /* postdec */
2589 0, /* i_postdec */
c74a928a
RL
2590 88, /* pow */
2591 88, /* multiply */
2592 88, /* i_multiply */
2593 88, /* divide */
2594 88, /* i_divide */
2595 88, /* modulo */
2596 88, /* i_modulo */
2597 90, /* repeat */
2598 88, /* add */
2599 88, /* i_add */
2600 88, /* subtract */
2601 88, /* i_subtract */
2602 92, /* concat */
2603 95, /* multiconcat */
2604 101, /* stringify */
2605 103, /* left_shift */
2606 103, /* right_shift */
dd6eeb56
FC
2607 12, /* lt */
2608 12, /* i_lt */
2609 12, /* gt */
2610 12, /* i_gt */
2611 12, /* le */
2612 12, /* i_le */
2613 12, /* ge */
2614 12, /* i_ge */
2615 12, /* eq */
2616 12, /* i_eq */
2617 12, /* ne */
2618 12, /* i_ne */
2619 12, /* ncmp */
21639bf4 2620 12, /* i_ncmp */
dd6eeb56
FC
2621 12, /* slt */
2622 12, /* sgt */
2623 12, /* sle */
2624 12, /* sge */
2625 12, /* seq */
2626 12, /* sne */
21639bf4 2627 12, /* scmp */
c74a928a
RL
2628 105, /* bit_and */
2629 105, /* bit_xor */
2630 105, /* bit_or */
2631 103, /* nbit_and */
2632 103, /* nbit_xor */
2633 103, /* nbit_or */
2634 105, /* sbit_and */
2635 105, /* sbit_xor */
2636 105, /* sbit_or */
dd6eeb56 2637 0, /* negate */
a9dec3fe 2638 0, /* i_negate */
dd6eeb56 2639 0, /* not */
c74a928a
RL
2640 105, /* complement */
2641 103, /* ncomplement */
9fdd7fc4 2642 78, /* scomplement */
dd6eeb56 2643 12, /* smartmatch */
c74a928a 2644 101, /* atan2 */
9fdd7fc4
RL
2645 78, /* sin */
2646 78, /* cos */
c74a928a
RL
2647 101, /* rand */
2648 101, /* srand */
9fdd7fc4
RL
2649 78, /* exp */
2650 78, /* log */
2651 78, /* sqrt */
2652 78, /* int */
2653 78, /* hex */
2654 78, /* oct */
2655 78, /* abs */
c74a928a
RL
2656 106, /* length */
2657 109, /* substr */
2658 112, /* vec */
2659 114, /* index */
2660 114, /* rindex */
9fdd7fc4
RL
2661 55, /* sprintf */
2662 55, /* formline */
2663 78, /* ord */
2664 78, /* chr */
c74a928a 2665 101, /* crypt */
dd6eeb56
FC
2666 0, /* ucfirst */
2667 0, /* lcfirst */
2668 0, /* uc */
2669 0, /* lc */
2670 0, /* quotemeta */
c74a928a
RL
2671 118, /* rv2av */
2672 125, /* aelemfast */
2673 125, /* aelemfast_lex */
2674 126, /* aelem */
2675 131, /* aslice */
2676 134, /* kvaslice */
dd6eeb56 2677 0, /* aeach */
dd6eeb56 2678 0, /* avalues */
9fdd7fc4 2679 43, /* akeys */
dd6eeb56 2680 0, /* each */
9fdd7fc4
RL
2681 43, /* values */
2682 43, /* keys */
c74a928a
RL
2683 135, /* delete */
2684 139, /* exists */
2685 141, /* rv2hv */
2686 126, /* helem */
2687 131, /* hslice */
2688 134, /* kvhslice */
2689 149, /* multideref */
9fdd7fc4
RL
2690 55, /* unpack */
2691 55, /* pack */
c74a928a 2692 156, /* split */
9fdd7fc4 2693 55, /* join */
c74a928a 2694 161, /* list */
dd6eeb56 2695 12, /* lslice */
9fdd7fc4
RL
2696 55, /* anonlist */
2697 55, /* anonhash */
2698 55, /* splice */
c74a928a 2699 101, /* push */
dd6eeb56
FC
2700 0, /* pop */
2701 0, /* shift */
c74a928a
RL
2702 101, /* unshift */
2703 163, /* sort */
2704 168, /* reverse */
4c9781b4 2705 0, /* grepstart */
c74a928a 2706 170, /* grepwhile */
4c9781b4
FC
2707 0, /* mapstart */
2708 0, /* mapwhile */
dd6eeb56 2709 0, /* range */
c74a928a
RL
2710 172, /* flip */
2711 172, /* flop */
dd6eeb56
FC
2712 0, /* and */
2713 0, /* or */
2714 12, /* xor */
2715 0, /* dor */
c74a928a 2716 174, /* cond_expr */
dd6eeb56
FC
2717 0, /* andassign */
2718 0, /* orassign */
2719 0, /* dorassign */
c74a928a
RL
2720 176, /* entersub */
2721 183, /* leavesub */
2722 183, /* leavesublv */
4fa06845 2723 0, /* argcheck */
c74a928a 2724 185, /* argelem */
4fa06845 2725 0, /* argdefelem */
c74a928a 2726 187, /* caller */
9fdd7fc4
RL
2727 55, /* warn */
2728 55, /* die */
2729 55, /* reset */
f3574cc6 2730 -1, /* lineseq */
c74a928a
RL
2731 189, /* nextstate */
2732 189, /* dbstate */
f3574cc6
DM
2733 -1, /* unstack */
2734 -1, /* enter */
c74a928a 2735 190, /* leave */
f3574cc6 2736 -1, /* scope */
c74a928a
RL
2737 192, /* enteriter */
2738 196, /* iter */
f3574cc6 2739 -1, /* enterloop */
c74a928a 2740 197, /* leaveloop */
f3574cc6 2741 -1, /* return */
c74a928a
RL
2742 199, /* last */
2743 199, /* next */
2744 199, /* redo */
2745 199, /* dump */
2746 199, /* goto */
9fdd7fc4 2747 55, /* exit */
f961b1eb 2748 0, /* method */
dd6eeb56 2749 0, /* method_named */
7d6c333c 2750 0, /* method_super */
810bd8b7 2751 0, /* method_redir */
2752 0, /* method_redir_super */
7896dde7
Z
2753 0, /* entergiven */
2754 0, /* leavegiven */
2755 0, /* enterwhen */
2756 0, /* leavewhen */
2757 -1, /* break */
f3574cc6 2758 -1, /* continue */
c74a928a 2759 201, /* open */
9fdd7fc4
RL
2760 55, /* close */
2761 55, /* pipe_op */
2762 55, /* fileno */
2763 55, /* umask */
2764 55, /* binmode */
2765 55, /* tie */
dd6eeb56
FC
2766 0, /* untie */
2767 0, /* tied */
9fdd7fc4 2768 55, /* dbmopen */
dd6eeb56 2769 0, /* dbmclose */
9fdd7fc4
RL
2770 55, /* sselect */
2771 55, /* select */
2772 55, /* getc */
2773 55, /* read */
2774 55, /* enterwrite */
c74a928a 2775 183, /* leavewrite */
f3574cc6
DM
2776 -1, /* prtf */
2777 -1, /* print */
2778 -1, /* say */
9fdd7fc4
RL
2779 55, /* sysopen */
2780 55, /* sysseek */
2781 55, /* sysread */
2782 55, /* syswrite */
2783 55, /* eof */
2784 55, /* tell */
2785 55, /* seek */
2786 55, /* truncate */
2787 55, /* fcntl */
2788 55, /* ioctl */
c74a928a 2789 101, /* flock */
9fdd7fc4
RL
2790 55, /* send */
2791 55, /* recv */
2792 55, /* socket */
2793 55, /* sockpair */
2794 55, /* bind */
2795 55, /* connect */
2796 55, /* listen */
2797 55, /* accept */
2798 55, /* shutdown */
2799 55, /* gsockopt */
2800 55, /* ssockopt */
dd6eeb56
FC
2801 0, /* getsockname */
2802 0, /* getpeername */
2803 0, /* lstat */
2804 0, /* stat */
c74a928a
RL
2805 206, /* ftrread */
2806 206, /* ftrwrite */
2807 206, /* ftrexec */
2808 206, /* fteread */
2809 206, /* ftewrite */
2810 206, /* fteexec */
2811 211, /* ftis */
2812 211, /* ftsize */
2813 211, /* ftmtime */
2814 211, /* ftatime */
2815 211, /* ftctime */
2816 211, /* ftrowned */
2817 211, /* fteowned */
2818 211, /* ftzero */
2819 211, /* ftsock */
2820 211, /* ftchr */
2821 211, /* ftblk */
2822 211, /* ftfile */
2823 211, /* ftdir */
2824 211, /* ftpipe */
2825 211, /* ftsuid */
2826 211, /* ftsgid */
2827 211, /* ftsvtx */
2828 211, /* ftlink */
2829 211, /* fttty */
2830 211, /* fttext */
2831 211, /* ftbinary */
2832 101, /* chdir */
2833 101, /* chown */
9fdd7fc4 2834 78, /* chroot */
c74a928a
RL
2835 101, /* unlink */
2836 101, /* chmod */
2837 101, /* utime */
2838 101, /* rename */
2839 101, /* link */
2840 101, /* symlink */
dd6eeb56 2841 0, /* readlink */
c74a928a 2842 101, /* mkdir */
9fdd7fc4
RL
2843 78, /* rmdir */
2844 55, /* open_dir */
dd6eeb56
FC
2845 0, /* readdir */
2846 0, /* telldir */
9fdd7fc4 2847 55, /* seekdir */
dd6eeb56
FC
2848 0, /* rewinddir */
2849 0, /* closedir */
f3574cc6 2850 -1, /* fork */
c74a928a
RL
2851 215, /* wait */
2852 101, /* waitpid */
2853 101, /* system */
2854 101, /* exec */
2855 101, /* kill */
2856 215, /* getppid */
2857 101, /* getpgrp */
2858 101, /* setpgrp */
2859 101, /* getpriority */
2860 101, /* setpriority */
2861 215, /* time */
f3574cc6 2862 -1, /* tms */
dd6eeb56 2863 0, /* localtime */
9fdd7fc4 2864 55, /* gmtime */
dd6eeb56 2865 0, /* alarm */
c74a928a 2866 101, /* sleep */
9fdd7fc4
RL
2867 55, /* shmget */
2868 55, /* shmctl */
2869 55, /* shmread */
2870 55, /* shmwrite */
2871 55, /* msgget */
2872 55, /* msgctl */
2873 55, /* msgsnd */
2874 55, /* msgrcv */
2875 55, /* semop */
2876 55, /* semget */
2877 55, /* semctl */
dd6eeb56
FC
2878 0, /* require */
2879 0, /* dofile */
f3574cc6 2880 -1, /* hintseval */
c74a928a
RL
2881 216, /* entereval */
2882 183, /* leaveeval */
dd6eeb56 2883 0, /* entertry */
f3574cc6 2884 -1, /* leavetry */
dd6eeb56 2885 0, /* ghbyname */
9fdd7fc4 2886 55, /* ghbyaddr */
f3574cc6 2887 -1, /* ghostent */
dd6eeb56 2888 0, /* gnbyname */
9fdd7fc4 2889 55, /* gnbyaddr */
f3574cc6 2890 -1, /* gnetent */
dd6eeb56 2891 0, /* gpbyname */
9fdd7fc4 2892 55, /* gpbynumber */
f3574cc6 2893 -1, /* gprotoent */
9fdd7fc4
RL
2894 55, /* gsbyname */
2895 55, /* gsbyport */
f3574cc6 2896 -1, /* gservent */
dd6eeb56
FC
2897 0, /* shostent */
2898 0, /* snetent */
2899 0, /* sprotoent */
2900 0, /* sservent */
f3574cc6
DM
2901 -1, /* ehostent */
2902 -1, /* enetent */
2903 -1, /* eprotoent */
2904 -1, /* eservent */
dd6eeb56
FC
2905 0, /* gpwnam */
2906 0, /* gpwuid */
f3574cc6
DM
2907 -1, /* gpwent */
2908 -1, /* spwent */
2909 -1, /* epwent */
dd6eeb56
FC
2910 0, /* ggrnam */
2911 0, /* ggrgid */
f3574cc6
DM
2912 -1, /* ggrent */
2913 -1, /* sgrent */
2914 -1, /* egrent */
2915 -1, /* getlogin */
9fdd7fc4 2916 55, /* syscall */
dd6eeb56
FC
2917 0, /* lock */
2918 0, /* once */
f3574cc6 2919 -1, /* custom */
c74a928a
RL
2920 222, /* coreargs */
2921 226, /* avhvswitch */
dd6eeb56
FC
2922 3, /* runcv */
2923 0, /* fc */
f3574cc6
DM
2924 -1, /* padcv */
2925 -1, /* introcv */
2926 -1, /* clonecv */
c74a928a
RL
2927 228, /* padrange */
2928 230, /* refassign */
2929 236, /* lvref */
2930 242, /* lvrefslice */
9fdd7fc4 2931 16, /* lvavref */
b77472f9 2932 0, /* anonconst */
813e85a0 2933 12, /* isa */
02b85d3d
Z
2934 0, /* cmpchain_and */
2935 0, /* cmpchain_dup */
383bf72f
PE
2936 0, /* entertrycatch */
2937 -1, /* leavetrycatch */
2938 -1, /* poptry */
a1325b90 2939 0, /* catch */
c74a928a 2940 243, /* pushdefer */
a02b8151
JR
2941 0, /* is_bool */
2942 0, /* is_weak */
6ac93b49
PE
2943 0, /* weaken */
2944 0, /* unweaken */
9fdd7fc4
RL
2945 52, /* blessed */
2946 78, /* refaddr */
2947 78, /* reftype */
2948 78, /* ceil */
2949 78, /* floor */
a02b8151 2950 0, /* is_tainted */
f3574cc6
DM
2951
2952};
2953
2954
2955
2956/* PL_op_private_bitdefs[]: given a starting position in this array (as
2957 * supplied by PL_op_private_bitdef_ix[]), each word (until a stop bit is
2958 * seen) defines the meaning of a particular op_private bit for a
2959 * particular op. Each word consists of:
2960 * bit 0: stop bit: this is the last bit def for the current op
2961 * bit 1: bitfield: if set, this defines a bit field rather than a flag
2962 * bits 2..4: unsigned number in the range 0..7 which is the bit number
2963 * bits 5..15: unsigned number in the range 0..2047 which is an index
2964 * into PL_op_private_labels[] (for a flag), or
2965 * into PL_op_private_bitfields[] (for a bit field)
2966 */
2967
2968EXTCONST U16 PL_op_private_bitdefs[] = {
c74a928a
RL
2969 0x0003, /* scalar, prototype, refgen, srefgen, readline, regcmaybe, regcreset, regcomp, substcont, chop, schop, defined, study, preinc, i_preinc, predec, i_predec, postinc, i_postinc, postdec, i_postdec, negate, i_negate, not, ucfirst, lcfirst, uc, lc, quotemeta, aeach, avalues, each, pop, shift, grepstart, mapstart, mapwhile, range, and, or, dor, andassign, orassign, dorassign, argcheck, argdefelem, method, method_named, method_super, method_redir, method_redir_super, entergiven, leavegiven, enterwhen, leavewhen, untie, tied, dbmclose, getsockname, getpeername, lstat, stat, readlink, readdir, telldir, rewinddir, closedir, localtime, alarm, require, dofile, entertry, ghbyname, gnbyname, gpbyname, shostent, snetent, sprotoent, sservent, gpwnam, gpwuid, ggrnam, ggrgid, lock, once, fc, anonconst, cmpchain_and, cmpchain_dup, entertrycatch, catch, is_bool, is_weak, weaken, unweaken, is_tainted */
2970 0x31dc, 0x42d9, /* pushmark */
dd6eeb56 2971 0x00bd, /* wantarray, runcv */
c74a928a
RL
2972 0x0438, 0x1a50, 0x438c, 0x3f28, 0x3705, /* const */
2973 0x31dc, 0x3859, /* gvsv */
6507ac83 2974 0x18b5, /* gv */
07a62087 2975 0x0067, /* gelem, lt, i_lt, gt, i_gt, le, i_le, ge, i_ge, eq, i_eq, ne, i_ne, ncmp, i_ncmp, slt, sgt, sle, sge, seq, sne, scmp, smartmatch, lslice, xor, isa */
c74a928a
RL
2976 0x31dc, 0x42d8, 0x03d7, /* padsv */
2977 0x31dc, 0x42d8, 0x0003, /* padsv_store, lvavref */
2978 0x31dc, 0x42d8, 0x05b4, 0x32cc, 0x40a9, /* padav */
2979 0x31dc, 0x42d8, 0x05b4, 0x0650, 0x32cc, 0x40a8, 0x2d41, /* padhv */
2980 0x31dc, 0x1c38, 0x03d6, 0x32cc, 0x3628, 0x4384, 0x0003, /* rv2gv */
2981 0x31dc, 0x3858, 0x03d6, 0x4384, 0x0003, /* rv2sv */
2982 0x32cc, 0x0003, /* av2arylen, akeys, values, keys */
2983 0x359c, 0x1078, 0x0dd4, 0x014c, 0x4688, 0x4384, 0x0003, /* rv2cv */
1dd1944b 2984 0x05b4, 0x0650, 0x0003, /* ref, blessed */
cd642408 2985 0x018f, /* bless, glob, sprintf, formline, unpack, pack, join, anonlist, anonhash, splice, warn, die, reset, exit, close, pipe_op, fileno, umask, binmode, tie, dbmopen, sselect, select, getc, read, enterwrite, sysopen, sysseek, sysread, syswrite, eof, tell, seek, truncate, fcntl, ioctl, send, recv, socket, sockpair, bind, connect, listen, accept, shutdown, gsockopt, ssockopt, open_dir, seekdir, gmtime, shmget, shmctl, shmread, shmwrite, msgget, msgctl, msgsnd, msgrcv, semop, semget, semctl, ghbyaddr, gnbyaddr, gpbynumber, gsbyname, gsbyport, syscall */
c74a928a 2986 0x3a3c, 0x3958, 0x2994, 0x28d0, 0x0003, /* backtick */
6507ac83 2987 0x05b5, /* subst */
c74a928a 2988 0x117c, 0x22b8, 0x09b4, 0x41ec, 0x2648, 0x4964, 0x07c1, /* trans, transr */
6507ac83 2989 0x0fbc, 0x04d8, 0x0067, /* sassign */
c74a928a
RL
2990 0x0c78, 0x0b74, 0x0a70, 0x32cc, 0x05a8, 0x0067, /* aassign */
2991 0x4730, 0x0003, /* chomp, schomp, scomplement, sin, cos, exp, log, sqrt, int, hex, oct, abs, ord, chr, chroot, rmdir, refaddr, reftype, ceil, floor */
2992 0x31dc, 0x42d8, 0x2c54, 0x4730, 0x0003, /* undef */
2993 0x05b4, 0x32cc, 0x0003, /* pos */
2994 0x4730, 0x0067, /* pow, multiply, i_multiply, divide, i_divide, modulo, i_modulo, add, i_add, subtract, i_subtract */
6507ac83 2995 0x1538, 0x0067, /* repeat */
c74a928a
RL
2996 0x34b8, 0x4730, 0x0067, /* concat */
2997 0x31dc, 0x0218, 0x1c34, 0x4730, 0x446c, 0x0003, /* multiconcat */
2998 0x4730, 0x018f, /* stringify, atan2, rand, srand, crypt, push, unshift, flock, chdir, chown, unlink, chmod, utime, rename, link, symlink, mkdir, waitpid, system, exec, kill, getpgrp, setpgrp, getpriority, setpriority, sleep */
2999 0x4730, 0x4889, /* left_shift, right_shift, nbit_and, nbit_xor, nbit_or, ncomplement */
3000 0x4889, /* bit_and, bit_xor, bit_or, sbit_and, sbit_xor, sbit_or, complement */
3001 0x05b4, 0x4730, 0x0003, /* length */
3002 0x3c90, 0x32cc, 0x012b, /* substr */
3003 0x32cc, 0x0067, /* vec */
3004 0x3438, 0x05b4, 0x4730, 0x018f, /* index, rindex */
3005 0x31dc, 0x3858, 0x05b4, 0x32cc, 0x40a8, 0x4384, 0x0003, /* rv2av */
cd642408 3006 0x025f, /* aelemfast, aelemfast_lex */
c74a928a
RL
3007 0x31dc, 0x30d8, 0x03d6, 0x32cc, 0x0067, /* aelem, helem */
3008 0x31dc, 0x32cc, 0x40a9, /* aslice, hslice */
3009 0x32cd, /* kvaslice, kvhslice */
3010 0x31dc, 0x3ff8, 0x2df4, 0x0003, /* delete */
3011 0x45b8, 0x0003, /* exists */
3012 0x31dc, 0x3858, 0x05b4, 0x0650, 0x32cc, 0x40a8, 0x4384, 0x2d41, /* rv2hv */
3013 0x31dc, 0x30d8, 0x11f4, 0x1b50, 0x32cc, 0x4384, 0x0003, /* multideref */
3014 0x31dc, 0x3858, 0x02f0, 0x2eec, 0x2709, /* split */
3015 0x31dc, 0x2379, /* list */
3016 0x1490, 0x2a2c, 0x3d88, 0x2b24, 0x37c1, /* sort */
e5e291f5 3017 0x2a2c, 0x0003, /* reverse */
6507ac83 3018 0x05b4, 0x0003, /* grepwhile */
c74a928a
RL
3019 0x2f78, 0x0003, /* flip, flop */
3020 0x31dc, 0x0003, /* cond_expr */
3021 0x31dc, 0x1078, 0x03d6, 0x014c, 0x4688, 0x4384, 0x27e1, /* entersub */
3022 0x3af8, 0x0003, /* leavesub, leavesublv, leavewrite, leaveeval */
4fa06845 3023 0x02aa, 0x0003, /* argelem */
cd642408 3024 0x00bc, 0x018f, /* caller */
e5e291f5 3025 0x2555, /* nextstate, dbstate */
c74a928a
RL
3026 0x307c, 0x3af9, /* leave */
3027 0x31dc, 0x3858, 0x10ec, 0x3e05, /* enteriter */
3028 0x3e05, /* iter */
3029 0x307c, 0x0067, /* leaveloop */
3030 0x4a9c, 0x0003, /* last, next, redo, dump, goto */
3031 0x3a3c, 0x3958, 0x2994, 0x28d0, 0x018f, /* open */
e5e291f5
PE
3032 0x1ef0, 0x214c, 0x2008, 0x1dc4, 0x0003, /* ftrread, ftrwrite, ftrexec, fteread, ftewrite, fteexec */
3033 0x1ef0, 0x214c, 0x2008, 0x0003, /* ftis, ftsize, ftmtime, ftatime, ftctime, ftrowned, fteowned, ftzero, ftsock, ftchr, ftblk, ftfile, ftdir, ftpipe, ftsuid, ftsgid, ftsvtx, ftlink, fttty, fttext, ftbinary */
c74a928a
RL
3034 0x4731, /* wait, getppid, time */
3035 0x3b94, 0x0e90, 0x070c, 0x4808, 0x2464, 0x0003, /* entereval */
3036 0x339c, 0x0018, 0x13a4, 0x12c1, /* coreargs */
3037 0x32cc, 0x00c7, /* avhvswitch */
3038 0x31dc, 0x01fb, /* padrange */
3039 0x31dc, 0x42d8, 0x04f6, 0x2bac, 0x19a8, 0x0067, /* refassign */
3040 0x31dc, 0x42d8, 0x04f6, 0x2bac, 0x19a8, 0x0003, /* lvref */
3041 0x31dd, /* lvrefslice */
e5e291f5 3042 0x1cdc, 0x0003, /* pushdefer */
f3574cc6
DM
3043
3044};
3045
3046
3047/* PL_op_private_valid: for each op, indexed by op_type, indicate which
3048 * flags bits in op_private are legal */
3049
3050EXTCONST U8 PL_op_private_valid[] = {
3051 /* NULL */ (0xff),
3052 /* STUB */ (0),
3053 /* SCALAR */ (OPpARG1_MASK),
3054 /* PUSHMARK */ (OPpPAD_STATE|OPpLVAL_INTRO),
3055 /* WANTARRAY */ (OPpOFFBYONE),
3056 /* CONST */ (OPpCONST_NOVER|OPpCONST_SHORTCIRCUIT|OPpCONST_STRICT|OPpCONST_ENTERED|OPpCONST_BARE),
3057 /* GVSV */ (OPpOUR_INTRO|OPpLVAL_INTRO),
3058 /* GV */ (OPpEARLY_CV),
3059 /* GELEM */ (OPpARG2_MASK),
9e209402 3060 /* PADSV */ (OPpDEREF|OPpPAD_STATE|OPpLVAL_INTRO),
9fdd7fc4 3061 /* PADSV_STORE */ (OPpARG1_MASK|OPpPAD_STATE|OPpLVAL_INTRO),
7be75ccf 3062 /* PADAV */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpTRUEBOOL|OPpPAD_STATE|OPpLVAL_INTRO),
748f2c65 3063 /* PADHV */ (OPpPADHV_ISKEYS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL|OPpPAD_STATE|OPpLVAL_INTRO),
f3574cc6 3064 /* PADANY */ (0),
9e209402
FC
3065 /* RV2GV */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpDONT_INIT_GV|OPpMAYBE_LVSUB|OPpDEREF|OPpALLOW_FAKE|OPpLVAL_INTRO),
3066 /* RV2SV */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpDEREF|OPpOUR_INTRO|OPpLVAL_INTRO),
f3574cc6 3067 /* AV2ARYLEN */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
9e209402 3068 /* RV2CV */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpMAY_RETURN_CONSTANT|OPpENTERSUB_DB|OPpENTERSUB_NOPAREN),
f3574cc6
DM
3069 /* ANONCODE */ (0),
3070 /* PROTOTYPE */ (OPpARG1_MASK),
3071 /* REFGEN */ (OPpARG1_MASK),
3072 /* SREFGEN */ (OPpARG1_MASK),
ba75e9a4 3073 /* REF */ (OPpARG1_MASK|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL),
f3574cc6
DM
3074 /* BLESS */ (OPpARG4_MASK),
3075 /* BACKTICK */ (OPpARG1_MASK|OPpOPEN_IN_RAW|OPpOPEN_IN_CRLF|OPpOPEN_OUT_RAW|OPpOPEN_OUT_CRLF),
3076 /* GLOB */ (OPpARG4_MASK),
3077 /* READLINE */ (OPpARG1_MASK),
3078 /* RCATLINE */ (0),
3079 /* REGCMAYBE */ (OPpARG1_MASK),
3080 /* REGCRESET */ (OPpARG1_MASK),
3081 /* REGCOMP */ (OPpARG1_MASK),
2e2d70f2
DM
3082 /* MATCH */ (0),
3083 /* QR */ (0),
7b394f12 3084 /* SUBST */ (OPpTRUEBOOL),
2e2d70f2 3085 /* SUBSTCONT */ (OPpARG1_MASK),
6507ac83
KW
3086 /* TRANS */ (OPpTRANS_CAN_FORCE_UTF8|OPpTRANS_USE_SVOP|OPpTRANS_IDENTICAL|OPpTRANS_SQUASH|OPpTRANS_COMPLEMENT|OPpTRANS_GROWS|OPpTRANS_DELETE),
3087 /* TRANSR */ (OPpTRANS_CAN_FORCE_UTF8|OPpTRANS_USE_SVOP|OPpTRANS_IDENTICAL|OPpTRANS_SQUASH|OPpTRANS_COMPLEMENT|OPpTRANS_GROWS|OPpTRANS_DELETE),
f3574cc6 3088 /* SASSIGN */ (OPpARG2_MASK|OPpASSIGN_BACKWARDS|OPpASSIGN_CV_TO_GV),
7b394f12 3089 /* AASSIGN */ (OPpARG2_MASK|OPpASSIGN_TRUEBOOL|OPpMAYBE_LVSUB|OPpASSIGN_COMMON_AGG|OPpASSIGN_COMMON_RC1|OPpASSIGN_COMMON_SCALAR),
f3574cc6
DM
3090 /* CHOP */ (OPpARG1_MASK),
3091 /* SCHOP */ (OPpARG1_MASK),
3092 /* CHOMP */ (OPpARG1_MASK|OPpTARGET_MY),
3093 /* SCHOMP */ (OPpARG1_MASK|OPpTARGET_MY),
3094 /* DEFINED */ (OPpARG1_MASK),
c74a928a 3095 /* UNDEF */ (OPpARG1_MASK|OPpTARGET_MY|OPpUNDEF_KEEP_PV|OPpPAD_STATE|OPpLVAL_INTRO),
f3574cc6 3096 /* STUDY */ (OPpARG1_MASK),
7b394f12 3097 /* POS */ (OPpARG1_MASK|OPpMAYBE_LVSUB|OPpTRUEBOOL),
f3574cc6
DM
3098 /* PREINC */ (OPpARG1_MASK),
3099 /* I_PREINC */ (OPpARG1_MASK),
3100 /* PREDEC */ (OPpARG1_MASK),
3101 /* I_PREDEC */ (OPpARG1_MASK),
3baa0581
FC
3102 /* POSTINC */ (OPpARG1_MASK),
3103 /* I_POSTINC */ (OPpARG1_MASK),
3104 /* POSTDEC */ (OPpARG1_MASK),
3105 /* I_POSTDEC */ (OPpARG1_MASK),
f3574cc6
DM
3106 /* POW */ (OPpARG2_MASK|OPpTARGET_MY),
3107 /* MULTIPLY */ (OPpARG2_MASK|OPpTARGET_MY),
3108 /* I_MULTIPLY */ (OPpARG2_MASK|OPpTARGET_MY),
3109 /* DIVIDE */ (OPpARG2_MASK|OPpTARGET_MY),
3110 /* I_DIVIDE */ (OPpARG2_MASK|OPpTARGET_MY),
3111 /* MODULO */ (OPpARG2_MASK|OPpTARGET_MY),
3112 /* I_MODULO */ (OPpARG2_MASK|OPpTARGET_MY),
21639bf4 3113 /* REPEAT */ (OPpARG2_MASK|OPpREPEAT_DOLIST),
f3574cc6
DM
3114 /* ADD */ (OPpARG2_MASK|OPpTARGET_MY),
3115 /* I_ADD */ (OPpARG2_MASK|OPpTARGET_MY),
3116 /* SUBTRACT */ (OPpARG2_MASK|OPpTARGET_MY),
3117 /* I_SUBTRACT */ (OPpARG2_MASK|OPpTARGET_MY),
d962625f 3118 /* CONCAT */ (OPpARG2_MASK|OPpTARGET_MY|OPpCONCAT_NESTED),
e839e6ed 3119 /* MULTICONCAT */ (OPpARG1_MASK|OPpMULTICONCAT_STRINGIFY|OPpTARGET_MY|OPpMULTICONCAT_FAKE|OPpMULTICONCAT_APPEND|OPpLVAL_INTRO),
f3574cc6 3120 /* STRINGIFY */ (OPpARG4_MASK|OPpTARGET_MY),
07a62087
DM
3121 /* LEFT_SHIFT */ (OPpUSEINT|OPpTARGET_MY),
3122 /* RIGHT_SHIFT */ (OPpUSEINT|OPpTARGET_MY),
f3574cc6
DM
3123 /* LT */ (OPpARG2_MASK),
3124 /* I_LT */ (OPpARG2_MASK),
3125 /* GT */ (OPpARG2_MASK),
3126 /* I_GT */ (OPpARG2_MASK),
3127 /* LE */ (OPpARG2_MASK),
3128 /* I_LE */ (OPpARG2_MASK),
3129 /* GE */ (OPpARG2_MASK),
3130 /* I_GE */ (OPpARG2_MASK),
3131 /* EQ */ (OPpARG2_MASK),
3132 /* I_EQ */ (OPpARG2_MASK),
3133 /* NE */ (OPpARG2_MASK),
3134 /* I_NE */ (OPpARG2_MASK),
3135 /* NCMP */ (OPpARG2_MASK),
21639bf4 3136 /* I_NCMP */ (OPpARG2_MASK),
f3574cc6
DM
3137 /* SLT */ (OPpARG2_MASK),
3138 /* SGT */ (OPpARG2_MASK),
3139 /* SLE */ (OPpARG2_MASK),
3140 /* SGE */ (OPpARG2_MASK),
3141 /* SEQ */ (OPpARG2_MASK),
3142 /* SNE */ (OPpARG2_MASK),
21639bf4 3143 /* SCMP */ (OPpARG2_MASK),
07a62087
DM
3144 /* BIT_AND */ (OPpUSEINT),
3145 /* BIT_XOR */ (OPpUSEINT),
3146 /* BIT_OR */ (OPpUSEINT),
3147 /* NBIT_AND */ (OPpUSEINT|OPpTARGET_MY),
3148 /* NBIT_XOR */ (OPpUSEINT|OPpTARGET_MY),
3149 /* NBIT_OR */ (OPpUSEINT|OPpTARGET_MY),
3150 /* SBIT_AND */ (OPpUSEINT),
3151 /* SBIT_XOR */ (OPpUSEINT),
3152 /* SBIT_OR */ (OPpUSEINT),
f3574cc6 3153 /* NEGATE */ (OPpARG1_MASK),
a9dec3fe 3154 /* I_NEGATE */ (OPpARG1_MASK),
f3574cc6 3155 /* NOT */ (OPpARG1_MASK),
07a62087
DM
3156 /* COMPLEMENT */ (OPpUSEINT),
3157 /* NCOMPLEMENT */ (OPpUSEINT|OPpTARGET_MY),
5d01050a 3158 /* SCOMPLEMENT */ (OPpARG1_MASK|OPpTARGET_MY),
f3574cc6
DM
3159 /* SMARTMATCH */ (OPpARG2_MASK),
3160 /* ATAN2 */ (OPpARG4_MASK|OPpTARGET_MY),
3161 /* SIN */ (OPpARG1_MASK|OPpTARGET_MY),
3162 /* COS */ (OPpARG1_MASK|OPpTARGET_MY),
3163 /* RAND */ (OPpARG4_MASK|OPpTARGET_MY),
3164 /* SRAND */ (OPpARG4_MASK|OPpTARGET_MY),
3165 /* EXP */ (OPpARG1_MASK|OPpTARGET_MY),
3166 /* LOG */ (OPpARG1_MASK|OPpTARGET_MY),
3167 /* SQRT */ (OPpARG1_MASK|OPpTARGET_MY),
3168 /* INT */ (OPpARG1_MASK|OPpTARGET_MY),
3169 /* HEX */ (OPpARG1_MASK|OPpTARGET_MY),
3170 /* OCT */ (OPpARG1_MASK|OPpTARGET_MY),
3171 /* ABS */ (OPpARG1_MASK|OPpTARGET_MY),
7b394f12 3172 /* LENGTH */ (OPpARG1_MASK|OPpTARGET_MY|OPpTRUEBOOL),
4e0538d9 3173 /* SUBSTR */ (OPpARG3_MASK|OPpMAYBE_LVSUB|OPpSUBSTR_REPL_FIRST),
21639bf4 3174 /* VEC */ (OPpARG2_MASK|OPpMAYBE_LVSUB),
7e8d786b
DM
3175 /* INDEX */ (OPpARG4_MASK|OPpTARGET_MY|OPpTRUEBOOL|OPpINDEX_BOOLNEG),
3176 /* RINDEX */ (OPpARG4_MASK|OPpTARGET_MY|OPpTRUEBOOL|OPpINDEX_BOOLNEG),
f3574cc6
DM
3177 /* SPRINTF */ (OPpARG4_MASK),
3178 /* FORMLINE */ (OPpARG4_MASK),
3179 /* ORD */ (OPpARG1_MASK|OPpTARGET_MY),
3180 /* CHR */ (OPpARG1_MASK|OPpTARGET_MY),
3181 /* CRYPT */ (OPpARG4_MASK|OPpTARGET_MY),
3182 /* UCFIRST */ (OPpARG1_MASK),
3183 /* LCFIRST */ (OPpARG1_MASK),
3184 /* UC */ (OPpARG1_MASK),
3185 /* LC */ (OPpARG1_MASK),
3186 /* QUOTEMETA */ (OPpARG1_MASK),
7be75ccf 3187 /* RV2AV */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpTRUEBOOL|OPpOUR_INTRO|OPpLVAL_INTRO),
f3574cc6
DM
3188 /* AELEMFAST */ (255),
3189 /* AELEMFAST_LEX */ (255),
9e209402 3190 /* AELEM */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),
f3574cc6
DM
3191 /* ASLICE */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpLVAL_INTRO),
3192 /* KVASLICE */ (OPpMAYBE_LVSUB),
3193 /* AEACH */ (OPpARG1_MASK),
f3574cc6 3194 /* AVALUES */ (OPpARG1_MASK),
d88ca568 3195 /* AKEYS */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
f3574cc6 3196 /* EACH */ (OPpARG1_MASK),
4fa080db 3197 /* VALUES */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
f3574cc6 3198 /* KEYS */ (OPpARG1_MASK|OPpMAYBE_LVSUB),
cc0776d6 3199 /* DELETE */ (OPpARG1_MASK|OPpKVSLICE|OPpSLICE|OPpLVAL_INTRO),
f3574cc6 3200 /* EXISTS */ (OPpARG1_MASK|OPpEXISTS_SUB),
748f2c65 3201 /* RV2HV */ (OPpRV2HV_ISKEYS|OPpHINT_STRICT_REFS|OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL|OPpOUR_INTRO|OPpLVAL_INTRO),
9e209402 3202 /* HELEM */ (OPpARG2_MASK|OPpMAYBE_LVSUB|OPpDEREF|OPpLVAL_DEFER|OPpLVAL_INTRO),
f3574cc6
DM
3203 /* HSLICE */ (OPpSLICEWARNING|OPpMAYBE_LVSUB|OPpLVAL_INTRO),
3204 /* KVHSLICE */ (OPpMAYBE_LVSUB),
fedf30e1 3205 /* MULTIDEREF */ (OPpARG1_MASK|OPpHINT_STRICT_REFS|OPpMAYBE_LVSUB|OPpMULTIDEREF_EXISTS|OPpMULTIDEREF_DELETE|OPpLVAL_DEFER|OPpLVAL_INTRO),
f3574cc6
DM
3206 /* UNPACK */ (OPpARG4_MASK),
3207 /* PACK */ (OPpARG4_MASK),
2e2d70f2 3208 /* SPLIT */ (OPpSPLIT_IMPLIM|OPpSPLIT_LEX|OPpSPLIT_ASSIGN|OPpOUR_INTRO|OPpLVAL_INTRO),
f3574cc6
DM
3209 /* JOIN */ (OPpARG4_MASK),
3210 /* LIST */ (OPpLIST_GUESSED|OPpLVAL_INTRO),
3211 /* LSLICE */ (OPpARG2_MASK),
3212 /* ANONLIST */ (OPpARG4_MASK),
3213 /* ANONHASH */ (OPpARG4_MASK),
3214 /* SPLICE */ (OPpARG4_MASK),
3215 /* PUSH */ (OPpARG4_MASK|OPpTARGET_MY),
3216 /* POP */ (OPpARG1_MASK),
3217 /* SHIFT */ (OPpARG1_MASK),
3218 /* UNSHIFT */ (OPpARG4_MASK|OPpTARGET_MY),
4c8bd78b 3219 /* SORT */ (OPpSORT_NUMERIC|OPpSORT_INTEGER|OPpSORT_REVERSE|OPpSORT_INPLACE|OPpSORT_DESCEND),
f3574cc6 3220 /* REVERSE */ (OPpARG1_MASK|OPpREVERSE_INPLACE),
4c9781b4 3221 /* GREPSTART */ (OPpARG1_MASK),
7b394f12 3222 /* GREPWHILE */ (OPpARG1_MASK|OPpTRUEBOOL),
4c9781b4
FC
3223 /* MAPSTART */ (OPpARG1_MASK),
3224 /* MAPWHILE */ (OPpARG1_MASK),
f3574cc6
DM
3225 /* RANGE */ (OPpARG1_MASK),
3226 /* FLIP */ (OPpARG1_MASK|OPpFLIP_LINENUM),
3227 /* FLOP */ (OPpARG1_MASK|OPpFLIP_LINENUM),
3228 /* AND */ (OPpARG1_MASK),
3229 /* OR */ (OPpARG1_MASK),
3230 /* XOR */ (OPpARG2_MASK),
3231 /* DOR */ (OPpARG1_MASK),
3232 /* COND_EXPR */ (OPpARG1_MASK|OPpLVAL_INTRO),
3233 /* ANDASSIGN */ (OPpARG1_MASK),
3234 /* ORASSIGN */ (OPpARG1_MASK),
3235 /* DORASSIGN */ (OPpARG1_MASK),
9e209402 3236 /* ENTERSUB */ (OPpENTERSUB_INARGS|OPpHINT_STRICT_REFS|OPpENTERSUB_HASTARG|OPpENTERSUB_AMPER|OPpDEREF|OPpENTERSUB_DB|OPpLVAL_INTRO),
f3574cc6
DM
3237 /* LEAVESUB */ (OPpARG1_MASK|OPpREFCOUNTED),
3238 /* LEAVESUBLV */ (OPpARG1_MASK|OPpREFCOUNTED),
4fa06845
DM
3239 /* ARGCHECK */ (OPpARG1_MASK),
3240 /* ARGELEM */ (OPpARG1_MASK|OPpARGELEM_MASK),
3241 /* ARGDEFELEM */ (OPpARG1_MASK),
f3574cc6
DM
3242 /* CALLER */ (OPpARG4_MASK|OPpOFFBYONE),
3243 /* WARN */ (OPpARG4_MASK),
3244 /* DIE */ (OPpARG4_MASK),
3245 /* RESET */ (OPpARG4_MASK),
3246 /* LINESEQ */ (0),
15da1ccf
FC
3247 /* NEXTSTATE */ (OPpHUSH_VMSISH),
3248 /* DBSTATE */ (OPpHUSH_VMSISH),
f3574cc6
DM
3249 /* UNSTACK */ (0),
3250 /* ENTER */ (0),
3251 /* LEAVE */ (OPpREFCOUNTED|OPpLVALUE),
3252 /* SCOPE */ (0),
7896dde7 3253 /* ENTERITER */ (OPpITER_REVERSED|OPpITER_DEF|OPpOUR_INTRO|OPpLVAL_INTRO),
f3574cc6
DM
3254 /* ITER */ (OPpITER_REVERSED),
3255 /* ENTERLOOP */ (0),
3256 /* LEAVELOOP */ (OPpARG2_MASK|OPpLVALUE),
3257 /* RETURN */ (0),
3258 /* LAST */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3259 /* NEXT */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3260 /* REDO */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3261 /* DUMP */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3262 /* GOTO */ (OPpARG1_MASK|OPpPV_IS_UTF8),
3263 /* EXIT */ (OPpARG4_MASK),
f961b1eb 3264 /* METHOD */ (OPpARG1_MASK),
b46e009d 3265 /* METHOD_NAMED */ (OPpARG1_MASK),
7d6c333c 3266 /* METHOD_SUPER */ (OPpARG1_MASK),
810bd8b7 3267 /* METHOD_REDIR */ (OPpARG1_MASK),
3268 /* METHOD_REDIR_SUPER */ (OPpARG1_MASK),
7896dde7
Z
3269 /* ENTERGIVEN */ (OPpARG1_MASK),
3270 /* LEAVEGIVEN */ (OPpARG1_MASK),
3271 /* ENTERWHEN */ (OPpARG1_MASK),
3272 /* LEAVEWHEN */ (OPpARG1_MASK),
3273 /* BREAK */ (0),
f3574cc6
DM
3274 /* CONTINUE */ (0),
3275 /* OPEN */ (OPpARG4_MASK|OPpOPEN_IN_RAW|OPpOPEN_IN_CRLF|OPpOPEN_OUT_RAW|OPpOPEN_OUT_CRLF),
3276 /* CLOSE */ (OPpARG4_MASK),
3277 /* PIPE_OP */ (OPpARG4_MASK),
3278 /* FILENO */ (OPpARG4_MASK),
3279 /* UMASK */ (OPpARG4_MASK),
3280 /* BINMODE */ (OPpARG4_MASK),
3281 /* TIE */ (OPpARG4_MASK),
3282 /* UNTIE */ (OPpARG1_MASK),
3283 /* TIED */ (OPpARG1_MASK),
3284 /* DBMOPEN */ (OPpARG4_MASK),
3285 /* DBMCLOSE */ (OPpARG1_MASK),
3286 /* SSELECT */ (OPpARG4_MASK),
3287 /* SELECT */ (OPpARG4_MASK),
3288 /* GETC */ (OPpARG4_MASK),
3289 /* READ */ (OPpARG4_MASK),
3290 /* ENTERWRITE */ (OPpARG4_MASK),
3291 /* LEAVEWRITE */ (OPpARG1_MASK|OPpREFCOUNTED),
3292 /* PRTF */ (0),
3293 /* PRINT */ (0),
3294 /* SAY */ (0),
3295 /* SYSOPEN */ (OPpARG4_MASK),
3296 /* SYSSEEK */ (OPpARG4_MASK),
3297 /* SYSREAD */ (OPpARG4_MASK),
3298 /* SYSWRITE */ (OPpARG4_MASK),
3299 /* EOF */ (OPpARG4_MASK),
3300 /* TELL */ (OPpARG4_MASK),
3301 /* SEEK */ (OPpARG4_MASK),
3302 /* TRUNCATE */ (OPpARG4_MASK),
3303 /* FCNTL */ (OPpARG4_MASK),
3304 /* IOCTL */ (OPpARG4_MASK),
3305 /* FLOCK */ (OPpARG4_MASK|OPpTARGET_MY),
3306 /* SEND */ (OPpARG4_MASK),
3307 /* RECV */ (OPpARG4_MASK),
3308 /* SOCKET */ (OPpARG4_MASK),
3309 /* SOCKPAIR */ (OPpARG4_MASK),
3310 /* BIND */ (OPpARG4_MASK),
3311 /* CONNECT */ (OPpARG4_MASK),
3312 /* LISTEN */ (OPpARG4_MASK),
3313 /* ACCEPT */ (OPpARG4_MASK),
3314 /* SHUTDOWN */ (OPpARG4_MASK),
3315 /* GSOCKOPT */ (OPpARG4_MASK),
3316 /* SSOCKOPT */ (OPpARG4_MASK),
3317 /* GETSOCKNAME */ (OPpARG1_MASK),
3318 /* GETPEERNAME */ (OPpARG1_MASK),
3319 /* LSTAT */ (OPpARG1_MASK),
3320 /* STAT */ (OPpARG1_MASK),
3321 /* FTRREAD */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3322 /* FTRWRITE */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3323 /* FTREXEC */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3324 /* FTEREAD */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3325 /* FTEWRITE */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3326 /* FTEEXEC */ (OPpARG1_MASK|OPpFT_ACCESS|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3327 /* FTIS */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3328 /* FTSIZE */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3329 /* FTMTIME */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3330 /* FTATIME */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3331 /* FTCTIME */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3332 /* FTROWNED */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3333 /* FTEOWNED */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3334 /* FTZERO */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3335 /* FTSOCK */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3336 /* FTCHR */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3337 /* FTBLK */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3338 /* FTFILE */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3339 /* FTDIR */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3340 /* FTPIPE */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3341 /* FTSUID */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3342 /* FTSGID */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3343 /* FTSVTX */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3344 /* FTLINK */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3345 /* FTTTY */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3346 /* FTTEXT */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3347 /* FTBINARY */ (OPpARG1_MASK|OPpFT_STACKED|OPpFT_STACKING|OPpFT_AFTER_t),
3348 /* CHDIR */ (OPpARG4_MASK|OPpTARGET_MY),
3349 /* CHOWN */ (OPpARG4_MASK|OPpTARGET_MY),
3350 /* CHROOT */ (OPpARG1_MASK|OPpTARGET_MY),
3351 /* UNLINK */ (OPpARG4_MASK|OPpTARGET_MY),
3352 /* CHMOD */ (OPpARG4_MASK|OPpTARGET_MY),
3353 /* UTIME */ (OPpARG4_MASK|OPpTARGET_MY),
3354 /* RENAME */ (OPpARG4_MASK|OPpTARGET_MY),
3355 /* LINK */ (OPpARG4_MASK|OPpTARGET_MY),
3356 /* SYMLINK */ (OPpARG4_MASK|OPpTARGET_MY),
3357 /* READLINK */ (OPpARG1_MASK),
3358 /* MKDIR */ (OPpARG4_MASK|OPpTARGET_MY),
3359 /* RMDIR */ (OPpARG1_MASK|OPpTARGET_MY),
3360 /* OPEN_DIR */ (OPpARG4_MASK),
3361 /* READDIR */ (OPpARG1_MASK),
3362 /* TELLDIR */ (OPpARG1_MASK),
3363 /* SEEKDIR */ (OPpARG4_MASK),
3364 /* REWINDDIR */ (OPpARG1_MASK),
3365 /* CLOSEDIR */ (OPpARG1_MASK),
3366 /* FORK */ (0),
3367 /* WAIT */ (OPpTARGET_MY),
3368 /* WAITPID */ (OPpARG4_MASK|OPpTARGET_MY),
3369 /* SYSTEM */ (OPpARG4_MASK|OPpTARGET_MY),
3370 /* EXEC */ (OPpARG4_MASK|OPpTARGET_MY),
3371 /* KILL */ (OPpARG4_MASK|OPpTARGET_MY),
3372 /* GETPPID */ (OPpTARGET_MY),
3373 /* GETPGRP */ (OPpARG4_MASK|OPpTARGET_MY),
3374 /* SETPGRP */ (OPpARG4_MASK|OPpTARGET_MY),
3375 /* GETPRIORITY */ (OPpARG4_MASK|OPpTARGET_MY),
3376 /* SETPRIORITY */ (OPpARG4_MASK|OPpTARGET_MY),
3377 /* TIME */ (OPpTARGET_MY),
3378 /* TMS */ (0),
3379 /* LOCALTIME */ (OPpARG1_MASK),
3380 /* GMTIME */ (OPpARG4_MASK),
3381 /* ALARM */ (OPpARG1_MASK),
3382 /* SLEEP */ (OPpARG4_MASK|OPpTARGET_MY),
3383 /* SHMGET */ (OPpARG4_MASK),
3384 /* SHMCTL */ (OPpARG4_MASK),
3385 /* SHMREAD */ (OPpARG4_MASK),
3386 /* SHMWRITE */ (OPpARG4_MASK),
3387 /* MSGGET */ (OPpARG4_MASK),
3388 /* MSGCTL */ (OPpARG4_MASK),
3389 /* MSGSND */ (OPpARG4_MASK),
3390 /* MSGRCV */ (OPpARG4_MASK),
3391 /* SEMOP */ (OPpARG4_MASK),
3392 /* SEMGET */ (OPpARG4_MASK),
3393 /* SEMCTL */ (OPpARG4_MASK),
3394 /* REQUIRE */ (OPpARG1_MASK),
3395 /* DOFILE */ (OPpARG1_MASK),
3396 /* HINTSEVAL */ (0),
3397 /* ENTEREVAL */ (OPpARG1_MASK|OPpEVAL_HAS_HH|OPpEVAL_UNICODE|OPpEVAL_BYTES|OPpEVAL_COPHH|OPpEVAL_RE_REPARSING),
3398 /* LEAVEEVAL */ (OPpARG1_MASK|OPpREFCOUNTED),
3399 /* ENTERTRY */ (OPpARG1_MASK),
3400 /* LEAVETRY */ (0),
3401 /* GHBYNAME */ (OPpARG1_MASK),
3402 /* GHBYADDR */ (OPpARG4_MASK),
3403 /* GHOSTENT */ (0),
3404 /* GNBYNAME */ (OPpARG1_MASK),
3405 /* GNBYADDR */ (OPpARG4_MASK),
3406 /* GNETENT */ (0),
3407 /* GPBYNAME */ (OPpARG1_MASK),
3408 /* GPBYNUMBER */ (OPpARG4_MASK),
3409 /* GPROTOENT */ (0),
3410 /* GSBYNAME */ (OPpARG4_MASK),
3411 /* GSBYPORT */ (OPpARG4_MASK),
3412 /* GSERVENT */ (0),
3413 /* SHOSTENT */ (OPpARG1_MASK),
3414 /* SNETENT */ (OPpARG1_MASK),
3415 /* SPROTOENT */ (OPpARG1_MASK),
3416 /* SSERVENT */ (OPpARG1_MASK),
3417 /* EHOSTENT */ (0),
3418 /* ENETENT */ (0),
3419 /* EPROTOENT */ (0),
3420 /* ESERVENT */ (0),
3421 /* GPWNAM */ (OPpARG1_MASK),
3422 /* GPWUID */ (OPpARG1_MASK),
3423 /* GPWENT */ (0),
3424 /* SPWENT */ (0),
3425 /* EPWENT */ (0),
3426 /* GGRNAM */ (OPpARG1_MASK),
3427 /* GGRGID */ (OPpARG1_MASK),
3428 /* GGRENT */ (0),
3429 /* SGRENT */ (0),
3430 /* EGRENT */ (0),
3431 /* GETLOGIN */ (0),
3432 /* SYSCALL */ (OPpARG4_MASK),
3433 /* LOCK */ (OPpARG1_MASK),
3434 /* ONCE */ (OPpARG1_MASK),
3435 /* CUSTOM */ (0xff),
f3574cc6 3436 /* COREARGS */ (OPpCOREARGS_DEREF1|OPpCOREARGS_DEREF2|OPpCOREARGS_SCALARMOD|OPpCOREARGS_PUSHMARK),
e1e26374 3437 /* AVHVSWITCH */ (OPpAVHVSWITCH_MASK|OPpMAYBE_LVSUB),
f3574cc6
DM
3438 /* RUNCV */ (OPpOFFBYONE),
3439 /* FC */ (OPpARG1_MASK),
3440 /* PADCV */ (0),
3441 /* INTROCV */ (0),
3442 /* CLONECV */ (0),
3443 /* PADRANGE */ (OPpPADRANGE_COUNTMASK|OPpLVAL_INTRO),
9e209402
FC
3444 /* REFASSIGN */ (OPpARG2_MASK|OPpLVREF_ELEM|OPpLVREF_ITER|OPpLVREF_TYPE|OPpPAD_STATE|OPpLVAL_INTRO),
3445 /* LVREF */ (OPpARG1_MASK|OPpLVREF_ELEM|OPpLVREF_ITER|OPpLVREF_TYPE|OPpPAD_STATE|OPpLVAL_INTRO),
838b9de4 3446 /* LVREFSLICE */ (OPpLVAL_INTRO),
4cb21796 3447 /* LVAVREF */ (OPpARG1_MASK|OPpPAD_STATE|OPpLVAL_INTRO),
b77472f9 3448 /* ANONCONST */ (OPpARG1_MASK),
813e85a0 3449 /* ISA */ (OPpARG2_MASK),
02b85d3d
Z
3450 /* CMPCHAIN_AND */ (OPpARG1_MASK),
3451 /* CMPCHAIN_DUP */ (OPpARG1_MASK),
383bf72f
PE
3452 /* ENTERTRYCATCH */ (OPpARG1_MASK),
3453 /* LEAVETRYCATCH */ (0),
3454 /* POPTRY */ (0),
a1325b90 3455 /* CATCH */ (OPpARG1_MASK),
e5e291f5 3456 /* PUSHDEFER */ (OPpARG1_MASK|OPpDEFER_FINALLY),
a02b8151
JR
3457 /* IS_BOOL */ (OPpARG1_MASK),
3458 /* IS_WEAK */ (OPpARG1_MASK),
6ac93b49
PE
3459 /* WEAKEN */ (OPpARG1_MASK),
3460 /* UNWEAKEN */ (OPpARG1_MASK),
1dd1944b 3461 /* BLESSED */ (OPpARG1_MASK|OPpMAYBE_TRUEBOOL|OPpTRUEBOOL),
d2817bd7
PE
3462 /* REFADDR */ (OPpARG1_MASK|OPpTARGET_MY),
3463 /* REFTYPE */ (OPpARG1_MASK|OPpTARGET_MY),
17a8df70
JR
3464 /* CEIL */ (OPpARG1_MASK|OPpTARGET_MY),
3465 /* FLOOR */ (OPpARG1_MASK|OPpTARGET_MY),
a02b8151 3466 /* IS_TAINTED */ (OPpARG1_MASK),
f3574cc6
DM
3467
3468};
3469
8c3a0f6c 3470#endif /* !DOINIT */
f3574cc6
DM
3471
3472END_EXTERN_C
3473
3474
3475
37442d52 3476/* ex: set ro: */