| /plan9/sys/src/cmd/gs/lib/ |
| H A D | ps2pdfxx.bat | 2 @rem $Id: ps2pdfxx.bat,v 1.13 2002/11/20 03:01:23 alexcher Exp $ 3 rem Internal batch file for calling pdfwrite driver. 5 rem The files that call this one (ps2pdf*.bat) write the command-line 6 rem options into _.at, and then pass the last 2 (or fewer) arguments 7 rem to this file. 14 rem Run ps2pdf on any Microsoft OS. 19 rem Watcom C deletes = signs, so use # instead. 20 rem We have to include the options twice because -I only takes effect if it 21 rem appears before other options. 34 rem Run ps2pdf on Windows NT. [all …]
|
| H A D | pftogsf.bat | 2 @rem $Id: pftogsf.bat,v 1.4 2002/02/21 21:49:28 giles Exp $ 4 rem ****************************** 5 rem * Convert .pf? files to .gsf * 6 rem ****************************** 14 rem for %%f in (cyr cyri) do %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _temp_.ps fonts\pfa\%%f.pfa … 15 rem for %%f in (ncrr ncrb ncrri ncrbi) do %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _temp_.ps fonts… 16 rem for %%f in (bchr bchb bchri bchbi) do %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _temp_.ps fonts… 17 rem for %%f in (putr putb putri putbi) do %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _temp_.ps fonts… 18 rem for %%f in (n019003l n021003l u003043t u004006t) do %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _… 20 rem %GSC% -q -dNODISPLAY -dWRITESYSTEMDICT -- _temp_.ps allfonts\baxter.pfb baxter.gsf
|
| H A D | ps2pdf.bat | 2 @rem $Id: ps2pdf.bat,v 1.9 2005/08/31 18:31:01 igor Exp $ 4 rem Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible). 5 rem The default PDF compatibility level may change in the future: 6 rem use ps2pdf12 or ps2pdf13 if you want a specific level. 8 rem The current default compatibility level is PDF 1.4. 12 rem Pass arguments through a file to avoid overflowing the command line.
|
| H A D | eps2eps.bat | 2 @rem $Id: eps2eps.bat,v 1.7 2002/02/21 21:49:28 giles Exp $ 3 @rem "Distill" Encapsulated PostScript. 9 rem Watcom C deletes = signs, so use # instead. 18 rem Watcom C deletes = signs, so use # instead.
|
| H A D | ps2epsi.bat | 2 @rem $Id: ps2epsi.bat,v 1.9 2002/04/25 21:29:08 ghostgum Exp $ 11 rem Ghostscript uses %outfile% to define the output file 14 rem We bracket the actual file with a few commands to help encapsulation 19 rem Append the original onto the preview header
|
| H A D | gssetgs.bat | 2 @rem $Id: gssetgs.bat,v 1.5 2002/02/21 21:49:28 giles Exp $ 4 rem Set default values for GS (gs with graphics window) and GSC 5 rem (console mode gs) if the user hasn't set them.
|
| H A D | ps2pdf14.bat | 2 @rem $Id: ps2pdf14.bat,v 1.4 2002/02/21 21:49:28 giles Exp $ 4 rem Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). 9 rem Pass arguments through a file to avoid overflowing the command line.
|
| H A D | ps2pdf13.bat | 2 @rem $Id: ps2pdf13.bat,v 1.7 2002/02/21 21:49:28 giles Exp $ 4 rem Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible). 9 rem Pass arguments through a file to avoid overflowing the command line.
|
| H A D | ps2pdf12.bat | 2 @rem $Id: ps2pdf12.bat,v 1.7 2002/02/21 21:49:28 giles Exp $ 4 rem Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible). 9 rem Pass arguments through a file to avoid overflowing the command line.
|
| H A D | pdf2dsc.bat | 2 @rem $Id: pdf2dsc.bat,v 1.4 2002/02/21 21:49:28 giles Exp $ 3 @rem Convert PDF to DSC 9 rem Watcom C deletes = signs, so use # instead.
|
| H A D | ps2ps.bat | 2 @rem $Id: ps2ps.bat,v 1.8 2003/03/20 22:10:30 alexcher Exp $ 3 @rem "Distill" PostScript. 16 rem Watcom C deletes = signs, so use # instead.
|
| H A D | pdf2ps.bat | 2 @rem $Id: pdf2ps.bat,v 1.7 2002/02/21 21:49:28 giles Exp $ 3 @rem Convert PDF to PostScript. 16 rem Watcom C deletes = signs, so use # instead.
|
| H A D | ps2epsi.cmd | 14 rem Ghostscript uses %outfile% to define the output file 17 rem We bracket the actual file with a few commands to help encapsulation 22 rem Append the original onto the preview header
|
| H A D | wmakebat.bat | 1 @rem Execute this script with echo on, so we can see what's happening. 2 @rem $Id: wmakebat.bat,v 1.3 2002/02/21 21:49:28 giles Exp $
|
| H A D | ps2ps2.bat | 3 @rem Converting Postscript 3 or PDF into PostScript 2. 16 rem Watcom C deletes = signs, so use # instead.
|
| /plan9/rc/bin/service/ |
| H A D | tcp565 | 4 rem=`{cat $3/remote} 5 port=`{echo $rem|sed 's/^[^!]*!//'} 6 rem=`{echo $rem|sed 's/!.*//'} 7 echo i am $loc sysname $sysname you are $rem port $port
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | cp.bat | 1 @rem $Id: cp.bat,v 1.3 2002/02/21 22:24:51 giles Exp $ 5 rem Both of the following lines are necessary: 6 rem the first one works on MS DOS and Windows 95/98 but not Windows NT, 7 rem the second works on Windows NT but not the other MS OSs. 8 rem > _.tmp
|
| /plan9/sys/src/cmd/6a/ |
| H A D | a.y | 26 %type <gen> mem imm reg nam rel rem rim rom omem nmem 92 rim ',' rem 99 rem ',' rim 118 ',' rem 123 | rem 179 rim ',' rem 184 | rim ',' rem ':' LLREG 194 rim ',' rem 199 | rim ',' rem ':' LSREG 219 | rim ',' rem [all …]
|
| /plan9/sys/src/cmd/8a/ |
| H A D | a.y | 31 %type <gen> mem imm imm2 reg nam rel rem rim rom omem nmem 95 rim ',' rem 102 rem ',' rim 121 ',' rem 126 | rem 182 rim ',' rem 187 | rim ',' rem ':' LLREG 197 rim ',' rem 202 | rim ',' rem ':' LSREG 222 | rim ',' rem [all …]
|
| /plan9/sys/src/libdraw/ |
| H A D | icossin2.c | 228 int sinsign, cossign, tan, tan10, rem; in icossin2() local 258 rem = tan-(tan10*10); in icossin2() 259 *sinp = sinsign*(stp[0]+(stp[1]-stp[0])*rem/10); in icossin2() 260 *cosp = cossign*(ctp[0]+(ctp[1]-ctp[0])*rem/10); in icossin2()
|
| /plan9/sys/src/cmd/unix/drawterm/libdraw/ |
| H A D | icossin2.c | 228 int sinsign, cossign, tan, tan10, rem; in icossin2() local 258 rem = tan-(tan10*10); in icossin2() 259 *sinp = sinsign*(stp[0]+(stp[1]-stp[0])*rem/10); in icossin2() 260 *cosp = cossign*(ctp[0]+(ctp[1]-ctp[0])*rem/10); in icossin2()
|
| /plan9/sys/src/cmd/upas/ml/ |
| H A D | common.c | 30 writeaddr(char *file, char *addr, int rem, char *listname) in writeaddr() argument 45 if(rem) in writeaddr() 52 sendnotification(addr, listname, rem); in writeaddr() 169 sendnotification(char *addr, char *listname, int rem) in sendnotification() argument 190 if(rem) in sendnotification()
|
| /plan9/sys/src/9/ip/ |
| H A D | chandial.c | 23 char *rem; member 48 return call(clone, ds.rem, &ds); in chandial() 109 ds->rem = ds->buf; in _dial_string_parse() 122 ds->rem = p + 1; in _dial_string_parse()
|
| /plan9/sys/src/cmd/unix/drawterm/libc/ |
| H A D | dial.c | 21 char *rem; member 86 return call(clone, ds->rem, ds); in csdial() 92 snprint(buf, sizeof(buf), "%s!%s", ds->proto, ds->rem); in csdial() 194 ds->rem = ds->buf; in _dial_string_parse() 207 ds->rem = p + 1; in _dial_string_parse()
|
| /plan9/sys/src/libthread/ |
| H A D | dial.c | 24 char *rem; member 89 return call(clone, ds->rem, ds); in csdial() 95 snprint(buf, sizeof(buf), "%s!%s", ds->proto, ds->rem); in csdial() 206 ds->rem = ds->buf; in _dial_string_parse() 219 ds->rem = p + 1; in _dial_string_parse()
|