dpssysops.psw revision 824
98N/A/* dpssysops.psw
98N/A *
199N/A * (c) Copyright 1988-1994 Adobe Systems Incorporated.
98N/A * All rights reserved.
98N/A *
98N/A * Permission to use, copy, modify, distribute, and sublicense this software
98N/A * and its documentation for any purpose and without fee is hereby granted,
98N/A * provided that the above copyright notices appear in all copies and that
98N/A * both those copyright notices and this permission notice appear in
98N/A * supporting documentation and that the name of Adobe Systems Incorporated
98N/A * not be used in advertising or publicity pertaining to distribution of the
98N/A * software without specific, written prior permission. No trademark license
98N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
98N/A * "Display PostScript"(tm) is used to describe this software, its
98N/A * functionality or for any other purpose, such use shall be limited to a
98N/A * statement that this software works in conjunction with the Display
98N/A * PostScript system. Proper trademark attribution to reflect Adobe's
98N/A * ownership of the trademark shall be given whenever any such reference to
98N/A * the Display PostScript system is made.
98N/A *
98N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
98N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
98N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
98N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
98N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
98N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
98N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
98N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
98N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
98N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
98N/A *
98N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
427N/A * Incorporated which may be registered in certain jurisdictions
98N/A *
98N/A * Author: Adobe Systems Incorporated
98N/A */
199N/A
98N/Adefineps DPSbind(DPSContext ctxt)
98N/A bind
427N/Aendps
98N/A
98N/Adefineps DPScleardictstack(DPSContext ctxt)
199N/A cleardictstack
427N/Aendps
98N/A
98N/Adefineps DPScountdictstack(DPSContext ctxt | int *n)
98N/A countdictstack n
98N/Aendps
98N/A
98N/Adefineps DPScountexecstack(DPSContext ctxt | int *n)
98N/A countexecstack n
98N/Aendps
98N/A
98N/Adefineps DPScurrentdict(DPSContext ctxt)
98N/A currentdict
98N/Aendps
98N/A
427N/Adefineps DPScurrentpacking(DPSContext ctxt | boolean *b)
98N/A currentpacking b
98N/Aendps
98N/A
98N/Adefineps DPScurrentshared(DPSContext ctxt | boolean *b)
98N/A currentshared b
98N/Aendps
199N/A
199N/Adefineps DPSdeviceinfo(DPSContext ctxt)
199N/A deviceinfo
98N/Aendps
98N/A
98N/Adefineps DPSerrordict(DPSContext ctxt)
199N/A errordict
endps
defineps DPSexec(DPSContext ctxt)
exec
endps
defineps DPSprompt(DPSContext ctxt)
prompt
endps
defineps DPSquit(DPSContext ctxt)
quit
endps
defineps DPSrand(DPSContext ctxt)
rand
endps
defineps DPSrealtime(DPSContext ctxt | int *i)
realtime i
endps
defineps DPSrestore(DPSContext ctxt)
restore
endps
defineps DPSrrand(DPSContext ctxt)
rrand
endps
defineps DPSrun(DPSContext ctxt; char *filename)
(filename) run
endps
defineps DPSsave(DPSContext ctxt)
save
endps
defineps DPSsetpacking(DPSContext ctxt; boolean b)
b setpacking
endps
defineps DPSsetshared(DPSContext ctxt; boolean b)
b setshared
endps
defineps DPSsrand(DPSContext ctxt)
srand
endps
defineps DPSstart(DPSContext ctxt)
start
endps
defineps DPStype(DPSContext ctxt)
type
endps
defineps DPSundef(DPSContext ctxt; char *name)
/name undef
endps
defineps DPSusertime(DPSContext ctxt | int *milliseconds)
usertime milliseconds
endps
defineps DPSversion(DPSContext ctxt; int bufsize | char buf[bufsize])
version buf
endps
defineps DPSvmreclaim(DPSContext ctxt; int code)
code vmreclaim
endps
defineps DPSvmstatus(DPSContext ctxt | int *level, *used, *maximum)
vmstatus maximum used level
endps