824N/A/* psl2ops.psw
824N/A * (c) Copyright 1991-1994 Adobe Systems Incorporated.
824N/A * All rights reserved.
824N/A *
824N/A * Permission to use, copy, modify, distribute, and sublicense this software
824N/A * and its documentation for any purpose and without fee is hereby granted,
824N/A * provided that the above copyright notices appear in all copies and that
824N/A * both those copyright notices and this permission notice appear in
824N/A * supporting documentation and that the name of Adobe Systems Incorporated
824N/A * not be used in advertising or publicity pertaining to distribution of the
824N/A * software without specific, written prior permission. No trademark license
824N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
824N/A * "Display PostScript"(tm) is used to describe this software, its
824N/A * functionality or for any other purpose, such use shall be limited to a
824N/A * statement that this software works in conjunction with the Display
824N/A * PostScript system. Proper trademark attribution to reflect Adobe's
824N/A * ownership of the trademark shall be given whenever any such reference to
824N/A * the Display PostScript system is made.
824N/A *
824N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
824N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
824N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
824N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
824N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
824N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
824N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
824N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
824N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
824N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
824N/A *
824N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
824N/A * Incorporated which may be registered in certain jurisdictions
824N/A *
824N/A * Author: Adobe Systems Incorporated
824N/A */
824N/A
824N/Adefineps PSleftbracket()
824N/A mark % [ annoys pswrap
824N/Aendps
824N/A
824N/Adefineps PSrightbracket()
824N/A counttomark array astore exch pop % ] annoys pswrap
824N/Aendps
824N/A
824N/Adefineps PSleftleft()
824N/A <<
824N/Aendps
824N/A
824N/Adefineps PSrightright()
824N/A >>
824N/Aendps
824N/A
824N/Adefineps PScshow(char *s)
824N/A (s) cshow
824N/Aendps
824N/A
824N/Adefineps PScurrentcolor()
824N/A currentcolor
824N/Aendps
824N/A
824N/Adefineps PScurrentcolorrendering()
824N/A currentcolorrendering
824N/Aendps
824N/A
824N/Adefineps PScurrentcolorspace()
824N/A currentcolorspace
824N/Aendps
824N/A
824N/Adefineps PScurrentdevparams(char *dev)
824N/A (dev) currentdevparams
824N/Aendps
824N/A
824N/Adefineps PScurrentglobal(| boolean *b)
824N/A currentglobal b
824N/Aendps
824N/A
824N/Adefineps PScurrentoverprint(| boolean *b)
824N/A currentoverprint b
824N/Aendps
824N/A
824N/Adefineps PScurrentpagedevice()
824N/A currentpagedevice
824N/Aendps
824N/A
824N/Adefineps PScurrentsystemparams()
824N/A currentsystemparams
824N/Aendps
824N/A
824N/Adefineps PScurrentuserparams()
824N/A currentuserparams
824N/Aendps
824N/A
824N/Adefineps PSdefineresource(char *category)
824N/A /category defineresource
824N/Aendps
824N/A
824N/Adefineps PSexecform()
824N/A execform
824N/Aendps
824N/A
824N/Adefineps PSfilter()
824N/A filter
824N/Aendps
824N/A
824N/Adefineps PSfindencoding(char *key)
824N/A /key findencoding
824N/Aendps
824N/A
824N/Adefineps PSfindresource(char *key, *category)
824N/A /key /category findresource
824N/Aendps
824N/A
824N/Adefineps PSgcheck(| boolean *b)
824N/A gcheck b
824N/Aendps
824N/A
824N/Adefineps PSglobaldict()
824N/A globaldict
824N/Aendps
824N/A
824N/Adefineps PSGlobalFontDirectory()
824N/A GlobalFontDirectory
824N/Aendps
824N/A
824N/Adefineps PSglyphshow(char *name)
824N/A /name glyphshow
824N/Aendps
824N/A
824N/Adefineps PSlanguagelevel(| int *n)
824N/A languagelevel n
824N/Aendps
824N/A
824N/Adefineps PSmakepattern()
824N/A makepattern
824N/Aendps
824N/A
824N/Adefineps PSproduct()
824N/A product
824N/Aendps
824N/A
824N/Adefineps PSresourceforall(char *category)
824N/A /category resourceforall
824N/Aendps
824N/A
824N/Adefineps PSresourcestatus(char *key, *category; | boolean *b)
824N/A /key /category resourcestatus b
824N/Aendps
824N/A
824N/Adefineps PSrevision(| int *n)
824N/A revision n
824N/Aendps
824N/A
824N/Adefineps PSrootfont()
824N/A rootfont
824N/Aendps
824N/A
824N/Adefineps PSserialnumber(| int *n)
824N/A serialnumber n
824N/Aendps
824N/A
824N/Adefineps PSsetcolor()
824N/A setcolor
824N/Aendps
824N/A
824N/Adefineps PSsetcolorrendering()
824N/A setcolorrendering
824N/Aendps
824N/A
824N/Adefineps PSsetcolorspace()
824N/A setcolorspace
824N/Aendps
824N/A
824N/Adefineps PSsetdevparams()
824N/A setdevparams
824N/Aendps
824N/A
824N/Adefineps PSsetglobal(boolean b)
824N/A b setglobal
824N/Aendps
824N/A
824N/Adefineps PSsetoverprint(boolean b)
824N/A b setoverprint
824N/Aendps
824N/A
824N/Adefineps PSsetpagedevice()
824N/A setpagedevice
824N/Aendps
824N/A
824N/Adefineps PSsetpattern()
824N/A setpattern
824N/Aendps
824N/A
824N/Adefineps PSsetsystemparams()
824N/A setsystemparams
824N/Aendps
824N/A
824N/Adefineps PSsetuserparams()
824N/A setuserparams
824N/Aendps
824N/A
824N/Adefineps PSstartjob(boolean b; char *password)
824N/A b password startjob
824N/Aendps
824N/A
824N/Adefineps PSundefineresource(char *key, *category)
824N/A /key /category undefineresource
824N/Aendps
824N/A