dpsdataops.psw revision 824
1149N/A/*
1265N/A * dpsdataops.psw
1149N/A *
1149N/A * (c) Copyright 1988-1994 Adobe Systems Incorporated.
1149N/A * All rights reserved.
1149N/A *
1149N/A * Permission to use, copy, modify, distribute, and sublicense this software
1149N/A * and its documentation for any purpose and without fee is hereby granted,
1149N/A * provided that the above copyright notices appear in all copies and that
1149N/A * both those copyright notices and this permission notice appear in
1149N/A * supporting documentation and that the name of Adobe Systems Incorporated
1149N/A * not be used in advertising or publicity pertaining to distribution of the
1149N/A * software without specific, written prior permission. No trademark license
1149N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
1149N/A * "Display PostScript"(tm) is used to describe this software, its
1149N/A * functionality or for any other purpose, such use shall be limited to a
1149N/A * statement that this software works in conjunction with the Display
1149N/A * PostScript system. Proper trademark attribution to reflect Adobe's
1149N/A * ownership of the trademark shall be given whenever any such reference to
1149N/A * the Display PostScript system is made.
1149N/A *
1149N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
1149N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
1149N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
1149N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1149N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
1149N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
1149N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
1149N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
1149N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
1149N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
1149N/A *
1149N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
1149N/A * Incorporated which may be registered in certain jurisdictions
1149N/A *
1149N/A * Author: Adobe Systems Incorporated
1149N/A */
1149N/A
1149N/Adefineps DPSaload(DPSContext ctxt)
1149N/A aload
1149N/Aendps
1149N/A
1149N/Adefineps DPSanchorsearch(DPSContext ctxt| boolean *truth)
1149N/A anchorsearch truth
1149N/Aendps
1149N/A
1149N/Adefineps DPSarray(DPSContext ctxt; int len)
1149N/A len array
1149N/Aendps
1149N/A
1149N/Adefineps DPSastore(DPSContext ctxt)
1149N/A astore
1149N/Aendps
1149N/A
1149N/Adefineps DPSbegin(DPSContext ctxt)
1149N/A begin
1149N/Aendps
1149N/A
1149N/Adefineps DPSclear(DPSContext ctxt)
1149N/A clear
1149N/Aendps
1149N/A
1149N/Adefineps DPScleartomark(DPSContext ctxt)
1149N/A cleartomark
1149N/Aendps
1149N/A
1149N/Adefineps DPScopy(DPSContext ctxt; int n)
1149N/A n copy
1149N/Aendps
1149N/A
1265N/Adefineps DPScount(DPSContext ctxt | int *n)
1149N/A count n
1149N/Aendps
1149N/A
1149N/Adefineps DPScounttomark(DPSContext ctxt | int *n)
1149N/A counttomark n
1265N/Aendps
1149N/A
1149N/Adefineps DPScvi(DPSContext ctxt)
1149N/A cvi
1149N/Aendps
1265N/A
1149N/Adefineps DPScvlit(DPSContext ctxt)
1149N/A cvlit
1149N/Aendps
1149N/A
1149N/Adefineps DPScvn(DPSContext ctxt)
1149N/A cvn
1265N/Aendps
1265N/A
1149N/Adefineps DPScvr(DPSContext ctxt)
1149N/A cvr
1149N/Aendps
1149N/A
1149N/Adefineps DPScvrs(DPSContext ctxt)
1265N/A cvrs
1149N/Aendps
1149N/A
1149N/Adefineps DPScvs(DPSContext ctxt)
1149N/A cvs
1149N/Aendps
1149N/A
1149N/Adefineps DPScvx(DPSContext ctxt)
1149N/A cvx
1149N/Aendps
1265N/A
1149N/Adefineps DPSdef(DPSContext ctxt)
1149N/A def
1149N/Aendps
1149N/A
1149N/Adefineps DPSdict(DPSContext ctxt; int len)
1149N/A len dict
1149N/Aendps
1149N/A
1149N/Adefineps DPSdictstack(DPSContext ctxt)
1149N/A dictstack
1149N/Aendps
1149N/A
1149N/Adefineps DPSdup(DPSContext ctxt)
1149N/A dup
1149N/Aendps
1149N/A
1265N/Adefineps DPSend(DPSContext ctxt)
1149N/A end
1149N/Aendps
1149N/A
1149N/Adefineps DPSexch(DPSContext ctxt)
1265N/A exch
1149N/Aendps
1149N/A
1149N/Adefineps DPSexecstack(DPSContext ctxt)
1149N/A execstack
1149N/Aendps
1149N/A
1149N/Adefineps DPSexecuteonly(DPSContext ctxt)
1149N/A executeonly
1149N/Aendps
1149N/A
1149N/Adefineps DPSget(DPSContext ctxt)
1149N/A get
1149N/Aendps
1149N/A
1149N/Adefineps DPSgetinterval(DPSContext ctxt)
1149N/A getinterval
1149N/Aendps
1149N/A
1149N/Adefineps DPSindex(DPSContext ctxt; int i)
1265N/A i index
1149N/Aendps
1149N/A
1149N/Adefineps DPSknown(DPSContext ctxt | boolean *b)
1149N/A known b
1149N/Aendps
1149N/A
1265N/Adefineps DPSlength(DPSContext ctxt | int *len)
1149N/A length len
1149N/Aendps
1149N/A
1149N/Adefineps DPSload(DPSContext ctxt)
1149N/A load
1265N/Aendps
1149N/A
1149N/Adefineps DPSmark(DPSContext ctxt)
1149N/A mark
1149N/Aendps
1149N/A
1265N/Adefineps DPSmatrix(DPSContext ctxt)
1149N/A matrix
1149N/Aendps
1149N/A
1149N/Adefineps DPSmaxlength(DPSContext ctxt | int *len)
1149N/A maxlength len
1149N/Aendps
1149N/A
1149N/Adefineps DPSnoaccess(DPSContext ctxt)
1149N/A noaccess
1149N/Aendps
1149N/A
1149N/Adefineps DPSnull(DPSContext ctxt)
1149N/A null
1149N/Aendps
1149N/A
1149N/Adefineps DPSpackedarray(DPSContext ctxt)
1149N/A packedarray
1149N/Aendps
1149N/A
1149N/Adefineps DPSpop(DPSContext ctxt)
1149N/A pop
1149N/Aendps
1149N/A
1149N/Adefineps DPSput(DPSContext ctxt)
1149N/A put
1149N/Aendps
1149N/A
1149N/Adefineps DPSputinterval(DPSContext ctxt)
1149N/A putinterval
1149N/Aendps
1149N/A
1149N/Adefineps DPSrcheck(DPSContext ctxt | boolean *b)
1149N/A rcheck b
1149N/Aendps
1149N/A
1149N/Adefineps DPSreadonly(DPSContext ctxt)
1149N/A readonly
1149N/Aendps
1149N/A
1149N/Adefineps DPSroll(DPSContext ctxt; int n, j)
1149N/A n j roll
1149N/Aendps
1149N/A
1149N/Adefineps DPSscheck(DPSContext ctxt | boolean *b)
1149N/A scheck b
1149N/Aendps
1149N/A
1149N/Adefineps DPSsearch(DPSContext ctxt| boolean *b)
1149N/A search b
1149N/Aendps
1149N/A
1149N/Adefineps DPSshareddict(DPSContext ctxt)
1149N/A shareddict
1149N/Aendps
1149N/A
1149N/Adefineps DPSstatusdict(DPSContext ctxt)
1149N/A statusdict
1149N/Aendps
1149N/A
1149N/Adefineps DPSstore(DPSContext ctxt)
store
endps
defineps DPSstring(DPSContext ctxt; int len)
len string
endps
defineps DPSstringwidth(DPSContext ctxt; char *s | float *xp, *yp)
(s) stringwidth yp xp
endps
defineps DPSsystemdict(DPSContext ctxt)
systemdict
endps
defineps DPSuserdict(DPSContext ctxt)
userdict
endps
defineps DPSwcheck(DPSContext ctxt | boolean *b)
wcheck b
endps
defineps DPSwhere(DPSContext ctxt| boolean *b)
where b
endps
defineps DPSxcheck(DPSContext ctxt | boolean *b)
xcheck b
endps