Searched refs:compile (Results 101 - 125 of 177) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm28 # compile and run time
71 other directives are. It has both compile-time and run-time effects.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm265 # Declare struct at compile time
269 # declare struct at compile time, based on array, implicit class name:
356 C<Class::Struct> can create your class at compile time. The main reason
358 Perl. Creating your class at compile time will make the order of events
361 There is no significant speed gain between compile time and run time
585 Added the ability for compile time class creation.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm412 avoid having to compile and waste memory on rarely used values (see
414 constant subroutines are not optimized away at compile time because
415 they can't be checked at compile time for constancy.
417 Even if a prototype is available at compile time, the body of the
420 compile time to detect that it can safely replace calls to that
431 foo( SO_LINGER ); ## SO_LINGER optimized away at compile time.
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Ddes-lib.com28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
31 $! Specify which compiler at P3 to try to compile under.
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c138 compile(const char *sp, char *ep, char *endbuf) function
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py152 IDENT = re.compile(r'(%s)' % '|'.join(idents))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
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 DDebug.pm262 sub compile { subroutine
H A DLint.pm335 sub compile { subroutine
H A DXref.pm375 sub compile { subroutine
/opensolaris-onvv-gate/usr/src/cmd/bfs/
H A Dbfs.c173 perbuf = compile("[^%]*%", (char *)0, (char *)0);
458 glbuf = compile(currex, (char *)0, (char *)0);
1099 rebuf = compile(rex, (char *)0, (char *)0);
1141 rebuf = compile(strtmp, (char *)0, (char *)0);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java504 p = consumer.compile(PROGRAM);
525 p = consumer.compile(file);
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l397 re = compile(restr, NULL, NULL);
400 gettext("REGEXP compile error\n"));
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs159 # interpreter at compile time.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs79 # interpreter at compile time.
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
39 Run PROGRAMS ARGS to compile a file, generating dependencies
341 while test $1 != '--mode=compile'; do
392 while test $1 != '--mode=compile'; do
437 while test $1 != '--mode=compile'; do
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c103 /* Operational parameters that are set at compile time. */
105 /* Keep the ring sizes a power of two for compile efficiency.
133 #warning You must compile this file with the correct options!
135 #error You must compile this driver with "-O".
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c49 * Use compile(3) if no regcomp present.
192 * one of compile(3), re_comp(3) or regcomp(3). In order to be able to
194 * compile(3).
246 compile(regexp,
331 compile(regexp,
/opensolaris-onvv-gate/usr/src/cmd/csplit/
H A Dcsplit.c514 * The line below was added because compile no longer supports
525 * was removed from compile in regexp.h
529 expbuf = compile(string, (char *)0, (char *)0);
/opensolaris-onvv-gate/usr/src/cmd/find/
H A Dfind.c185 static int compile();
294 if (compile(argv + paths, topnode, &action_expression) == 0) {
386 * compile the arguments
390 compile(argv, np, actionp) function
459 i = compile(++av, topnode, actionp);
1741 * compile an automaton that recognizes it. The return value
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm113 occur in the early compile phase will be seen.
145 In order to correctly intercept compile-time errors, you should call
241 compiled, so any compile-time errors will still show up with the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm198 eval Flow,Misc catch exceptions or compile and run code
267 no Modules unimport some module symbols or semantics at compile time
367 use Objects load in a module at compile time
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm305 interface has the advantage of better compile time error checking, since
308 caught at compile time. So, polute your namespace with almost two dozen
352 Generating this fatal compile error is one of the main advantages of using
394 setting $Term::ANSIColor::AUTORESET so that you'll get a fatal compile error
/opensolaris-onvv-gate/usr/src/cmd/expr/
H A Dexpr.c391 * ematch - XCU4 mods involve calling compile/advance which simulate
392 * the obsolete compile/advance functions using regcomp/regexec
408 nexpbuf = compile(p, (char *)0, (char *)0); /* XCU4 regex mod */
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DContentToken.h313 void compile(size_t nElementTypeIndex,

Completed in 295 milliseconds

12345678