Searched refs:compile (Results 76 - 100 of 460) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/proxyOld/
H A DMakefile31 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(DEFS) $(INCS) -c $?
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A DMakefile44 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dprolog.el58 (defcustom prolog-compile-string "compile(user).\n"
361 (defun prolog-consult-region (compile beg end)
363 If COMPILE (prefix arg) is not nil, use compile mode rather than consult mode."
367 (if compile prolog-compile-string
376 (defun prolog-consult-region-and-go (compile beg end)
378 If COMPILE (prefix arg) is not nil, use compile mode rather than consult mode."
380 (prolog-consult-region compile beg end)
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.h54 const void *compile(size_t *length, std::string &errMsg);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py22 return re.compile(searchString)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py22 return re.compile(searchString)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py22 return re.compile(searchString)
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dalloca.c46 -- must know STACK_DIRECTION at compile-time
83 #define STACK_DIR STACK_DIRECTION /* known at compile-time */
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcustom.h123 #define compile TclReComp macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcustom.h111 #define compile TclReComp macro
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclGdbm/
H A Dconfigure.in76 # the basic setup necessary to compile executables.
83 # Specify the C source files to compile in TEA_ADD_SOURCES,
85 # stub library C source files to compile in TEA_ADD_STUB_SOURCES,
112 and compile again. Alternatively, you can compile XOTcl without gdbm.
/macosx-10.10.1/vim-55/runtime/tools/
H A Defm_perl.pl26 # -c compile only, don't run (perl -wc)
134 -c compile only, don't run (executes 'perl -wc')
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Ddo_fips.bat26 if x%ASM% == xno-asm goto compile
111 goto compile
122 goto compile
133 if x%ASM% == xno-asm goto compile
165 :compile label
/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dallegrocl.swg294 (eval-when (:compile-toplevel :load-toplevel :execute)
304 (eval-when (:compile-toplevel :load-toplevel :execute)
421 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
467 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
493 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
505 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
518 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
525 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
533 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
537 `(cl::eval-when (:compile
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h89 * created using the factory method <code>compile()</code>.
149 * object. These compile methods, rather than the constructors, are the usual
171 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
177 * object. These compile methods, rather than the constructors, are the usual
201 static RegexPattern * U_EXPORT2 compile( UText *regex,
207 * object using the specified match mode flags. These compile methods,
229 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
236 * object using the specified match mode flags. These compile methods,
260 static RegexPattern * U_EXPORT2 compile( UText *regex,
267 * object using the specified match mode flags. These compile method
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com36 $! first pass: compile "required" modules
76 $! third pass: compile "missing" modules collected in pass 2
98 $! compile each element of the space-delimited list 'ofiles'
139 $! if we reach here, dummy.c failed to compile and we're really stuck
142 Cannot compile the library contents checker (dummy.c + functions.def),
145 $! attempt the compile again, without suppressing diagnostic messages this time
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dadvice.el70 ;; - Advised functions can be byte-compiled either at file-compile time
81 ;; definitions at file compile time without giving up the flexibility of
173 ;; you byte-compile a file, because advised special forms and macros can lead
191 ;; values of this variable. Its default value is `maybe' which will compile
290 ;; `compile': Specifies that the advised function should be byte-compiled.
295 ;; at macro-expansion/compile time of this `defadvice'. This
723 ;; runtime. Preactivation is a mechanism that allows compile-time construction
768 ;; - `byte-compile' is part of the `features' variable even though you
778 ;; fix your preactivation/compile/load/activation sequence.
803 ;; expanded at compile tim
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DRegularExpression.cpp52 , m_regExpByteCode(compile(pattern, caseSensitivity, multilineMode))
57 PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity caseSensitivity, MultilineMode multilineMode) function in class:JSC::Yarr::RegularExpression::Private
61 LOG_ERROR("RegularExpression: YARR compile failed with '%s'", m_constructionError);
/macosx-10.10.1/lsof-53/lsof/tests/
H A DCkTestDB108 not even compile.
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_regex.c154 char *last_pos = compile(rx, buf, &buf[blen], '\0');
157 char *last_pos = compile(rx, buf, &buf[blen]);
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DCan.pm102 $object = $builder->compile(
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.h84 virtual IOReturn compile (
H A DIOLocalConfigDirectory.h78 virtual IOReturn compile(OSData *rom);
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-xtra.el27 (eval-when-compile (require 'esh-maint))
39 (require 'compile)
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Drcompile.el32 ;; and parsing the output. If the file visited at the time remote-compile was
38 ;; loaded locally, remote-compile prompts for a host and user and assumes the
43 ;; I was contemplating redefining "compile" to "remote-compile" automatically
68 (require 'compile)
70 ;;; (eval-when-compile (require 'ange-ftp))
74 (defgroup remote-compile nil
80 (defcustom remote-compile-host nil
83 :group 'remote-compile)
85 (defcustom remote-compile
[all...]

Completed in 397 milliseconds

1234567891011>>