Searched refs:shell (Results 151 - 175 of 618) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/src/
H A Dintegration.h414 /* Minimize (iconify) the given shell */
415 void workshop_minimize_shell(Widget shell);
417 /* Maximize (deiconify) the given shell */
418 void workshop_maximize_shell(Widget shell);
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh387 echo "$command: your shell botches here documents; this was fixed back in the 80's" >&$stderr
400 -) case $shell in
409 echo "$command: your shell botches here documents; this was fixed back in the 80's" >&$stderr
420 *) case $shell in
429 echo "$command: your shell botches here documents; this was fixed back in the 80's" >&$stderr
653 $RANDOM)shell=bsh
658 ?*) shell=bash ;;
659 *) shell=ksh ;;
673 *) case $shell in
689 case $shell i
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-basic/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-LD_LIBRARY_PATH/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOLOAD-symlink/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-search-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen_preflight-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlsym-RTLD_NEXT-missing/
H A DMakefile29 MACHINE = $(shell arch)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/fallback-non-unique-leaf-names/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/fallback-with-suid/
H A DMakefile23 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/loader_path-symlink/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-basic/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-in-dylib/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-indirect/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-leak/
H A DMakefile34 MACHINE = $(shell arch)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-install-name/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-nesting/
H A DMakefile26 PWD = $(shell pwd)
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/debian/
H A Drules11 PACKAGE=$(shell dh_listpackages)
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dmh-mingw85 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
86 CURR_FULL_DIR?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
88 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
89 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
127 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
128 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
H A Dmh-mingw6485 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
86 CURR_FULL_DIR?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
88 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
89 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
127 #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
128 #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
/macosx-10.10/ICU-531.30/icuSources/samples/udata/
H A DMakefile47 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
/macosx-10.10/ICU-531.30/icuSources/samples/uresb/
H A DMakefile42 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dinit.c1 /* init.c - initialize shell backend */
41 #include "shell.h"
108 SLAP_BACKEND_INIT_MODULE( shell )
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/
H A DMakefile30 SRCROOT ?= $(shell pwd)

Completed in 168 milliseconds

1234567891011>>