/usr/share/ghostscript/Resource/Init
NameSizeModeActions
cidfmap21560644editdlrm
FAPIcidfmap14830644editdlrm
FAPIconfig8150644editdlrm
FAPIfontmap14680644editdlrm
FCOfontmap-PCLPS228570644editdlrm
Fontmap1090644editdlrm
Fontmap.GS129290644editdlrm
gs_agl.ps2180210644editdlrm
gs_btokn.ps124640644editdlrm
gs_cet.ps49620644editdlrm
gs_cff.ps69610644editdlrm
gs_cidcm.ps168270644editdlrm
gs_ciddc.ps85050644editdlrm
gs_cidfm.ps73230644editdlrm
gs_cidfn.ps145530644editdlrm
gs_cidtt.ps58470644editdlrm
gs_cmap.ps184440644editdlrm
gs_cspace.ps40590644editdlrm
gs_dbt_e.ps21340644editdlrm
gs_diskn.ps68670644editdlrm
gs_dps1.ps47560644editdlrm
gs_dps2.ps87680644editdlrm
gs_dscp.ps39380644editdlrm
gs_epsf.ps94210644editdlrm
gs_fapi.ps156280644editdlrm
gs_fntem.ps113030644editdlrm
gs_fonts.ps468290644editdlrm
gs_frsd.ps31510644editdlrm
gs_icc.ps31040644editdlrm
gs_il1_e.ps27220644editdlrm
gs_img.ps239990644editdlrm
gs_init.ps915860644editdlrm
gs_lev2.ps438200644editdlrm
gs_ll3.ps195840644editdlrm
gs_mex_e.ps38430644editdlrm
gs_mgl_e.ps21810644editdlrm
gs_mro_e.ps25060644editdlrm
gs_pdfwr.ps324540644editdlrm
gs_pdf_e.ps15560644editdlrm
gs_res.ps424160644editdlrm
gs_resmp.ps224780644editdlrm
gs_setpd.ps384400644editdlrm
gs_statd.ps178510644editdlrm
gs_std_e.ps31430644editdlrm
gs_sym_e.ps31040644editdlrm
gs_trap.ps29460644editdlrm
gs_ttf.ps647550644editdlrm
gs_typ32.ps45600644editdlrm
gs_typ42.ps20960644editdlrm
gs_type1.ps125430644editdlrm
gs_wan_e.ps15630644editdlrm
pdf_base.ps525400644editdlrm
pdf_draw.ps1733950644editdlrm
pdf_font.ps917150644editdlrm
pdf_main.ps1273380644editdlrm
pdf_ops.ps737260644editdlrm
pdf_rbld.ps194210644editdlrm
pdf_sec.ps248010644editdlrm
xlatmap17670644editdlrm
Edit: /usr/share/ghostscript/Resource/Init/gs_res.ps (42416B)
% Copyright (C) 2001-2019 Artifex Software, Inc. % All Rights Reserved. % % This software is provided AS-IS with no warranty, either express or % implied. % % This software is distributed under license and may not be copied, % modified or distributed except as expressly authorized under the terms % of the license contained in the file LICENSE in this distribution. % % Refer to licensing information at http://www.artifex.com or contact % Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, % CA 94945, U.S.A., +1(415)492-9861, for further information. % % Initialization file for Level 2 resource machinery. % When this is run, systemdict is still writable, % but (almost) everything defined here goes into level2dict. level2dict begin (BEGIN RESOURCES) VMDEBUG % We keep track of (global) instances with another entry in the resource % dictionary, an .Instances dictionary. For categories with implicit % instances, the values in .Instances are the same as the keys; % for other categories, the values are [instance status size]. % Note that the dictionary that defines a resource category is stored % in global VM. The PostScript manual says that each category must % manage global and local instances separately. However, objects in % global VM other than systemdict can't reference objects in local VM. % This means that the resource category dictionary, which would otherwise be % the obvious place to keep track of the instances, can't be used to keep % track of local instances. Instead, we define a dictionary in local VM % called localinstancedict, in which the key is the category name and % the value is the analogue of .Instances for local instances. % We don't currently implement automatic resource unloading. % When and if we do, it should be hooked to the garbage collector. % However, Ed Taft of Adobe says their interpreters don't implement this % either, so we aren't going to worry about it for a while. currentglobal //false setglobal systemdict /localinstancedict 5 dict .forceput % localinstancedict is local, systemdict is global //true setglobal /.emptydict 0 dict readonly def setglobal % Resource category dictionaries have the following keys (those marked with % * are optional): % Standard, defined in the Red Book: % Category (name) % *InstanceType (name) % DefineResource % DefineResource % UndefineResource % UndefineResource - % FindResource % FindResource % ResourceStatus % ResourceStatus true % ResourceStatus false % ResourceForAll %