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