Searched +refs:sh +refs:mode +refs:hook (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-io.el73 (defcustom eshell-io-load-hook '(eshell-io-initialize)
74 "*A hook that gets run when `eshell-io' is loaded."
75 :type 'hook
119 ("/dev/kill" (lambda (mode)
120 (if (eq mode 'overwrite)
123 ("/dev/clip" (lambda (mode)
124 (if (eq mode 'overwrite)
132 If the third element is non-nil, the redirection mode is passed as an
173 (add-hook 'eshell-parse-argument-hook
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A DMakefile185 SHELL = /bin/sh
213 install_sh = /Volumes/Forty/svn/passwordserver_sasl/cyrus_sasl/config/install-sh
287 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
290 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
318 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
319 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
327 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
328 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
425 if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.lo -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
433 # $(LIBTOOL) --mode
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex44 % Which mode to use is controlled by setting \columnsperpage above.
163 %% in case we never use \columnb (two-column mode)
179 % we won't be using math mode much, so redefine some of the characters
265 Just type \kbd{M-x vip-mode} followed by \kbd{RET}
269 VIP has three modes: {\it emacs mode}, {\it vi mode} and {\it insert mode}.
270 Mode line tells you which mode you are in.
271 In emacs mode you can do all the normal GNU Emacs editing.
272 This card explains only vi mode an
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl1220 # interactive mode
1237 # setting files into nonblocking mode.
1279 [catch {exec sh -c echo hello}] ||
1461 # Call the hook
1632 # the mode provided. Mode determines whether a regexp, exact,
1638 # mode - type of comparison to be done
1646 proc tcltest::CompareStrings {actual expected mode} {
1648 if {![info exists CustomMatch($mode)]} {
1649 return -code error "No matching command registered for `-match $mode'"
1651 set match [namespace eval :: $CustomMatch($mode) [lis
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl1219 # interactive mode
1236 # setting files into nonblocking mode.
1278 [catch {exec sh -c echo hello}] ||
1460 # Call the hook
1632 # the mode provided. Mode determines whether a regexp, exact,
1638 # mode - type of comparison to be done
1646 proc tcltest::CompareStrings {actual expected mode} {
1648 if {![info exists CustomMatch($mode)]} {
1649 return -code error "No matching command registered for `-match $mode'"
1651 set match [namespace eval :: $CustomMatch($mode) [lis
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1314 IOIndex IOFramebuffer::closestDepth(IODisplayModeID mode, IOPixelInformation * matchInfo) argument
1323 err = getPixelInformation(mode, depth, kIOFBSystemAperture, &pixelInfo);
3400 SInt32 x, y, dw, dh, sx, sy, sw, sh; local
3414 sh = shmem->cursorSize[0 != frame].height;
3418 dw = sh;
3424 dh = sh;
3447 sy = sh - sy - 1;
4706 // lid change, desktop mode
5326 IOReturn IOFramebuffer::processConnectChange(IOFBController * controller, IOOptionBits mode) argument
5333 fb->processConnectChange(mode);
5342 IOOptionBits mode = 0; local
5413 processConnectChange(IOOptionBits mode) argument
5612 IODisplayModeID mode; local
6882 IODisplayModeID mode; local
7312 getConfigMode(IODisplayModeID mode, const OSSymbol * sym) argument
7336 IODisplayModeID mode; local
7780 IODisplayModeID mode = args->scalarInput[0]; local
8469 IOFramebufferNotificationNotify hook; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el40 ;; This file provides a sql-mode and a sql-interactive-mode. The
42 ;; highlighting. The interactive mode had to provide a command-line
43 ;; history; the other mode had to provide "send region/buffer to SQL
46 ;; has changed somewhat as experience with the mode has accumulated.
56 ;; If anybody feels like extending this sql mode, take a look at the
57 ;; above mentioned modes and write a sqlx-mode on top of this one. If
62 ;; sql-interactive-mode is used to interact with a SQL interpreter
65 ;; sql-product-interactive. Do *not* call sql-interactive-mode by
72 ;; Since sql-interactive-mode i
[all...]
/macosx-10.10.1/apache-793/httpd/
H A Dconfigure1 #! /bin/sh
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/de
[all...]
H A Dconfigure.orig1 #! /bin/sh
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/de
[all...]

Completed in 143 milliseconds