Searched +refs:sh +refs:name +refs:style (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style.sh1 #! /bin/sh
32 # A utility to sanity check the coding style of all source files in the
81 find . \( -name "AUTHORS" -o \
82 -name "COPYING" -o \
83 -name "ChangeLog" -o \
84 -name "NEWS" -o \
85 -name "README" -o \
86 -name "TODO" -o \
87 -name "*.[0-9]" -o \
88 -name "*
[all...]
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dmentry.tcl27 $menu add radiobutton -label "Name" -variable foo -value name
31 -variable foo -value [list name abstract]
102 style theme settings "default" {
103 style layout MenuEntry {
112 style element create MenuEntry.icon image $img \
118 foreach theme [style theme names] {
119 style theme settings $theme {
121 #style map MenuEntry -image [list disabled $img]
138 installhull using ttk::entry -style MenuEntry
209 set sh [exp
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */
10 RELEASE := $(SH:/.*sh//)
18 SHOPT_2DMATCH == 1 /* two dimensional .sh.match for ${var//pat/str} */
37 SHOPT_HISTEXPAND == 1 /* csh-style history file expansions */
50 SHOPT_STATS == 1 /* add .sh.stats variable */
86 .SOURCE : edit sh bltins data tests fun
90 DOCFILES = sh.memo builtins.mm README RELEASE TYPES PROMO.mm COMPATIBILITY \
157 $(SH) :: sh.1 pmain.c $(LIBS_req)
166 fault.c fcin.c history.c init.c io.c jobs.c lex.c macro.c name.c \
200 bash_pre_rc.c : bash_pre_rc.sh
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl149 if {[ttk::style layout TreeCtrl] ne ""} {
157 namespace export style
162 namespace import ::style
323 foreach theme [lsort -dictionary [ttk::style theme names]] {
367 set S [$T style create s1]
368 $T style elements $S {e3 e1}
369 $T style layout $S e3 -union [list e1] -ipadx 1 -ipady {0 1}
371 set S [$T style create s2]
372 $T style elements $S {e3 e1 e2}
373 $T style layou
[all...]
/macosx-10.10.1/ksh-23/ksh/lib/package/
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
13 * name package description file or component
16 * $(PACKAGEDIR)/name.version.release.suffix
18 * $(PACKAGEDIR)/name.version.hosttype.release.suffix
20 * $(PACKAGEDIR)/name-run.version.hosttype.release.suffix
28 * NAME [ name=value ] :PACKAGE: component ...
37 * :DETAILS: style
41 * name=value
99 name = macro
103 style macro
278 name := $(P) macro
465 style := $(<) macro
572 name := $(.name.cyg $(name)) macro
862 echo "name='$(name)'" macro
1059 echo "name='$(name)'" macro
1279 echo "name='$(name)'" macro
1346 echo "name='$(name)'" macro
1465 echo "name='$(name)'" macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
13 * name package description file or component
16 * $(PACKAGEDIR)/name.version.release.suffix
18 * $(PACKAGEDIR)/name.version.hosttype.release.suffix
20 * $(PACKAGEDIR)/name-run.version.hosttype.release.suffix
28 * NAME [ name=value ] :PACKAGE: component ...
37 * :DETAILS: style
41 * name=value
99 name = macro
103 style macro
278 name := $(P) macro
465 style := $(<) macro
572 name := $(.name.cyg $(name)) macro
862 echo "name='$(name)'" macro
1059 echo "name='$(name)'" macro
1279 echo "name='$(name)'" macro
1346 echo "name='$(name)'" macro
1465 echo "name='$(name)'" macro
[all...]
/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
58 ;; to a symbol such as `+' which uses the value of variable `sh-basic-offset'.
62 ;; + Indent right by sh-basic-offset
63 ;; - Indent left by sh-basic-offset
64 ;; ++ Indent right twice sh
207 (defgroup sh nil function
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim41 " Get the program name.
42 " Only accept spaces in PC style paths: "#!c:/program files/perl [args]".
48 let s:name = substitute(s:line1, '^#!.*[/\\]\(\i\+\).*', '\1', '')
50 let s:name = substitute(s:line1, '^#!.*\<env\>\s\+\(\i\+\).*', '\1', '')
52 let s:name = substitute(s:line1, '^#!\s*\([^/\\ ]*\>\).*', '\1', '')
54 let s:name = substitute(s:line1, '^#!\s*\S*[/\\]\(\i\+\).*', '\1', '')
57 " tcl scripts may have #!/bin/sh in the first line and "exec wish" in the
60 let s:name = 'wish'
63 " Bourne-like shell scripts: bash bash2 ksh ksh93 sh
64 if s:name
[all...]
H A Dfiletype.vim23 \ let s:name = expand("<afile>") |
24 \ let s:short = substitute(s:name, '\~$', '', '') |
25 \ if s:name != s:short && s:short != "" |
28 \ unlet! s:name s:short
44 " file name matches ft_ignore_pat.
109 " Apache style config file
1020 " Lynx style file (or LotusScript!)
1713 " Shell scripts (sh, ksh, bash, bash2, csh); Allow .profile_foo etc.
1717 au BufNewFile,BufRead /etc/profile,.profile*,*.sh,*.env call SetFileTypeSH(getline(1))
1720 func! SetFileTypeSH(name)
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-context.in1 #!/bin/sh
18 # 3. Neither the name of the Institute nor the names of its contributors
126 sh ${wait_kdc} KDC ${testdir}/messages.log || exit 1
134 echo "======test acceptor name is service only" ; > ${testdir}/messages.log
142 --acceptor-name=host \
143 --name-type=hostbased-service host@lucid.test.h5l.se || \
151 --acceptor-name=CIFS \
152 --name-type=hostbased-service host@lucid.test.h5l.se && \
177 ${test_context} --name-type=hostbased-service host@lucid.test.h5l.se || \
180 ${test_context} --name
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/contrib/aix/
H A Dbuildbff.sh1 #!/bin/sh
3 # buildbff.sh: Create AIX SMIT-installable OpenSSH packages
4 # $Id: buildbff.sh,v 1.13 2011/05/05 03:48:41 djm Exp $
10 # Based originally on Ben Lindstrom's buildpkg.sh for Solaris
28 # Path to inventory.sh: same place as buildbff.sh
31 inventory=`dirname $0`/inventory.sh # absolute path
33 inventory=`pwd`/`dirname $0`/inventory.sh # relative path
42 echo "Please run buildbff.sh from your build directory in future."
166 find . ! -name
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh44 name='Joe Blow'
52 if [[ ${newrec.name} != "${rec.name}" ]]
73 then err_exit 'name references not expanded on prefix matching'
152 type=style var=class_td_lg1_style
158 type=style var=class_tr_tr1_style val="background: black"
163 type=style var=class_th_th1_style
169 type=style var=class_td_td1_style
219 [[ $x == *'.y'=* ]] && err_exit 'expansion with bogus leading . in name'
232 .sh
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl60 APPE {APPE <sp> file-name} \
62 CWD {CWD [ <sp> directory-name ]} \
63 DELE {DELE <sp> file-name} \
65 LIST {LIST [ <sp> path-name ]} \
66 NLST {NLST [ <sp> path-name ]} \
68 MDTM {MDTM <sp> path-name} \
69 MKD {MKD <sp> path-name} \
85 RETR {RETR <sp> file-name} \
86 RMD {RMD <sp> path-name} \
87 RNFR {RNFR <sp> file-name} \
[all...]
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dltmain.sh3 # ltmain.sh (GNU libtool) 2.2.6b
74 PROGRAM=ltmain.sh
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
92 DUALCASE=1; export DUALCASE # for MKS sh
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
174 # is ksh but when the shell is invoked as "sh" and the current value of
176 # positional parameter $0, within a function call, is the name of the
180 # The name o
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex356 specifying the register name in capital letter (say \kbd{X}).
422 Emacs style macros:
435 Vi-style macros (keys to be hit in quick succession):
437 \key{define Vi-style macro for Vi state}{:map}
438 \key{define Vi-style macro for Insert state}{:map!}
622 \twocol{viper-tags-file-name}{"TAGS"}
624 \twocol{viper-ex-style-motion}{t}
626 \twocol{viper-custom-file-name}{"\~{}/.vip"}
676 current file name. To include a \% in the command, escape it with a $\backslash$.
716 \key{run a sub{\bf shell} in a window}{:sh}
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfvwm.vim105 " name collision with several commands, they are contained.
243 \ Hilite Hilight sh Shade Shadow fgsh Pixmap
396 " Menu style
424 " Button style
447 " Border style
/macosx-10.10.1/tcsh-65/tcsh/
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
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
52 rm -f conf$$.sh
[all...]
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duupoll.shar1 #!/bin/sh
4 # everything above the "!/bin/sh" line above, and type "sh file_name".
12 # length mode name
38 # The user name/group that should own the resulting executables.
74 SHELL = /bin/sh
168 supplied one on a NeXT computer. That uupoll checked any site name against
228 suggestions that may improve the style/coding are welcome however.
398 X the name may be different.
435 X Autopoll will check the options -f and -s (-S) as well as the name
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfigure1 #! /bin/sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
25 DUALCASE=1; export DUALCASE # for MKS sh
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
99 rm -f conf$$.sh
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl56 documentation-man {Unix-style Manual Pages (nroff format)}
237 proc Slave_Package {slave name} {
238 $slave eval [list set Package $name]
239 set ::Installer::Package $name
249 proc Slave_Patchlevel {slave name} {
250 $slave eval [list set Patchlevel $name]
251 set ::Installer::Patchlevel $name
253 proc Slave_Version {slave name} {
254 $slave eval [list set Version $name]
255 set ::Installer::Version $name
[all...]

Completed in 465 milliseconds

12