home *** CD-ROM | disk | FTP | other *** search
- %%BeginProcSet: Adobe_cshow 0 0
- % cshow Operator
- % Version 1.1 1/23/1989
- % Copyright (C) 1987, 1988, 1989
- % Adobe Systems Incorporated
- % All Rights Reserved
- currentpacking true setpacking
- userdict /Adobe_cshow 3 dict dup begin put
- /initialize % - initialize -
- {
- /cshow where
- {
- pop
- }
- {
- userdict /Adobe_cshow_vars 1 dict dup begin put
- /_cshow % - _cshow proc
- {} def
- Adobe_cshow begin
- Adobe_cshow
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- end
- } ifelse
- } def
- /terminate % - terminate -
- {
- } def
- /cshow % proc string cshow -
- {
- exch
- Adobe_cshow_vars
- exch /_cshow
- exch put
- {
- 0 0 Adobe_cshow_vars /_cshow get exec
- } forall
- } def
- currentdict readonly pop end
- setpacking
- %%EndProcSet
-