824N/A/* psdataops.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 PSaload()
824N/A aload
824N/Aendps
824N/A
824N/Adefineps PSanchorsearch(| boolean *truth)
824N/A anchorsearch truth
824N/Aendps
824N/A
824N/Adefineps PSarray(int len)
824N/A len array
824N/Aendps
824N/A
824N/Adefineps PSastore()
824N/A astore
824N/Aendps
824N/A
824N/Adefineps PSbegin()
824N/A begin
824N/Aendps
824N/A
824N/Adefineps PSclear()
824N/A clear
824N/Aendps
824N/A
824N/Adefineps PScleartomark()
824N/A cleartomark
824N/Aendps
824N/A
824N/Adefineps PScopy(int n)
824N/A n copy
824N/Aendps
824N/A
824N/Adefineps PScount( | int *n)
824N/A count n
824N/Aendps
824N/A
824N/Adefineps PScounttomark( | int *n)
824N/A counttomark n
824N/Aendps
824N/A
824N/Adefineps PScvi()
824N/A cvi
824N/Aendps
824N/A
824N/Adefineps PScvlit()
824N/A cvlit
824N/Aendps
824N/A
824N/Adefineps PScvn()
824N/A cvn
824N/Aendps
824N/A
824N/Adefineps PScvr()
824N/A cvr
824N/Aendps
824N/A
824N/Adefineps PScvrs()
824N/A cvrs
824N/Aendps
824N/A
824N/Adefineps PScvs()
824N/A cvs
824N/Aendps
824N/A
824N/Adefineps PScvx()
824N/A cvx
824N/Aendps
824N/A
824N/Adefineps PSdef()
824N/A def
824N/Aendps
824N/A
824N/Adefineps PSdict(int len)
824N/A len dict
824N/Aendps
824N/A
824N/Adefineps PSdictstack()
824N/A dictstack
824N/Aendps
824N/A
824N/Adefineps PSdup()
824N/A dup
824N/Aendps
824N/A
824N/Adefineps PSend()
824N/A end
824N/Aendps
824N/A
824N/Adefineps PSexch()
824N/A exch
824N/Aendps
824N/A
824N/Adefineps PSexecstack()
824N/A execstack
824N/Aendps
824N/A
824N/Adefineps PSexecuteonly()
824N/A executeonly
824N/Aendps
824N/A
824N/Adefineps PSget()
824N/A get
824N/Aendps
824N/A
824N/Adefineps PSgetinterval()
824N/A getinterval
824N/Aendps
824N/A
824N/Adefineps PSindex(int i)
824N/A i index
824N/Aendps
824N/A
824N/Adefineps PSknown( | boolean *b)
824N/A known b
824N/Aendps
824N/A
824N/Adefineps PSlength( | int *len)
824N/A length len
824N/Aendps
824N/A
824N/Adefineps PSload()
824N/A load
824N/Aendps
824N/A
824N/Adefineps PSmark()
824N/A mark
824N/Aendps
824N/A
824N/Adefineps PSmatrix()
824N/A matrix
824N/Aendps
824N/A
824N/Adefineps PSmaxlength( | int *len)
824N/A maxlength len
824N/Aendps
824N/A
824N/Adefineps PSnoaccess()
824N/A noaccess
824N/Aendps
824N/A
824N/Adefineps PSnull()
824N/A null
824N/Aendps
824N/A
824N/Adefineps PSpackedarray()
824N/A packedarray
824N/Aendps
824N/A
824N/Adefineps PSpop()
824N/A pop
824N/Aendps
824N/A
824N/Adefineps PSput()
824N/A put
824N/Aendps
824N/A
824N/Adefineps PSputinterval()
824N/A putinterval
824N/Aendps
824N/A
824N/Adefineps PSrcheck( | boolean *b)
824N/A rcheck b
824N/Aendps
824N/A
824N/Adefineps PSreadonly()
824N/A readonly
824N/Aendps
824N/A
824N/Adefineps PSroll(int n, j)
824N/A n j roll
824N/Aendps
824N/A
824N/Adefineps PSscheck( | boolean *b)
824N/A scheck b
824N/Aendps
824N/A
824N/Adefineps PSsearch(| boolean *b)
824N/A search b
824N/Aendps
824N/A
824N/Adefineps PSshareddict()
824N/A shareddict
824N/Aendps
824N/A
824N/Adefineps PSstatusdict()
824N/A statusdict
824N/Aendps
824N/A
824N/Adefineps PSstore()
824N/A store
824N/Aendps
824N/A
824N/Adefineps PSstring(int len)
824N/A len string
824N/Aendps
824N/A
824N/Adefineps PSstringwidth(char *s | float *xp, *yp)
824N/A (s) stringwidth yp xp
824N/Aendps
824N/A
824N/Adefineps PSsystemdict()
824N/A systemdict
824N/Aendps
824N/A
824N/Adefineps PSuserdict()
824N/A userdict
824N/Aendps
824N/A
824N/Adefineps PSwcheck( | boolean *b)
824N/A wcheck b
824N/Aendps
824N/A
824N/Adefineps PSwhere(| boolean *b)
824N/A where b
824N/Aendps
824N/A
824N/Adefineps PSxcheck( | boolean *b)
824N/A xcheck b
824N/Aendps
824N/A