Searched +refs:sh +refs:set +refs:var +refs:value (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el0 ;;; sh-script.el --- shell-script editing commands for Emacs
47 ;; The following description applies to sh and derived shells (bash,
52 ;; sh-indent-for-XXX and sh-indent-after-XXX. For example.
53 ;; sh-indent-after-if controls the indenting of a line following
54 ;; an if statement, and sh-indent-for-fi controls the indentation
57 ;; You can set each to a numeric value, but it is often more convenient
58 ;; to a symbol such as `+' which uses the value of variable `sh
207 (defgroup sh nil function
[all...]
H A Dsql.el74 ;; common base functionality, and a common set of bindings, with all
163 ;; (sql-set-product 'xyz))
193 ;; (set-buffer (apply 'make-comint "SQL" sql-xyz-program
238 (defvar font-lock-set-defaults)
248 ;; These four variables will be used as defaults, if set.
383 where PRODUCT is the appropriate value of `sql-product'. The product
418 If set to the symbol `semicolon', then hitting `;' will send current
420 If set to the symbol `go', then hitting `go' on a line by itself will
422 If set to nil, then you must use \\[comint-send-input] in order to send
455 This is used to set `imen
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd3.c56 * and forking a sh -c
63 char *sh; local
70 if ((sh = value("SHELL")) == NULL)
71 sh = _PATH_BSHELL;
72 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL);
87 char *sh; local
89 if ((sh = value("SHELL")) == NULL)
90 sh
434 set(arglist) function
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.c662 surrounded by double quotes (and sh has some really weird
723 is set. */
1539 individual words. If DELIMS is NULL, the current value of $IFS is used
1649 /* If the cursor is at whitespace just before word start, set the
1656 the word we just added, and set the current word to that one. */
1680 the end of STRING, add an additional null argument and set the current
1791 to a single field with the value of each parameter separated by the
1838 in the words in the list, because the default value of $IFS is
1909 non-zero then word in the list will have its quoted flag set, otherwise
1915 as a delimiter. If IFS is unset, which results in `separators' being set
2265 char *name, *value; local
2760 WORD_LIST *value; local
2788 WORD_LIST *value; local
2825 WORD_LIST *value; local
4780 SHELL_VAR *var; local
4914 SHELL_VAR *var; local
5185 SHELL_VAR *var; local
5951 char *name, *value, *temp, *temp1; local
6380 SHELL_VAR *var; local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsh.vim2 " Language: shell (sh) Korn shell (ksh) bash (sh)
8 " For options and settings, please use: :help ft-sh-syntax
19 " handling /bin/sh with is_kornshell/is_sh {{{1
20 " b:is_sh is set when "#! /bin/sh" is found;
22 " or kornshell (typically workstations with Posix "sh").
45 " set up default g:sh_fold_enabled {{{1
65 " sh syntax is case sensitive {{{1
230 " $(..) is not supported by sh (Bourn
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim14 set cpo&vim
43 " Function used for patterns that end in a star: don't set the filetype if the
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
767 au BufNewFile,BufRead /etc/group,/etc/group-,/etc/group.edit,/etc/gshadow,/etc/gshadow-,/etc/gshadow.edit,/var/backups/group.bak,/var/backups/gshadow.bak setf group
1101 au BufNewFile,BufRead /var/log/messages,/var/log/messages.*[0-9] setf messages
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.
1273 au BufNewFile,BufRead /etc/passwd,/etc/passwd-,/etc/passwd.edit,/etc/shadow,/etc/shadow-,/var/backups/passwd.bak,/var/backup
[all...]

Completed in 108 milliseconds