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