Lines Matching refs:Word
105 Word ch_version; /* version of config file */
106 Word ch_cnflags; /* configuration flags */
107 Word ch_dlflags; /* dldump() flags used */
108 Word ch_app; /* application that this config file */
110 Word ch_hash; /* hash table offset */
111 Word ch_obj; /* object table offset */
112 Word ch_str; /* string table offset */
113 Word ch_file; /* file entries */
114 Word ch_dir; /* directory entries */
115 Word ch_edlibpath; /* ELF default library path offset */
116 Word ch_adlibpath; /* AOUT default library path offset */
117 Word ch_eslibpath; /* ELF secure library path offset */
118 Word ch_aslibpath; /* AOUT secure library path offset */
122 Word ch_env; /* environment variables */
123 Word ch_fltr; /* filter table entries */
124 Word ch_flte; /* filtee table entries */
139 Word co_name; /* object name (directory or file) */
140 Word co_hash; /* name hash value */
143 Word co_alter; /* alternative object file */
170 Word cd_obj; /* index to Rtc_obj */
171 Word cd_file; /* index to Rtc_file[] */
175 Word cf_obj; /* index to Rtc_obj */
192 Word env_str; /* index into string table */
193 Word env_flags; /* various flags */
205 Word fr_filter; /* filter name, and filtee string */
206 Word fr_string; /* as indexs into string table */
207 Word fr_filtee; /* index into filtee array */
211 Word fe_filtee;