Searched refs:SCRIPT (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/ncurses-44/ncurses/man/
H A Dmake_sed.sh45 SCRIPT=script$$
47 rm -f $UPPER $SCRIPT $RESULT
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl39 open SCRIPT, "< $script" or die "can't open script file '$script' : $!\n";
40 my $hash_bang = <SCRIPT>;
52 while (<SCRIPT>) {
56 close SCRIPT;
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dtest-exec.sh49 SCRIPT=$2
50 if [ "x$SCRIPT" = "x" ]; then
51 echo '$SCRIPT not defined'
54 if [ ! -f $SCRIPT ]; then
55 echo "not a file: $SCRIPT"
58 if $TEST_SHELL -n $SCRIPT; then
61 echo "syntax error in $SCRIPT"
66 SRC=`dirname ${SCRIPT}`
347 case "$SCRIPT" in
404 . $SCRIPT
[all...]
H A Dssh-com.sh30 SRC=`dirname ${SCRIPT}`
H A Dssh-com-client.sh30 SRC=`dirname ${SCRIPT}`
H A Dscp.sh21 SRC=`dirname ${SCRIPT}`
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/
H A Drun.in195 SCRIPT="${SCRIPTDIR}/${SCRIPTNAME}"
197 SCRIPT="`echo ${SCRIPTDIR}/test*-${SCRIPTNAME}`"
199 SCRIPT="`echo ${SCRIPTDIR}/${SCRIPTNAME}-*`"
244 echo "Running ${SCRIPT} for ${BACKEND}..."
249 $SCRIPT $*
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfproxysupport.py5 SCRIPT="""
26 SCRIPT, url, None)
49 SCRIPT, url, callback, ctx)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dloctest.h138 SCRIPT, enumerator in enum:LocaleTest::__anon1172
H A Dloctest.cpp244 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) {
245 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i], rawData[VAR][i]);
255 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i]))
257 + dataTable[SCRIPT][i]);
272 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) {
273 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i]);
283 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i]))
285 + dataTable[SCRIPT][
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmktest.sh111 typeset ARG SCRIPT UNIT TEMP=${TMPDIR:-/tmp}/$command.$$.tmp WORK
148 SCRIPT=$1
150 if [[ ! -r $SCRIPT ]]
151 then print -u2 -r -- $command: $SCRIPT: cannot read
158 else ARG=${SCRIPT##*/}
288 then print -u2 -r -- $command: $SCRIPT: UNIT statement or operand expected
571 print -u$stdout -r "# : : generated from $SCRIPT by $command : : #"
610 . $SCRIPT < /dev/null | sed -e $'s,\\\\n,\n,g' -e $'s,\\\\t,\t,g' -e $'s,\\$\',\',g'
615 . $SCRIPT <&$stdin
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfproxysupport.py5 SCRIPT="""
26 SCRIPT, url, None)
49 SCRIPT, url, callback, ctx)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CFNetwork-2.5.1/PyObjCTest/
H A Dtest_cfproxysupport.py15 SCRIPT="""
36 SCRIPT, url, None)
59 SCRIPT, url, callback, ctx)
/macosx-10.10.1/ntp-92/libopts/
H A Dmakeshell.c404 if (HAVE_OPT( SCRIPT ))
405 openOutput( OPT_ARG( SCRIPT ));
601 if (HAVE_OPT( SCRIPT ))
602 pzOutName = OPT_ARG( SCRIPT );
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dmakeshell.c404 if (HAVE_OPT( SCRIPT ))
405 openOutput( OPT_ARG( SCRIPT ));
601 if (HAVE_OPT( SCRIPT ))
602 pzOutName = OPT_ARG( SCRIPT );
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dinit.rb211 @CONF[:SCRIPT] = opt
218 @CONF[:SCRIPT] = opt
/macosx-10.10.1/ruby-106/ruby/lib/cgi/
H A Dhtml.rb854 STYLE SCRIPT H1 H2 H3 H4 H5 H6 TEXTAREA FORM BLOCKQUOTE
905 FIELDSET LEGEND BUTTON TABLE TITLE STYLE SCRIPT NOSCRIPT
956 LEGEND BUTTON TABLE IFRAME NOFRAMES TITLE STYLE SCRIPT
1045 FIELDSET LEGEND BUTTON TABLE TITLE STYLE SCRIPT NOSCRIPT
/macosx-10.10.1/vim-55/src/testdir/
H A DMake_vms.mms64 SCRIPT = test1.out test2.out test3.out test4.out test5.out \
137 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_GZIP) \
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dirb.rb382 if @CONF[:SCRIPT]
383 irb = Irb.new(nil, @CONF[:SCRIPT])
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/
H A DMakefile.in100 @$(WISH) $(SCRIPT)
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl2184 set Console(SCRIPT) [info script]
2186 while {[string match link [file type $Console(SCRIPT)]]} {
2187 set link [file readlink $Console(SCRIPT)]
2189 set Console(SCRIPT) [file join [file dirname $Console(SCRIPT)] $link]
2191 set Console(SCRIPT) $link
2195 if [string match relative [file pathtype $Console(SCRIPT)]] {
2196 set Console(SCRIPT) [file join [pwd] $Console(SCRIPT)]
2202 uplevel \#0 [list source $Console(SCRIPT)]
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl2490 $tmp eval [list set ::tkcon::PRIV(SCRIPT) $::tkcon::PRIV(SCRIPT)]
2505 if [catch {source -rsrc tkcon}] { source $::tkcon::PRIV(SCRIPT) }
6163 -initialdir [file dirname $PRIV(SCRIPT)] \
6164 -initialfile [file tail $PRIV(SCRIPT)] \
6238 set PRIV(SCRIPT) $file
6376 if {[catch {source -rsrc tkcon}]} { source $::tkcon::PRIV(SCRIPT) }
6389 set PRIV(SCRIPT) [info script]
6390 if {!$PRIV(WWW) && [string length $PRIV(SCRIPT)]} {
6392 set PRIV(SCRIPT) [fil
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhtml.vim164 " JAVA SCRIPT
189 " VB SCRIPT
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompExpr.c175 #define SCRIPT ( LEAF | 2) /* Script substitution; [foo] */ macro
476 SCRIPT /* [ */, INVALID /* \ */,
905 case SCRIPT: {
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dind-util.el1232 Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.
1252 The value is (INDEX . SCRIPT), where INDEX is the glyph index
1253 in the font that Indian script name SCRIPT specifies.

Completed in 347 milliseconds

12