HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 1 - 25 of 33) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Debug.pm 262 sub compile { subroutine
Terse.pm 22 sub compile { subroutine
27 B::Concise::compile("-terse", @args);
Bblock.pm 131 sub compile { subroutine
Lint.pm 335 sub compile { subroutine
Showlex.pm 63 sub compile { subroutine
Bytecode.pm 695 sub compile { subroutine
842 C<BEGIN { goto A: while 1; A: }> won't even compile.
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
    [all...]
Xref.pm 375 sub compile { subroutine
C.pm 2005 sub compile { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/lib/libadm/common/
regexp.c 47 #define compile __compile macro
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
regex2.c 49 static int compile = 1; /* Must we compile the expressions */ variable
63 compile = 1;
108 if (compile) {
113 compile = 0;
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
TestAPI.java 54 consumer.compile(file, macroArgs);
TestAPI2.java 63 consumer.compile(file, macroArgs);
  /onnv/onnv-gate/usr/src/cmd/expr/
compile.c 28 * xcompile, xstep, xadvance - simulate compile(3g), step(3g), advance(3g)
30 * porting aid. switches out to libgen compile/step if collation
36 * cannot call compile twice with two separate search strings
57 * psuedo compile/step/advance global variables
103 compile(const char *instr, char *expbuf, char *endbuf) function
122 * the compile and step routines here simulate the old libgen routines of
123 * compile/step Re: regexpr(3G). in order to do this, we must assume
138 * I say "apparently" as the code to compile()/step() is poorly written.
299 loc1 = NULL; /* Clear it per the compile man page */
361 * regerrno to compile/step error mapping
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Consumer.java 73 * Subsequent calls to set options, compile DTrace programs, enable
84 * @see #compile(File program, String[] macroArgs)
85 * @see #compile(String program, String[] macroArgs)
115 * @see #compile(File program, String[] macroArgs)
117 public Program compile(String program, String ... macroArgs) method in interface:Consumer
150 * @see #compile(String program, String[] macroArgs)
152 public Program compile(File program, String ... macroArgs) method in interface:Consumer
179 * #compile(String program, String[] macroArgs) compile(String
180 * program, ...)} or {@link #compile(File program, String[
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgen/common/
reg_compile.c 138 compile(const char *sp, char *ep, char *endbuf) function
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
regexp.h 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
regexp.h 60 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
regexp.h 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
regexp.h 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
regexp.h 69 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
compile.c 77 compile(instring, ep, endbuf, seof, errfunc) function
95 (re)initialize globals (necessary so that if compile()
  /onnv/onnv-gate/usr/src/head/
regexp.h 83 compile(char *instring, char *ep, const char *endbuf, int seof) function
85 compile(instring, ep, endbuf, seof)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ContentToken.cxx 196 void CompiledModelGroup::compile(size_t nElementTypeIndex, function in class:SP_NAMESPACE::CompiledModelGroup
  /onnv/onnv-gate/usr/src/cmd/tic/
tic_parse.c 153 * compile()
166 compile() function
257 * Compile one entry. During the first pass, item_ptr is NULL. In pass

Completed in 2400 milliseconds

1 2