Searched +refs:compile +refs:command (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp-util.el32 (eval-when-compile (require 'cl))
33 (require 'compile)
45 (eval-when-compile
74 (defun tramp-remap-command (old-command new-command)
79 (if (functionp 'command-remapping)
82 `(define-key tramp-minor-mode-map [remap ,old-command] new-command))
86 (define-key tramp-minor-mode-map x new-command))
[all...]
H A Drcompile.el32 ;; and parsing the output. If the file visited at the time remote-compile was
35 ;; next-error command will also ange-ftp the files over. This is achieved
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)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl23 compile type widget widgetadaptor typemethod method macro
224 # Next, retrieve the command.
235 # If we've got a real command, break.
250 set command [lindex $commandRec 1]
253 set retval [catch {uplevel 1 $command $args} result]
292 set command [list ::snit::RT.widget.typemethod.create %TYPE%]
294 set command [list ::snit::RT.type.typemethod.create %TYPE%]
297 set retval [catch {uplevel 1 $command $args} result]
340 # If we've got a real command, break.
355 set command [linde
[all...]
H A Dmain1_83.tcl34 compile type widget widgetadaptor typemethod method macro
235 # Next, retrieve the command.
246 # If we've got a real command, break.
261 set command [lindex $commandRec 1]
264 set retval [catch {uplevel 1 $command $args} result]
303 set command [list ::snit::RT.widget.typemethod.create %TYPE%]
305 set command [list ::snit::RT.type.typemethod.create %TYPE%]
308 set retval [catch {uplevel 1 $command $args} result]
351 # If we've got a real command, break.
366 set command [linde
[all...]
H A Dmain2.tcl23 compile type widget widgetadaptor typemethod method macro
237 set command [list ::snit::RT.widget.typemethod.create %TYPE%]
239 set command [list ::snit::RT.type.typemethod.create %TYPE%]
242 set retval [catch {uplevel 1 $command $args} result]
274 # used to compile type definitions.
277 # The compile array accumulates information about the type or
317 variable compile
338 # The type and widgettype commands use a slave interpreter to compile
404 variable compile
428 array unset compile
[all...]
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dse.vim13 command -nargs=* CompilerSet setlocal <args>
19 CompilerSet makeprg=compile\ %
H A Dhp_acc.vim14 " Now suggestions by aCC are supported (compile flag aCC +w).
24 command -nargs=* CompilerSet setlocal <args>
/macosx-10.10.1/vim-55/runtime/tools/
H A Defm_perl.pl26 # -c compile only, don't run (perl -wc)
30 # * From the command line:
44 # * -c command line option for compiling only
134 -c compile only, don't run (executes 'perl -wc')
138 * At the command line:
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh32 command=iffe
35 compile() # $cc ... function
52 *) echo "$command: $@" >&$stderr
54 echo "$command: $1: core dump or fatal interruption -- results inconclusive" >&$stderr
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
152 cmd) mm="a command" ;;
186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
220 *) echo "$command: ... $mm" >&$stderr ;;
239 $show "$command
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/threads/
H A Dnetware.bat4 rem command line arguments:
9 rem want to redirect stdout and stderr. An example command line would be
34 rem generate command file for metrowerks
36 echo Generating Metrowerks command file: mttest.def
37 echo # dynamically generated command file for metrowerks build > mttest.def
44 rem compile
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl29 proc huddle {command args} {
31 if {[info exists huddle::methods($command)]} {
32 return [eval $huddle::methods($command) $command $args]
34 return [eval ::huddle::$command $args]
37 proc ::huddle::proc_add_ub {command args} {
38 return [eval ::huddle::_$command $args]
41 proc huddle {command args} {
43 if {[info exists huddle::methods($command)]} {
44 return [$huddle::methods($command)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcfront.tcl29 # file to compile the magic file from magic(5) into a tcl program
55 namespace export compile procdef install
67 # regexp parse line into (offset, type, value, command)
75 set command ""
76 foreach {junk offset type value junk1 junk2 command} $parse break
82 if {[string index $command end] eq "\\"} {
83 append command " "
92 puts "level:$level offset:$offset type:$type value:'$value' command:'$command'"
96 return [list $level $offset $type $value $command]
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgrep.el34 (require 'compile)
82 (defcustom grep-command nil
83 "The default grep command for \\[grep].
86 include it when specifying `grep-command'.
95 "The default command to run for \\[lgrep].
122 (defcustom grep-find-command nil
123 "The default find command for \\[grep-find].
131 "The default command to run for \\[rgrep].
186 (define-key map "\r" 'compile-goto-error) ;; ?
202 (define-key map [menu-bar grep compilation-compile]
[all...]
H A Dexecutable.el1 ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
46 ;; It also allows debugging scripts, with an adaptation of compile, as far
106 (defvar executable-command nil)
145 (defun executable-command-find-posix-p (&optional program)
180 (defun executable-interpret (command)
183 command to find the next error. The buffer is also in `comint-mode' and
186 (or executable-command
188 (require 'compile)
190 (set (make-local-variable 'executable-command) command)
[all...]
H A Dmodula2.el21 ;; a native compile command.
35 (defcustom m2-compile-command "m2c"
36 "Command to compile Modula-2 programs."
40 (defcustom m2-link-command "m2l"
105 (define-key map "\C-c\C-c" 'm2-compile)
131 \\[m2-compile] compile \\[m2-next-error] next-error
135 `m2-compile
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestFormats.py141 # FIXME: Refactor into generic test for running some command on a directory
144 def __init__(self, command, dir, recursive=False,
146 if isinstance(command, str):
147 self.command = [command]
149 self.command = list(command)
154 self.pattern = re.compile(pattern)
195 cmd = list(self.command)
/macosx-10.10.1/libffi-18.1/tests/
H A Ddejagnu.py14 gDgCommands=re.compile(r'''
84 for command, data in script:
85 if command == 'run':
88 if command == 'expect':
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py14 gDgCommands=re.compile(r'''
70 for command, data in script:
71 if command == 'run':
74 if command == 'expect':
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Ddejagnu.py15 gDgCommands=re.compile(r'''
76 for command, data in script:
77 if command == 'run':
80 if command == 'expect':
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Ddejagnu.py15 gDgCommands=re.compile(r'''
78 for command, data in script:
79 if command == 'run':
82 if command == 'expect':
129 # Workaround for compile failure on OSX 10.7
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Ddejagnu.py14 gDgCommands=re.compile(r'''
84 for command, data in script:
85 if command == 'run':
88 if command == 'expect':
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dmakeinfo.el51 (require 'compile)
63 (defcustom makeinfo-run-command "makeinfo"
98 This command does not offer the `next-error' feature since it would
100 command to gain use of `next-error'."
172 ;; Run the `makeinfo-compile' command in the *compilation* buffer
174 (makeinfo-compile
175 (concat makeinfo-run-command
188 (error "Use `makeinfo-buffer' to gain use of the `next-error' command"))
190 ;; Actually run makeinfo. COMMAND is the command t
[all...]
/macosx-10.10.1/swig-12/Lib/uffi/
H A Duffi.swg32 (eval-when (compile eval)
35 ;;; Use the -identifier-converter command line argument to
86 `(eval-when (compile load eval)
91 `(eval-when (compile load eval)
98 `(eval-when (compile load eval)
/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dallegrocl.swg294 (eval-when (:compile-toplevel :load-toplevel :execute)
301 ;;; Use the -identifier-converter command line argument to
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
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dsurvival.tex181 \key{C-x C-f} edit file; this command uses the minibuffer to read
187 executing command
240 `{\tt etags} {\it input\_files}' as a shell command.
251 \key{M-x compile} compile code in active window
253 the compile window or
354 \key{M-!} execute a shell command
355 \key{M-|} run a shell command on the region
356 \key{C-u M-|} filter region through a shell command
372 \key{C-x RET c} set coding system for next command
[all...]

Completed in 247 milliseconds

12345