Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 71) sorted by relevance

123

/plan9-contrib/rc/bin/
H A Dpsfax25 script=/tmp/fax.$pid
52 echo -n s∮FAXddd∮ >$script
53 echo -n `{date} >>$script
54 echo ∮ >>$script
55 echo -n s∮FAXFFF∮ >>$script
56 echo -n $myname >>$script
57 echo ∮ >>$script
58 echo -n s∮FAXEEE∮ >>$script
59 echo -n $user >>$script
60 echo ∮ >>$script
[all …]
H A Dweather27 script=('' '' 'C' '4' '1' '1' $arg '' '' '' '' 'X')
29 script=('' '' 'C' '4' '1' '3' $arg '' '' '' '' 'X')
35 for(i in $script)
H A Dfax47 script=/tmp/fax.$pid
60 rm -f $tmp.* $script $header $header.* $tmpin $tmpps
109 } >>$script
110 sed -f $script /sys/lib/fax/h.ps >$header
/plan9-contrib/sys/lib/troff/font/devutf/
H A DUnivMath256 --- 61 2 34 bold script h
57 sl 50 2 44 script l
58 --- 50 2 46 script l bar
59 --- 44 1 47 script z
60 --- 50 1 58 bold script g
61 --- 50 1 59 script g
62 --- 50 2 60 bold script l
63 --- 50 2 62 bold script l bar
64 --- 44 1 63 bold script z
103 --- 50 2 248 bold script l
[all …]
/plan9-contrib/sys/src/ape/cmd/diff/
H A Ded.c29 print_ed_script (script) in print_ed_script() argument
30 struct change *script; in print_ed_script()
32 print_script (script, find_reverse_change, print_ed_hunk);
106 pr_forward_ed_script (script) in pr_forward_ed_script() argument
107 struct change *script; in pr_forward_ed_script()
109 print_script (script, find_change, pr_forward_ed_hunk);
150 print_rcs_script (script) in print_rcs_script() argument
151 struct change *script; in print_rcs_script()
153 print_script (script, find_change, print_rcs_hunk);
H A Dcontext.c79 print_context_script (script, unidiff_flag) in print_context_script() argument
80 struct change *script; in print_context_script()
84 mark_ignorable (script);
88 for (e = script; e; e = e->link)
96 print_script (script, find_hunk, pr_unidiff_hunk);
98 print_script (script, find_hunk, pr_context_hunk);
401 mark_ignorable (script) in mark_ignorable() argument
402 struct change *script; in mark_ignorable()
404 while (script)
406 struct change *next = script->link;
[all …]
H A Danalyze.c752 struct change *script = 0; local
773 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
780 return script;
790 struct change *script = 0; local
808 script = add_change (i0, i1, line0 - i0, line1 - i1, script);
815 return script;
840 struct change *script; local
967 script = build_reverse_script (filevec);
969 script = build_script (filevec);
975 struct change *next = script;
[all …]
H A Dnormal.c29 print_normal_script (script) in print_normal_script() argument
30 struct change *script; in print_normal_script()
32 print_script (script, find_change, print_normal_hunk);
H A Dside.c36 print_sdiff_script (script) in print_sdiff_script() argument
37 struct change *script; in print_sdiff_script()
42 print_script (script, find_change, print_sdiff_hunk);
H A Difdef.c43 print_ifdef_script (script) in print_ifdef_script() argument
44 struct change *script; in print_ifdef_script()
47 print_script (script, find_change, print_ifdef_hunk);
/plan9-contrib/sys/src/ape/cmd/
H A DREADME83 grep script calling Plan 9 grep -G
138 rmdir script
167 ar script to call Plan9 ar, after arg conversion
175 c89 script to APE environment cc (also avaiable as cc)
179 yacc script to Plan 9 yacc
/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Dwizard.doc124 The specified file should be a text file containing a "scan script".
125 The script specifies the contents and ordering of the scans to be emitted.
126 Each entry in the script defines one scan. A scan definition specifies
147 the script represents a progressive or sequential file, by observing whether
150 The scan script must meet the JPEG restrictions on progression sequences.
153 Scan script files are free format, in that arbitrary whitespace can appear
162 Here is an example of a scan script that generates a partially interleaved
168 Here is an example of a progressive scan script using only spectral selection
181 Here is an example of a successive-approximation script. This is equivalent
182 to the default script used by "cjpeg -progressive" for YCbCr images:
[all …]
H A Dchange.log48 The configure script now supports building libjpeg as a shared library
54 Also, a jconfig file and a build script for Metrowerks CodeWarrior
102 New configure script based on latest GNU Autoconf.
144 Correct bugs in "configure" script for case of compiling in
163 New configure script based on latest GNU Autoconf.
164 Fix configure script to handle CFLAGS correctly.
165 Rename *.auto files to *.cfg, so that configure script still works if
H A Djconfig.cfg1 /* jconfig.cfg --- source file edited by configure script */
/plan9-contrib/lib/
H A Dkeyboard212 0192 $f ƒ latin small letter script f
219 01B2 $V Ʋ latin capital letter script v
263 0251 $a ɑ latin small letter script a
266 028B $v ʋ latin small letter script v
321 03D1 $*h ϑ greek small letter script theta
322 03D5 $*f ϕ greek small letter script phi
323 03F0 $*k ϰ greek small letter script kappa
434 210A $g ℊ script small g
435 210B $H ℋ script capital h
438 2110 $I ℐ script capital i
[all …]
/plan9-contrib/sys/src/9/pc/
H A Dsd53c8xx.c301 ulong *script; /* where the real script is */ member
1540 ulong *dsp = c->script + (legetl(n->dsp)-c->scriptpa)/4; in sd53c8xxinterrupt()
1542 IPRINT(PRINTPREFIX "code at %lux", dsp - c->script); in sd53c8xxinterrupt()
1600 addr = (ulong)c->script + addr - c->scriptpa; in sd53c8xxinterrupt()
2040 ulong *script, pa_script; in na_fixup() local
2043 script = c->script; in na_fixup()
2049 script[patch[p].lwoff] += pa_script; in na_fixup()
2053 script[patch[p].lwoff] += pa_reg; in na_fixup()
2057 lw = script[patch[p].lwoff]; in na_fixup()
2062 script[patch[p].lwoff] = (lw & 0xffff00ffL) | (v << 8); in na_fixup()
[all …]
/plan9-contrib/sys/src/ape/cmd/patch/
H A DINSTALL6 The `configure' shell script attempts to guess correct values for
10 definitions. Finally, it creates a shell script `config.status' that
58 the `configure' script does not know about. You can give `configure'
75 the `configure' script. `configure' automatically checks for the
146 you can create a site shell script called `config.site' that gives
150 `CONFIG_SITE' environment variable to the location of the site script.
151 A warning: not all `configure' scripts look for a site script.
180 script, and exit.
/plan9-contrib/sys/src/cmd/dict/
H A Dfromemf31 turned script a 356 H abdominal
71 script a: 354 H almond
89 script a
/plan9-contrib/sys/src/cmd/aux/na/
H A Dna.h9 int na_fixup(unsigned long *script, unsigned long pa_script, unsigned long pa_reg,
/plan9-contrib/sys/src/cmd/gs/lib/
H A Dwmakebat.bat1 @rem Execute this script with echo on, so we can see what's happening.
/plan9-contrib/sys/src/ape/
H A Dconfig13 INSTALL=$APELIB/install # install script
/plan9-contrib/sys/src/games/music/
H A DReadme6 The juke.rc script (installed, by default, in /rc/bin/juke) starts them all up.
/plan9-contrib/sys/src/cmd/fossil/
H A Dbuild1 # once that works, this script from /usr/rob/dist/buildnotes
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A DREADME66 * run configure: this is a GNU autoconf configure script that will generate
75 --verbose show what is being defined as script runs
126 * run make check: this fires up a perl script that checks for some known
127 and some fixed bugs. The script prints pass/fail for tests it expected
184 script that demonstrates the bug is best).
189 * the contents of config.log (this is created by the configure script)
/plan9-contrib/sys/src/cmd/unix/drawterm/
H A Ddrawterm.rc1 //Microsoft Developer Studio generated resource script.

123