824N/A/* psioops.psw
824N/A *
824N/A * (c) Copyright 1988-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 PSequals()
824N/A =
824N/Aendps
824N/A
824N/Adefineps PSequalsequals()
824N/A ==
824N/Aendps
824N/A
824N/Adefineps PSbytesavailable( | int *n)
824N/A bytesavailable n
824N/Aendps
824N/A
824N/Adefineps PSclosefile()
824N/A closefile
824N/Aendps
824N/A
824N/Adefineps PScurrentfile()
824N/A currentfile
824N/Aendps
824N/A
824N/Adefineps PSdeletefile(char *filename)
824N/A (filename) deletefile
824N/Aendps
824N/A
824N/Adefineps PSecho(boolean b)
824N/A b echo
824N/Aendps
824N/A
824N/Adefineps PSfile(char *name, *access)
824N/A (name) (access) file
824N/Aendps
824N/A
824N/Adefineps PSfilenameforall()
824N/A filenameforall
824N/Aendps
824N/A
824N/Adefineps PSfileposition( | int *pos)
824N/A fileposition pos
824N/Aendps
824N/A
824N/Adefineps PSflush()
824N/A flush
824N/Aendps
824N/A
824N/Adefineps PSflushfile()
824N/A flushfile
824N/Aendps
824N/A
824N/Adefineps PSprint()
824N/A print
824N/Aendps
824N/A
824N/Adefineps PSprintobject(int tag)
824N/A tag printobject
824N/Aendps
824N/A
824N/Adefineps PSpstack()
824N/A pstack
824N/Aendps
824N/A
824N/Adefineps PSread(| boolean *b)
824N/A read b
824N/Aendps
824N/A
824N/Adefineps PSreadhexstring(| boolean *b)
824N/A readhexstring b
824N/Aendps
824N/A
824N/Adefineps PSreadline(| boolean *b)
824N/A readline b
824N/Aendps
824N/A
824N/Adefineps PSreadstring(| boolean *b)
824N/A readstring b
824N/Aendps
824N/A
824N/Adefineps PSrenamefile(char *oldname, *newname)
824N/A (oldname) (newname) renamefile
824N/Aendps
824N/A
824N/Adefineps PSresetfile()
824N/A resetfile
824N/Aendps
824N/A
824N/Adefineps PSsetfileposition(int pos)
824N/A pos setfileposition
824N/Aendps
824N/A
824N/Adefineps PSstack()
824N/A stack
824N/Aendps
824N/A
824N/Adefineps PSstatus( | boolean *b)
824N/A status b
824N/Aendps
824N/A
824N/Adefineps PStoken(| boolean *b)
824N/A token b
824N/Aendps
824N/A
824N/Adefineps PSwrite()
824N/A write
824N/Aendps
824N/A
824N/Adefineps PSwritehexstring()
824N/A writehexstring
824N/Aendps
824N/A
824N/Adefineps PSwriteobject(int tag)
824N/A tag writeobject
824N/Aendps
824N/A
824N/Adefineps PSwritestring()
824N/A writestring
824N/Aendps
824N/A