Searched +refs:executable +refs:command (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.decls.h40 extern void dosource (Char **, struct command *);
42 extern void goodbye (Char **, struct command *);
61 extern void dodirs (Char **, struct command *);
65 extern void dochngd (Char **, struct command *);
67 extern void dopushd (Char **, struct command *);
68 extern void dopopd (Char **, struct command *);
78 extern void Dfix (struct command *);
111 extern void doexec (struct command *, int);
112 extern void dohash (Char **, struct command *);
113 extern void dounhash (Char **, struct command *);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dexecutable.el0 ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
28 ;; executable.el is used by certain major modes to insert a suitable
32 ;; Unless it has a magic number, a Unix file with executable mode is passed to
36 ;; executable script. Such a magic number is made up by the characters `#!'
44 ;; makes the file executable if it wasn't, as soon as it's saved.
49 ;; Modes that use this should nconc `executable-map' to the end of their own
50 ;; keymap and `executable-font-lock-keywords' to the end of their own font
52 ;; `executable-set-magic'.
56 (defgroup executable ni function
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim2 " netrw's browsers' x command ("eXecute launcher")
80 if executable("mozilla")
83 elseif executable("netscape")
103 if executable("mozilla")
106 elseif executable("netscape")
123 if executable("gimp")
125 elseif executable(expand("$SystemRoot")."/SYSTEM32/MSPAINT.EXE")
142 if executable("gimp")
144 elseif executable(expand("$SystemRoot")."/SYSTEM32/MSPAINT.EXE")
160 if executable("gim
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py42 def open_connection(executable=sys.executable):
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
71 command = eval(code)
72 basic = eval(command[0])
74 seq = eval(command[1])
75 name = eval(command[2])
76 args = map(neteval, command[3:])
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py42 def open_connection(executable=sys.executable):
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
71 command = eval(code)
72 basic = eval(command[0])
74 seq = eval(command[1])
75 name = eval(command[2])
76 args = map(neteval, command[3:])
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py42 def open_connection(executable=sys.executable):
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
71 command = eval(code)
72 basic = eval(command[0])
74 seq = eval(command[1])
75 name = eval(command[2])
76 args = map(neteval, command[3:])
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl20 ?-exec? \ # location of executable
42 which is assumed to be the name of the executable program findable in the PATH.
46 ssh, rsh or plink. Extensible to new protocols with addition of a single command line
64 Arbitrary option/value pairs can be included in the command line; they may be useful if
129 set command "cat>'$fileName'\;cat>/dev/null"
130 Transport $root $command stdin $channelID
133 set command "ls -l '$fileName' | ( read a b c d x e\; echo \$x )"
134 set fileSize [Transport $root $command]
142 set command "TZ=UTC\; export TZ\; touch -a -c -t $atime '$file'"
143 Transport $root $command
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/
H A Dsetup.py53 from setuptools.command import build_py
54 from setuptools.command import test
191 from setuptools.command import egg_info
221 # FIXME: add custom test command that does the work.
269 from setuptools.command import build_ext, install_lib
287 def _find_executable(executable):
288 if os.path.isfile(executable):
289 return executable
293 f = os.path.join(p, executable)
298 def _working_compiler(executable)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Accounts-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptKit-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptObjC-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CFNetwork-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Collaboration-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-DictionaryServices-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-EventKit-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ExceptionHandling-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-FSEvents-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-InputMethodKit-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-InstallerPlugins-2.5.1/
H A Dpyobjc_setup.py20 from setuptools.command import test
21 from setuptools.command import build_py
149 from distutils.command import build, install
150 from setuptools.command import develop, test, build_ext, install_lib
201 def _find_executable(executable):
202 if os.path.isfile(executable):
203 return executable
207 f = os.path.join(p, executable)
212 def _working_compiler(executable):
222 executable, '
[all...]

Completed in 397 milliseconds

12345