| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
| H A D | ByteLoader.pm | 14 ByteLoader - load byte compiled perl code 27 This module is used to load byte compiled perl code as produced by 29 the byte code and insert it into the compiled code at the appropriate point.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
| H A D | Nox.pm | 37 prevent the usage of compiled extensions during its own
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
| H A D | O.pm | 83 being compiled. 117 compiled into internal syntax tree form. Since the C<-c> flag is 137 compiled with PerlIO support : STDOUT will be closed instead of being
|
| H A D | B.pm | 396 Only when perl was compiled with ithreads. 504 In a perl compiled for threads, this returns a list of the special 744 C<${"^G"} = 1> is compiled as two ops - a constant string and 1009 Only when perl was compiled with ithreads.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | vmsish.pm | 73 die() commands that are compiled after 'vmsish hushed' will be hushed 83 use Carp; # Carp compiled hushed 88 croak('I die2'): # WILL be hushed, croak was compiled hushed 102 Note that an exit() or die() that is compiled 'hushed' because of "use
|
| H A D | attributes.pm | 286 An anonymous subroutine knows the package name into which it was compiled 287 (unless it was also compiled with a null package declaration), and so it
|
| H A D | perl5db.pl | 252 After each C<require>d file is compiled, but before it is executed, a 448 Saves breakpoints for code that hasn't been compiled yet. 453 =item * 'compile' - break when this sub is compiled 462 not yet been compiled. Keys are filenames; values are references to hashes. 473 before the debugger code is compiled; most notably, the C<$deep> variable that 475 debugger has to turn off warnings while the debugger code is compiled, but then 1701 # _After_ the perl program is compiled, $single is set to 1: 4788 out. We look through C<%postponed> not-yet-compiled subroutines that have 4852 # Look for breaks in not-yet-compiled subs: 5141 Handles setting postponed breakpoints in subroutines once they're compiled [all...] |
| H A D | SelfLoader.pm | 177 token I<after> perl code which needs to be compiled and
|
| /osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
| H A D | j_calls.d | 25 * mload compiled method load 98 hotspot*:::compiled-method-load
|
| /osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/ |
| H A D | j_calls.d | 25 * mload compiled method load 98 hotspot*:::compiled-method-load
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
| H A D | Safe.pm | 483 Code which is compiled outside the compartment can choose to place 497 perl code is compiled into an internal format before execution. 499 the code to be compiled into an internal format and then, 682 Consider a function foo() in package pkg compiled outside a compartment 700 called from a compartment but not compiled within it. 732 Note that the opmask doesn't affect the already compiled code, it only affects 733 any I<further> compilation that the already compiled code may try to perform.
|
| H A D | Opcode.pm | 100 Perl code is always compiled into an internal format before execution. 103 the code to be compiled into an internal format and then, 107 By default no opmask is in effect and any code can be compiled.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
| H A D | Maketext.pm | 148 <\n in bracket code [compiled line $1],>s; 188 # Nonref means it's not yet compiled. Compile and replace. 235 <\n in bracket code [compiled line $1],>s;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | perlcc.PL | 646 Specifies the file name for the final compiled executable. 676 Run the resulting compiled script after compiling it.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Alias.pm | 272 =item As a qr// compiled regular expression, e.g.:
|
| H A D | Encoding.pm | 269 supported via a I<compiled form>: XS modules generated from UCM
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
| H A D | Peek.pm | 99 (if perl is compiled with corresponding option). The function 137 When perl is compiled with support for memory footprint debugging 508 that it was compiled in the package C<main>;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | CC.pm | 29 my $module; # module name (when compiled with -m) 1820 running an executable compiled with this backend may start up more 1847 Force apparently unused subs from package Packname to be compiled. 1864 the main part of the Perl source that is being compiled. 1879 Outputs each OP as it's compiled 1987 with standard Perl but gives a compile-time error with compiled Perl.
|
| H A D | C.pm | 2117 your program. When the generated C source is compiled and run, it 2119 your program into its internal semi-compiled form. That means that 2147 Force apparently unused subs from package Packname to be compiled.
|
| H A D | Deparse.pm | 4133 perl source code, based on the internal compiled structure that perl 4138 compiled form, but it will often be close. When you use the B<-p> 4294 file is compiled as a main program. 4429 been compiled in the presence of one or more of these pragmas,
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| H A D | Wrap.pm | 173 C<'[\s:]'> (to break before spaces or colons) or a pre-compiled regexp
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
| H A D | XSLoader_pm.PL | 234 of the F<.pm> and the (compiled) F<.xs> parts are compatible;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
| H A D | Unicode.pm | 231 (*) or \x{ffff_ffff_ffff_ffff} if your perl is compiled with 64-bit
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Carp.pm | 265 compiled, so any compile-time errors will still show up with the
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
| H A D | enc2xs | 253 print STDERR "Writing compiled form\n"; 1127 Writing compiled form
|