Searched refs:shell (Results 76 - 100 of 651) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/
H A DGNUmakefile10 DEFAULT := $(shell sed -n '/^DEFAULT = /s///p' $(PYTHONVERSIONS))
11 VERSIONS := $(filter-out $(INCOMPATIBLE), $(shell grep '^[0-9]' $(PYTHONVERSIONS)))
18 PWD = $(shell pwd)
21 export DSTROOT = $(shell mkdir -p '$(DESTDIR)' && echo '$(DESTDIR)')
27 export OBJROOT = $(shell mkdir -p '$(PWD)/OBJROOT' && echo '$(PWD)/OBJROOT')
34 export SYMROOT = $(shell mkdir -p '$(PWD)/SYMROOT' && echo '$(PWD)/SYMROOT')
38 export RC_ARCHS = $(shell arch)
52 TESTOK := -f $(shell echo $(foreach vers,$(VERSIONS),$(OBJROOT)/$(vers)/.ok) | sed 's/ / -a -f /g')
/macosx-10.9.5/python_modules-35/
H A DGNUmakefile10 DEFAULT := $(shell sed -n '/^DEFAULT = /s///p' $(PYTHONVERSIONS))
11 VERSIONS := $(filter-out $(INCOMPATIBLE), $(shell grep '^[0-9]' $(PYTHONVERSIONS)))
19 PWD = $(shell pwd)
22 export DSTROOT = $(shell mkdir -p '$(DESTDIR)' && echo '$(DESTDIR)')
28 export OBJROOT = $(shell mkdir -p '$(PWD)/OBJROOT' && echo '$(PWD)/OBJROOT')
35 export SYMROOT = $(shell mkdir -p '$(PWD)/SYMROOT' && echo '$(PWD)/SYMROOT')
39 export RC_ARCHS = $(shell arch)
53 TESTOK := -f $(shell echo $(foreach vers,$(VERSIONS),$(OBJROOT)/$(vers)/.ok) | sed 's/ / -a -f /g')
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_folderitem2_invokeverb.rb22 shell=WIN32OLE.new('Shell.Application')
23 @nsp = shell.NameSpace(@cfolder.path)
H A Dtest_win32ole.rb178 shell = WIN32OLE.new("{13709620-C279-11CE-A49E-444553540000}")
179 assert_instance_of(WIN32OLE, shell)
240 shell = WIN32OLE.new('Shell.Application')
241 folder = shell.nameSpace(0)
246 shell = WIN32OLE.new('Shell.Application')
247 folder = shell.nameSpace(0)
258 shell = WIN32OLE.new('Shell.Application')
259 folder = shell.nameSpace(0)
266 shell=WIN32OLE.new('Shell.Application')
267 assert_equal(shell
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dbuildall.vc.bat24 :: Build the static core, dlls and shell.
34 :: Build the core and shell for thread support.
36 nmake -nologo -f makefile.vc shell OPTS=threads
39 :: Build a static, thread support core library (no shell).
/macosx-10.9.5/tcl-102/tcl_ext/
H A DTEA.make60 export PATH := $(shell dirname $(Tclsh)):$(shell dirname $(Wish)):$(PATH)
61 export DYLD_FRAMEWORK_PATH := $(shell dirname $(TclFramework)):$(shell dirname $(TkFramework))
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dzsh.vim2 " Language: Zsh shell script
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A DMakefile.benchmarks29 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
/macosx-10.9.5/zip-14/zip/
H A DMakefile3 DIST = $(PROJECT)$(shell echo $(VERSION) | tr -d '.')
9 SRCROOT ?= $(shell pwd)
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
64 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dkibitz2 # allow another user to share a shell (or other program) with you
150 # if running as CGI, shell may not be set!
151 set shell /bin/sh
152 catch {set shell $env(SHELL)}
153 set pid [spawn $shell]
155 set shell $spawn_id
392 -output $shell \
395 close -i $shell
397 } -output $shell \
398 -input $shell eo
[all...]
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm9 String::ShellQuote - quote strings for passing through the shell
20 which are going to pass through the shell or a shell-like object.
109 B<shell_quote> quotes strings so they can be passed through the shell.
110 Each I<string> is quoted so that the shell will pass it along as a
147 included in a shell-style comment (the current algorithm is that a sharp
184 Only Bourne shell quoting is supported. I'd like to add other shells
/macosx-10.9.5/shell_cmds-175/script/
H A Dscript.c251 const char *shell; local
253 shell = getenv("SHELL");
254 if (shell == NULL)
255 shell = _PATH_BSHELL;
264 execl(shell, shell, "-i", (char *)NULL);
265 warn("%s", shell);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */
24 SHOPT_BRACEPAT == 1 /* C-shell {...,...} expansions (, required) */
37 SHOPT_KIA == 1 /* shell information database generation */
46 SHOPT_REMOTE == /* enable --rc if running as a remote shell */
50 SHOPT_SUID_EXEC == 1 /* allow (safe) suid/sgid shell scripts */
52 SHOPT_TIMEOUT == /* number of seconds for shell timeout */
158 shell$(RELEASE) $(VERSION) id=shell :LIBRARY: shell.3 nval.3 alarm.c cd_pwd.c cflow.c deparse.c \
178 $(INCLUDEDIR) :INSTALLPROTO: nval.h shell
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
10 SYMROOT?=$(shell /bin/pwd)
29 DSTROOT?=$(shell /bin/pwd)
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledlistbox.itk259 set shell [lindex [grid info $itk_component(listbox)] 1]
266 if {[grid propagate $shell]} {
267 grid propagate $shell no
271 $shell configure \
272 -width [winfo pixels $shell $itk_option(-width)]
292 set shell [lindex [grid info $itk_component(listbox)] 1]
299 if {[grid propagate $shell]} {
300 grid propagate $shell no
304 $shell configure \
305 -height [winfo pixels $shell
[all...]
/macosx-10.9.5/configd-596.15/tests/
H A DMakefile13 SYSROOT=$(shell xcodebuild -version -sdk $(SDK) Path)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-memory-load-fat/
H A DMakefile26 FATFLAGS = $(shell ${LIPO} -detailed_info $(IOSROOT)/usr/lib/libSystem.B.dylib | grep architecture | sed -e 's/architecture/-arch/')
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-DYLD_LIBRARY_PATH/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen_preflight-leak-image-deny-single/
H A DMakefile37 MACHINE = $(shell arch)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/framework-DYLD_LIBRARY_PATH/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/lazy-binding-reg-params/
H A DMakefile26 MACHINE = $(shell machine)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-dlopen/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dshell.el0 ;;; shell.el --- specialized comint.el for running the shell
35 ;; This file defines a shell-in-a-buffer package (shell mode) built on
47 ;; For further information on shell mode, see the comments below.
60 ;; (eval-after-load "shell"
61 ;; '(define-key shell-mode-map "\M-#" 'shells-dynamic-spell))
65 ;; Comint Mode Commands: (common to shell and all comint-derived modes)
89 ;; shell Fires up the shell proces
111 (defgroup shell nil function
516 (defun shell (&optional buffer) function
[all...]
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-Xaw.c224 Also we need to hack the shell's WM_PROTOCOLS to get it to
228 Widget shell = XtParent (widget); local
232 XChangeProperty (dpy, XtWindow (shell),
246 w = shell->core.width;
247 h = shell->core.height;
259 XtSetValues (shell, args, 2);
263 XtPopup (shell, XtGrabNonexclusive);
309 Widget shell;
336 shell = XtCreatePopupShell ("dialog", transientShellWidgetClass,
338 XtOverrideTranslations (shell, overrid
308 Widget shell; local
530 Widget widget, shell; local
[all...]

Completed in 327 milliseconds

1234567891011>>