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