/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Debug.pm | 262 sub compile { subroutine
|
H A D | Terse.pm | 22 sub compile { subroutine 27 B::Concise::compile("-terse", @args);
|
H A D | Bblock.pm | 131 sub compile { subroutine
|
H A D | Lint.pm | 335 sub compile { subroutine
|
H A D | Showlex.pm | 63 sub compile { subroutine
|
H A D | Bytecode.pm | 695 sub compile { subroutine 842 C<BEGIN { goto A: while 1; A: }> won't even compile.
|
H A D | Concise.pm | 178 sub compile { subroutine 235 print $walkHandle "B::Concise::compile($objname)\n"; 761 # compile a little code at the end of the module, and compute the base 1176 You can use B<B::Concise>, and call compile() directly, thereby 1177 avoiding the compile-only operation of O. For example, you could use 1178 the debugger to step through B::Concise::compile() itself. 1195 B::Concise::compile(@options)->(); 1239 =head2 running B::Concise::compile() 1241 B<compile> accepts options as described above in L</OPTIONS>, and 1244 compile() construct [all...] |
H A D | Xref.pm | 375 sub compile { subroutine
|
H A D | C.pm | 1920 warn "Starting compile\n"; 2005 sub compile { subroutine 2149 seen to be used at compile time. The down side is that any subs which 2213 Save compile-time modifications to the %SIG hash.
|
H A D | CC.pm | 44 my @cxstack; # Shadows the (compile-time) cxstack for next,last,redo 1301 error("context of range unknown at compile-time"); 1321 error("context of flip unknown at compile-time"); 1405 error('Label not found at compile time for "next %s"', $op->pv); 1429 error('Label not found at compile time for "redo %s"', $op->pv); 1453 error('Label not found at compile time for "last %s"', $op->pv); 1695 sub compile { subroutine 1849 seen to be used at compile time. The down side is that any subs which 1950 tied to perl's compile-and-go implementation and with which this 1956 at run-time. The compiler calculates the targets at compile [all...] |
H A D | Deparse.pm | 106 # - compile-time output from the input program can be suppressed, so that the 160 # op/tiehandle compile - "use strict" deparsed in the wrong place 163 # ext/Data/Dumper/t/dumper compile 168 # ext/PerlIO/t/encoding compile 171 # ext/Storable/t/croak compile 172 # lib/Attribute/Handlers/t/multi compile 178 # lib/File/DosGlob compile 182 # lib/overload compile 612 sub compile { subroutine 4431 directives. So if you then compile th [all...] |
/osnet-11/usr/src/lib/libadm/common/ |
H A D | regexp.c | 47 #define compile __compile macro
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | regexp.h | 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | regexp.h | 60 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | regexp.h | 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | regexp.h | 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regexp.h | 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Consumer.java | 70 * Subsequent calls to set options, compile DTrace programs, enable 81 * @see #compile(File program, String[] macroArgs) 82 * @see #compile(String program, String[] macroArgs) 112 * @see #compile(File program, String[] macroArgs) 114 public Program compile(String program, String ... macroArgs) method in interface:Consumer 147 * @see #compile(String program, String[] macroArgs) 149 public Program compile(File program, String ... macroArgs) method in interface:Consumer 176 * #compile(String program, String[] macroArgs) compile(String 177 * program, ...)} or {@link #compile(Fil [all...] |
H A D | LocalConsumer.java | 328 case COMPILED: // caller may compile more than one program 341 compile(String program, String ... macroArgs) throws DTraceException method in class:LocalConsumer 382 compile(File program, String ... macroArgs) throws DTraceException, method in class:LocalConsumer
|
/osnet-11/usr/src/lib/libgen/common/ |
H A D | reg_compile.c | 138 compile(const char *sp, char *ep, char *endbuf) function
|
/osnet-11/usr/src/lib/libxcurses/src/tic/ |
H A D | ticparse.c | 116 compile: Line %d: Illegal terminal name - '%s'\n\ 641 compile() function
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | grep.c | 253 compile(State_s *state) function 840 compile(&state);
|
H A D | find.c | 833 * compile the arguments 837 compile(State_t* state, char** argv, register Node_t* np, int nested) function 978 if ((i = compile(state, argv, state->topnode, 1)) < 0) 1782 if (compile(&state, argv, state.topnode, 0) < 0) 1790 if (compile(&state, argv, state.topnode, 0) < 0)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 274 # Try to compile the function. 316 sub compile { subroutine 318 $pack->_setup_symbols('-compile',@_); 924 my $compile = 0; 944 $compile++, next if /^[:-]compile$/; 963 _compile_all(keys %EXPORT) if $compile; 4990 =item -compile 4998 use CGI qw(-compile :standard :html3); 5002 use CGI qw(-compile [all...] |