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