Searched defs:compile (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm262 sub compile { subroutine
H A DTerse.pm22 sub compile { subroutine
27 B::Concise::compile("-terse", @args);
H A DBblock.pm131 sub compile { subroutine
H A DLint.pm335 sub compile { subroutine
H A DShowlex.pm63 sub compile { subroutine
H A DBytecode.pm695 sub compile { subroutine
842 C<BEGIN { goto A: while 1; A: }> won't even compile.
H A DConcise.pm178 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 DXref.pm375 sub compile { subroutine
H A DC.pm1920 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 DCC.pm44 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 DDeparse.pm106 # - 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 Dregexp.c47 #define compile __compile macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h69 #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 Dregexp.h60 #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 Dregexp.h69 #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 Dregexp.h69 #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 Dregexp.h69 #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 DConsumer.java70 * 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 DLocalConsumer.java328 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 Dreg_compile.c138 compile(const char *sp, char *ep, char *endbuf) function
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c116 compile: Line %d: Illegal terminal name - '%s'\n\
641 compile() function
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c253 compile(State_s *state) function
840 compile(&state);
H A Dfind.c833 * 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 DCGI.pm274 # 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...]

Completed in 71 milliseconds