]> 4ch.mooo.com Git - 16.git/blob - __seguse.txt
seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / __seguse.txt
1 -------------------------------------------------------------------------------
2                                         ./qkeen.sh start
3 -------------------------------------------------------------------------------
4 16/keen/id_ca.c:byte            _seg    *tinf;\r
5 16/keen/id_ca.c:unsigned        _seg    *mapsegs[3];\r
6 16/keen/id_ca.c:maptype         _seg    *mapheaderseg[NUMMAPS];\r
7 16/keen/id_ca.c:byte            _seg    *audiosegs[NUMSNDCHUNKS];\r
8 16/keen/id_ca.c:void            _seg    *grsegs[NUMCHUNKS];\r
9 16/keen/id_ca.c:long            _seg *grstarts; // array of offsets in egagraph, -1 for sparse\r
10 16/keen/id_ca.c:long            _seg *audiostarts;      // array of offsets in audio / audiot\r
11 16/keen/id_ca.c:        grstarts = (long _seg *)FP_SEG(&EGAhead);\r
12 16/keen/id_ca.c:        grstarts = (long _seg *)FP_SEG(&CGAhead);\r
13 16/keen/id_ca.c:        tinf = (byte _seg *)FP_SEG(&maphead);\r
14 16/keen/id_ca.c:        audiostarts = (long _seg *)FP_SEG(&audiohead);\r
15 16/keen/id_ca.c:        spritetype _seg *dest;\r
16 16/keen/id_ca.c:        dest = (spritetype _seg *)grsegs[chunk];\r
17 16/keen/id_ca.c:        dest = (spritetype _seg *)grsegs[chunk];\r
18 16/keen/id_ca.c:                pos = ((mapfiletype     _seg *)tinf)->headeroffsets[mapnum];\r
19 16/keen/id_ca.c:                CA_FarRead (maphandle,bufferseg,((mapfiletype   _seg *)tinf)->headersize[mapnum]);\r
20 16/keen/id_ca.c:                ((mapfiletype _seg *)tinf)->RLEWtag);\r
21 16/keen/id_ca.c:                ((mapfiletype _seg *)tinf)->RLEWtag);\r
22 16/keen/id_ca.c:                                        source = (byte _seg *)bufferseg+(pos-bufferstart);\r
23 16/keen/id_in.c:static  byte _seg       *DemoBuffer;\r
24 16/keen/id_in.c:IN_StartDemoPlayback(byte _seg *buffer,word bufsize)\r
25 16/keen/id_rf.c:        spritetype _seg *block;\r
26 16/keen/id_rf.c:        block = (spritetype _seg *)grsegs[spritenumber];\r
27 16/keen/id_rf.c:        spritetype _seg *block;\r
28 16/keen/id_rf.c:        block = (spritetype _seg *)grsegs[spritenumber];\r
29 16/keen/id_sd.c:        word            *SoundTable;    // Really * _seg *SoundTable, but that don't work\r
30 16/keen/id_vw.c:pictabletype    _seg *pictable;\r
31 16/keen/id_vw.c:pictabletype    _seg *picmtable;\r
32 16/keen/id_vw.c:spritetabletype _seg *spritetable;\r
33 16/keen/id_vw.c:                fontstruct _seg *font);\r
34 16/keen/id_vw.c:        spritetype _seg *block;\r
35 16/keen/id_vw.c:        block = (spritetype _seg *)grsegs[chunknum];\r
36 16/keen/id_vw.c:VWL_MeasureString (char far *string, word *width, word *height, fontstruct _seg *font)\r
37 16/keen/id_vw.c:        VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONT]);\r
38 16/keen/id_vw.c:        VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONTM]);\r
39 16/keen/id_vw.c:        spritetype _seg *block;\r
40 16/keen/id_vw.c:        block = (spritetype _seg *)grsegs[chunknum];\r
41 16/keen/kd_act2.c:              map = (unsigned _seg *)mapsegs[1]+\r
42 16/keen/kd_act2.c:      map = (unsigned _seg *)mapsegs[1]+\r
43 16/keen/kd_act2.c:      map = (unsigned _seg *)mapsegs[1]+\r
44 16/keen/kd_keen.c:      spritetype      _seg    *block;\r
45 16/keen/kd_keen.c:      block = (spritetype _seg *)grsegs[SCOREBOXSPR];\r
46 16/keen/kd_keen.c:      spritetype _seg *dest;\r
47 16/keen/kd_keen.c:      dest = (spritetype _seg *)grsegs[SCOREBOXSPR];\r
48 16/keen/kd_keen.c:      spritetype      _seg    *block;\r
49 16/keen/kd_keen.c:              block = (spritetype _seg *)grsegs[SCOREBOXSPR];\r
50 16/keen/kd_keen.c:              block = (spritetype _seg *)grsegs[SCOREBOXSPR];\r
51 16/keen/kd_keen.c:              block = (spritetype _seg *)grsegs[SCOREBOXSPR];\r
52 16/keen/kd_keen.c:                      tile = *((unsigned _seg *)mapsegs[2]+mapbwidthtable[y]/2+x);\r
53 16/keen/kd_keen.c:              map = (unsigned _seg *)mapsegs[1]+\r
54 16/keen/kd_keen.c:              map = (unsigned _seg *)mapsegs[1]+\r
55 16/keen/kd_keen.c:      map = (unsigned _seg *)mapsegs[1]+mapbwidthtable[ob->tiletop]/2+ob->temp4;\r
56 16/keen/kd_keen.c:      map = (unsigned _seg *)mapsegs[1]+mapbwidthtable[ob->tilebottom]/2+ob->temp4;\r
57 16/keen/kd_main.c:      spritetype _seg *block;\r
58 16/keen/kd_main.c:              block = (spritetype _seg *)grsegs[sprite];\r
59 16/keen/id_ca.h:extern  byte            _seg    *tinf;\r
60 16/keen/id_ca.h:extern  unsigned        _seg    *mapsegs[3];\r
61 16/keen/id_ca.h:extern  maptype         _seg    *mapheaderseg[NUMMAPS];\r
62 16/keen/id_ca.h:extern  byte            _seg    *audiosegs[NUMSNDCHUNKS];\r
63 16/keen/id_ca.h:extern  void            _seg    *grsegs[NUMCHUNKS];\r
64 16/keen/id_in.h:                                        IN_StartDemoPlayback(byte _seg *buffer,word bufsize),\r
65 16/keen/id_mm.h:typedef void _seg * memptr;\r
66 16/keen/id_vw.h:extern  pictabletype    _seg *pictable;\r
67 16/keen/id_vw.h:extern  pictabletype    _seg *picmtable;\r
68 16/keen/id_vw.h:extern  spritetabletype _seg *spritetable;\r
69 ===============         ./qkeen.sh end          ===============
70 -------------------------------------------------------------------------------
71                                         ./qwolf.sh start
72 -------------------------------------------------------------------------------
73 ==== 16/wf3d8086 ====
74 16/wf3d8086/contigsc.c:byte _seg        *endscalermemory;\r
75 16/wf3d8086/contigsc.c: endscalermemory = (void _seg *)(seg+ofs/16);\r
76 16/wf3d8086/contigsc.c: t_compshape     _seg *shape;\r
77 16/wf3d8086/contigsc.c: t_compshape     _seg *shape;\r
78 16/wf3d8086/id_ca.c:byte                _seg    *tinf;\r
79 16/wf3d8086/id_ca.c:unsigned    _seg    *mapsegs[MAPPLANES];\r
80 16/wf3d8086/id_ca.c:maptype             _seg    *mapheaderseg[NUMMAPS];\r
81 16/wf3d8086/id_ca.c:byte                _seg    *audiosegs[NUMSNDCHUNKS];\r
82 16/wf3d8086/id_ca.c:void                _seg    *grsegs[NUMCHUNKS];\r
83 16/wf3d8086/id_ca.c:long                _seg *grstarts; // array of offsets in egagraph, -1 for sparse\r
84 16/wf3d8086/id_ca.c:long                _seg *audiostarts;      // array of offsets in audio / audiot\r
85 16/wf3d8086/id_ca.c:    grstarts = (long _seg *)FP_SEG(&EGAhead);\r
86 16/wf3d8086/id_ca.c:    tinf = (byte _seg *)FP_SEG(&maphead);\r
87 16/wf3d8086/id_ca.c:            pos = ((mapfiletype     _seg *)tinf)->headeroffsets[i];\r
88 16/wf3d8086/id_ca.c:    audiostarts = (long _seg *)FP_SEG(&audiohead);\r
89 16/wf3d8086/id_ca.c:            ((mapfiletype _seg *)tinf)->RLEWtag);\r
90 16/wf3d8086/id_ca.c:            ((mapfiletype _seg *)tinf)->RLEWtag);\r
91 16/wf3d8086/id_ca.c:                                    source = (byte _seg *)bufferseg+(pos-bufferstart);\r
92 16/wf3d8086/id_in.c:            byte _seg       *DemoBuffer;\r
93 16/wf3d8086/id_pm.c:                                    _seg *PMSegPages;\r
94 16/wf3d8086/id_pm.c:    void                    _seg *buf;\r
95 16/wf3d8086/id_pm.c:            MM_FreePtr(&(void _seg *)PMSegPages);\r
96 16/wf3d8086/id_sd.c:    word            *SoundTable;    // Really * _seg *SoundTable, but that don't work\r
97 16/wf3d8086/id_sd.c:            word                    _seg *DigiList;\r
98 16/wf3d8086/id_vh.c:pictabletype        _seg *pictable;\r
99 16/wf3d8086/id_vh.c:    byte            _seg *temp, far *dest, far *srcline;\r
100 16/wf3d8086/id_vh.c:    , fontstruct _seg *font)\r
101 16/wf3d8086/id_vh.c:    VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONT+fontnumber]);\r
102 16/wf3d8086/id_vh.c:    VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONTM+fontnumber]);\r
103 16/wf3d8086/id_vh.c:    src = (byte _seg *)grsegs[STARTTILE8];\r
104 16/wf3d8086/id_vh.c:    src = (byte _seg *)grsegs[STARTTILE16];\r
105 16/wf3d8086/id_vh.c:            src = (byte _seg *)grsegs[STARTTILE16+i];\r
106 16/wf3d8086/oldscale.c:t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];\r
107 16/wf3d8086/oldscale.c:t_compscale      _seg *work;\r
108 16/wf3d8086/oldscale.c: _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
109 16/wf3d8086/oldscale.c: t_compshape     _seg *shape;\r
110 16/wf3d8086/oldscale.c: t_compscale _seg *comptable;\r
111 16/wf3d8086/oldscale.c: t_compshape     _seg *shape;\r
112 16/wf3d8086/oldscale.c: t_compscale _seg *comptable;\r
113 16/wf3d8086/wl_debug.c: spritetype _seg *block;\r
114 16/wf3d8086/wl_debug.c:extern   word    _seg *DigiList;\r
115 16/wf3d8086/wl_menu.c:  fontstruct _seg *font;\r
116 16/wf3d8086/wl_scale.c:t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];\r
117 16/wf3d8086/wl_scale.c:t_compscale      _seg *work;\r
118 16/wf3d8086/wl_scale.c: _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
119 16/wf3d8086/wl_scale.c: t_compshape     _seg *shape;\r
120 16/wf3d8086/wl_scale.c: t_compscale _seg *comptable;\r
121 16/wf3d8086/wl_scale.c: t_compshape     _seg *shape;\r
122 16/wf3d8086/wl_scale.c: t_compscale _seg *comptable;\r
123 16/wf3d8086/wl_text.c:  text = (char _seg *)grsegs[artnum];\r
124 16/wf3d8086/wl_text.c:  text = (char _seg *)layout;\r
125 16/wf3d8086/wl_text.c:  text = (char _seg *)grsegs[artnum];\r
126 16/wf3d8086/wl_text.c:  text = (char _seg *)layout;\r
127 16/wf3d8086/id_ca.h:extern      byte            _seg    *tinf;\r
128 16/wf3d8086/id_ca.h:extern      unsigned        _seg    *mapsegs[MAPPLANES];\r
129 16/wf3d8086/id_ca.h:extern      maptype         _seg    *mapheaderseg[NUMMAPS];\r
130 16/wf3d8086/id_ca.h:extern      byte            _seg    *audiosegs[NUMSNDCHUNKS];\r
131 16/wf3d8086/id_ca.h:extern      void            _seg    *grsegs[NUMCHUNKS];\r
132 16/wf3d8086/id_ca.h:extern long         _seg *grstarts; // array of offsets in egagraph, -1 for sparse\r
133 16/wf3d8086/id_ca.h:extern long         _seg *audiostarts;      // array of offsets in audio / audiot\r
134 16/wf3d8086/id_in.h:extern      byte _seg       *DemoBuffer;\r
135 16/wf3d8086/id_mm.h:typedef void _seg * memptr;\r
136 16/wf3d8086/id_vh.h:extern      pictabletype    _seg *pictable;\r
137 16/wf3d8086/id_vh.h:extern      pictabletype    _seg *picmtable;\r
138 16/wf3d8086/id_vh.h:extern      spritetabletype _seg *spritetable;\r
139 16/wf3d8086/wl_def.h:extern     t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];\r
140 ==== 16/wolf3d/WOLFSRC ====
141 16/wolf3d/WOLFSRC/CONTIGSC.C:byte _seg  *endscalermemory;
142 16/wolf3d/WOLFSRC/CONTIGSC.C:   endscalermemory = (void _seg *)(seg+ofs/16);
143 16/wolf3d/WOLFSRC/CONTIGSC.C:   t_compshape     _seg *shape;
144 16/wolf3d/WOLFSRC/CONTIGSC.C:   t_compshape     _seg *shape;
145 16/wolf3d/WOLFSRC/ID_CA.C:byte          _seg    *tinf;
146 16/wolf3d/WOLFSRC/ID_CA.C:unsigned      _seg    *mapsegs[MAPPLANES];
147 16/wolf3d/WOLFSRC/ID_CA.C:maptype               _seg    *mapheaderseg[NUMMAPS];
148 16/wolf3d/WOLFSRC/ID_CA.C:byte          _seg    *audiosegs[NUMSNDCHUNKS];
149 16/wolf3d/WOLFSRC/ID_CA.C:void          _seg    *grsegs[NUMCHUNKS];
150 16/wolf3d/WOLFSRC/ID_CA.C:long          _seg *grstarts; // array of offsets in egagraph, -1 for sparse
151 16/wolf3d/WOLFSRC/ID_CA.C:long          _seg *audiostarts;      // array of offsets in audio / audiot
152 16/wolf3d/WOLFSRC/ID_CA.C:      grstarts = (long _seg *)FP_SEG(&EGAhead);
153 16/wolf3d/WOLFSRC/ID_CA.C:      tinf = (byte _seg *)FP_SEG(&maphead);
154 16/wolf3d/WOLFSRC/ID_CA.C:              pos = ((mapfiletype     _seg *)tinf)->headeroffsets[i];
155 16/wolf3d/WOLFSRC/ID_CA.C:      audiostarts = (long _seg *)FP_SEG(&audiohead);
156 16/wolf3d/WOLFSRC/ID_CA.C:              ((mapfiletype _seg *)tinf)->RLEWtag);
157 16/wolf3d/WOLFSRC/ID_CA.C:              ((mapfiletype _seg *)tinf)->RLEWtag);
158 16/wolf3d/WOLFSRC/ID_CA.C:                                      source = (byte _seg *)bufferseg+(pos-bufferstart);
159 16/wolf3d/WOLFSRC/ID_IN.C:              byte _seg       *DemoBuffer;
160 16/wolf3d/WOLFSRC/ID_PM.C:                                      _seg *PMSegPages;
161 16/wolf3d/WOLFSRC/ID_PM.C:      void                    _seg *buf;
162 16/wolf3d/WOLFSRC/ID_PM.C:              MM_FreePtr(&(void _seg *)PMSegPages);
163 16/wolf3d/WOLFSRC/ID_SD.C:      word            *SoundTable;    // Really * _seg *SoundTable, but that don't work
164 16/wolf3d/WOLFSRC/ID_SD.C:              word                    _seg *DigiList;
165 16/wolf3d/WOLFSRC/ID_VH.C:pictabletype  _seg *pictable;
166 16/wolf3d/WOLFSRC/ID_VH.C:      byte            _seg *temp, far *dest, far *srcline;
167 16/wolf3d/WOLFSRC/ID_VH.C:      , fontstruct _seg *font)
168 16/wolf3d/WOLFSRC/ID_VH.C:      VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONT+fontnumber]);
169 16/wolf3d/WOLFSRC/ID_VH.C:      VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONTM+fontnumber]);
170 16/wolf3d/WOLFSRC/ID_VH.C:      src = (byte _seg *)grsegs[STARTTILE8];
171 16/wolf3d/WOLFSRC/ID_VH.C:      src = (byte _seg *)grsegs[STARTTILE16];
172 16/wolf3d/WOLFSRC/ID_VH.C:              src = (byte _seg *)grsegs[STARTTILE16+i];
173 16/wolf3d/WOLFSRC/OLDSCALE.C:t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];
174 16/wolf3d/WOLFSRC/OLDSCALE.C:t_compscale        _seg *work;
175 16/wolf3d/WOLFSRC/OLDSCALE.C:   _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);
176 16/wolf3d/WOLFSRC/OLDSCALE.C:   t_compshape     _seg *shape;
177 16/wolf3d/WOLFSRC/OLDSCALE.C:   t_compscale _seg *comptable;
178 16/wolf3d/WOLFSRC/OLDSCALE.C:   t_compshape     _seg *shape;
179 16/wolf3d/WOLFSRC/OLDSCALE.C:   t_compscale _seg *comptable;
180 16/wolf3d/WOLFSRC/WL_DEBUG.C:   spritetype _seg *block;
181 16/wolf3d/WOLFSRC/WL_DEBUG.C:extern     word    _seg *DigiList;
182 16/wolf3d/WOLFSRC/WL_MENU.C:    fontstruct _seg *font;
183 16/wolf3d/WOLFSRC/WL_SCALE.C:t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];
184 16/wolf3d/WOLFSRC/WL_SCALE.C:t_compscale        _seg *work;
185 16/wolf3d/WOLFSRC/WL_SCALE.C:   _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);
186 16/wolf3d/WOLFSRC/WL_SCALE.C:   t_compshape     _seg *shape;
187 16/wolf3d/WOLFSRC/WL_SCALE.C:   t_compscale _seg *comptable;
188 16/wolf3d/WOLFSRC/WL_SCALE.C:   t_compshape     _seg *shape;
189 16/wolf3d/WOLFSRC/WL_SCALE.C:   t_compscale _seg *comptable;
190 16/wolf3d/WOLFSRC/WL_TEXT.C:    text = (char _seg *)grsegs[artnum];
191 16/wolf3d/WOLFSRC/WL_TEXT.C:    text = (char _seg *)layout;
192 16/wolf3d/WOLFSRC/WL_TEXT.C:    text = (char _seg *)grsegs[artnum];
193 16/wolf3d/WOLFSRC/WL_TEXT.C:    text = (char _seg *)layout;
194 16/wolf3d/WOLFSRC/ID_CA.H:extern        byte            _seg    *tinf;
195 16/wolf3d/WOLFSRC/ID_CA.H:extern        unsigned        _seg    *mapsegs[MAPPLANES];
196 16/wolf3d/WOLFSRC/ID_CA.H:extern        maptype         _seg    *mapheaderseg[NUMMAPS];
197 16/wolf3d/WOLFSRC/ID_CA.H:extern        byte            _seg    *audiosegs[NUMSNDCHUNKS];
198 16/wolf3d/WOLFSRC/ID_CA.H:extern        void            _seg    *grsegs[NUMCHUNKS];
199 16/wolf3d/WOLFSRC/ID_CA.H:extern long           _seg *grstarts; // array of offsets in egagraph, -1 for sparse
200 16/wolf3d/WOLFSRC/ID_CA.H:extern long           _seg *audiostarts;      // array of offsets in audio / audiot
201 16/wolf3d/WOLFSRC/ID_IN.H:extern        byte _seg       *DemoBuffer;
202 16/wolf3d/WOLFSRC/ID_MM.H:typedef void _seg * memptr;
203 16/wolf3d/WOLFSRC/ID_VH.H:extern        pictabletype    _seg *pictable;
204 16/wolf3d/WOLFSRC/ID_VH.H:extern        pictabletype    _seg *picmtable;
205 16/wolf3d/WOLFSRC/ID_VH.H:extern        spritetabletype _seg *spritetable;
206 16/wolf3d/WOLFSRC/WL_DEF.H:extern       t_compscale _seg *scaledirectory[MAXSCALEHEIGHT+1];
207 ===============         ./qwolf.sh end          ===============
208 -------------------------------------------------------------------------------
209                                         ./qcata.sh start
210 -------------------------------------------------------------------------------
211 ==== 16/Catacomb3D ====
212 16/Catacomb3D/C3_DEBUG.C:       spritetype _seg *block;\r
213 16/Catacomb3D/C3_GAME.C:        text = (char _seg *)grsegs[LEVEL1TEXT+mapon];\r
214 16/Catacomb3D/C3_GAME.C:        src = (byte _seg *)grsegs[STARTTILE8];\r
215 16/Catacomb3D/C3_GAME.C:        src = (byte _seg *)grsegs[STARTTILE16];\r
216 16/Catacomb3D/C3_GAME.C:                src = (byte _seg *)grsegs[STARTTILE16+i];\r
217 16/Catacomb3D/C3_SCALE.C:t_compscale _seg *scaledirectory[MAXSCALE+1];\r
218 16/Catacomb3D/C3_SCALE.C:t_compshape _seg *shapedirectory[NUMSCALEPICS];\r
219 16/Catacomb3D/C3_SCALE.C:       plane0 = (byte _seg *)grsegs[picnum];\r
220 16/Catacomb3D/C3_SCALE.C:       t_compscale     _seg *work;\r
221 16/Catacomb3D/C3_SCALE.C:       _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
222 16/Catacomb3D/C3_SCALE.C:unsigned BuildCompShape (t_compshape _seg **finalspot)\r
223 16/Catacomb3D/C3_SCALE.C:       t_compshape     _seg *work;\r
224 16/Catacomb3D/C3_SCALE.C:       work = (t_compshape _seg *)(0xa000+(buff+15)/16);\r
225 16/Catacomb3D/C3_SCALE.C:       _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
226 16/Catacomb3D/C3_SCALE.C:void ScaleShape (int xcenter, t_compshape _seg *compshape, unsigned scale)\r
227 16/Catacomb3D/C3_SCALE.C:       t_compscale _seg *comptable;\r
228 16/Catacomb3D/C3_WIZ.C: text = (char _seg *)grsegs[LEVEL1TEXT+mapon]+textstarts[number];\r
229 16/Catacomb3D/ID_CA.C:byte              _seg    *tinf;\r
230 16/Catacomb3D/ID_CA.C:unsigned  _seg    *mapsegs[3];\r
231 16/Catacomb3D/ID_CA.C:maptype           _seg    *mapheaderseg[NUMMAPS];\r
232 16/Catacomb3D/ID_CA.C:byte              _seg    *audiosegs[NUMSNDCHUNKS];\r
233 16/Catacomb3D/ID_CA.C:void              _seg    *grsegs[NUMCHUNKS];\r
234 16/Catacomb3D/ID_CA.C:long              _seg *grstarts; // array of offsets in egagraph, -1 for sparse\r
235 16/Catacomb3D/ID_CA.C:long              _seg *audiostarts;      // array of offsets in audio / audiot\r
236 16/Catacomb3D/ID_CA.C:  grstarts = (long _seg *)FP_SEG(&EGAhead);\r
237 16/Catacomb3D/ID_CA.C:  grstarts = (long _seg *)FP_SEG(&CGAhead);\r
238 16/Catacomb3D/ID_CA.C:  tinf = (byte _seg *)FP_SEG(&maphead);\r
239 16/Catacomb3D/ID_CA.C:  audiostarts = (long _seg *)FP_SEG(&audiohead);\r
240 16/Catacomb3D/ID_CA.C:  spritetype _seg *dest;\r
241 16/Catacomb3D/ID_CA.C:  dest = (spritetype _seg *)grsegs[chunk];\r
242 16/Catacomb3D/ID_CA.C:  dest = (spritetype _seg *)grsegs[chunk];\r
243 16/Catacomb3D/ID_CA.C:          pos = ((mapfiletype     _seg *)tinf)->headeroffsets[mapnum];\r
244 16/Catacomb3D/ID_CA.C:          ((mapfiletype _seg *)tinf)->RLEWtag);\r
245 16/Catacomb3D/ID_CA.C:          ((mapfiletype _seg *)tinf)->RLEWtag);\r
246 16/Catacomb3D/ID_CA.C:                                  source = (byte _seg *)bufferseg+(pos-bufferstart);\r
247 16/Catacomb3D/ID_IN.C:          byte _seg       *DemoBuffer;\r
248 16/Catacomb3D/ID_IN.C:IN_StartDemoPlayback(byte _seg *buffer,word bufsize)\r
249 16/Catacomb3D/ID_RF.C:  spritetype _seg *block;\r
250 16/Catacomb3D/ID_RF.C:  block = (spritetype _seg *)grsegs[spritenumber];\r
251 16/Catacomb3D/ID_RF.C:  spritetype _seg *block;\r
252 16/Catacomb3D/ID_RF.C:  block = (spritetype _seg *)grsegs[spritenumber];\r
253 16/Catacomb3D/ID_SD.C:  word            *SoundTable;    // Really * _seg *SoundTable, but that don't work\r
254 16/Catacomb3D/ID_VW.C:pictabletype      _seg *pictable;\r
255 16/Catacomb3D/ID_VW.C:pictabletype      _seg *picmtable;\r
256 16/Catacomb3D/ID_VW.C:spritetabletype _seg *spritetable;\r
257 16/Catacomb3D/ID_VW.C:          fontstruct _seg *font);\r
258 16/Catacomb3D/ID_VW.C:  spritetype _seg *block;\r
259 16/Catacomb3D/ID_VW.C:  block = (spritetype _seg *)grsegs[chunknum];\r
260 16/Catacomb3D/ID_VW.C:VWL_MeasureString (char far *string, word *width, word *height, fontstruct _seg *font)\r
261 16/Catacomb3D/ID_VW.C:  VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONT+fontnumber]);\r
262 16/Catacomb3D/ID_VW.C:  VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONTM+fontnumber]);\r
263 16/Catacomb3D/ID_VW.C:  spritetype _seg *block;\r
264 16/Catacomb3D/ID_VW.C:  block = (spritetype _seg *)grsegs[chunknum];\r
265 16/Catacomb3D/C3_DEF.H:extern   t_compscale _seg *scaledirectory[MAXSCALE+1];\r
266 16/Catacomb3D/C3_DEF.H:extern   t_compshape _seg *shapedirectory[NUMSCALEPICS];\r
267 16/Catacomb3D/C3_DEF.H:void ScaleShape (int xcenter, t_compshape _seg *compshape, unsigned scale);\r
268 16/Catacomb3D/C3_DEF.H:unsigned BuildCompShape (t_compshape _seg **finalspot);\r
269 16/Catacomb3D/ID_CA.H:extern    byte            _seg    *tinf;\r
270 16/Catacomb3D/ID_CA.H:extern    unsigned        _seg    *mapsegs[3];\r
271 16/Catacomb3D/ID_CA.H:extern    maptype         _seg    *mapheaderseg[NUMMAPS];\r
272 16/Catacomb3D/ID_CA.H:extern    byte            _seg    *audiosegs[NUMSNDCHUNKS];\r
273 16/Catacomb3D/ID_CA.H:extern    void            _seg    *grsegs[NUMCHUNKS];\r
274 16/Catacomb3D/ID_IN.H:extern    byte _seg       *DemoBuffer;\r
275 16/Catacomb3D/ID_IN.H:                                  IN_StartDemoPlayback(byte _seg *buffer,word bufsize),\r
276 16/Catacomb3D/ID_MM.H:typedef void _seg * memptr;\r
277 16/Catacomb3D/ID_VW.H:extern    pictabletype    _seg *pictable;\r
278 16/Catacomb3D/ID_VW.H:extern    pictabletype    _seg *picmtable;\r
279 16/Catacomb3D/ID_VW.H:extern    spritetabletype _seg *spritetable;\r
280 ==== 16/CatacombApocalypse ====
281 16/CatacombApocalypse/C6_GAME.C:        text = (char _seg *)grsegs[LEVEL1TEXT+mapon];\r
282 16/CatacombApocalypse/C6_GAME.C:        src = (byte _seg *)grsegs[STARTTILE8];\r
283 16/CatacombApocalypse/C6_GAME.C:        src = (byte _seg *)grsegs[STARTTILE16];\r
284 16/CatacombApocalypse/C6_GAME.C:                src = (byte _seg *)grsegs[STARTTILE16+i];\r
285 16/CatacombApocalypse/C6_SCALE.C:t_compscale _seg *scaledirectory[NUMSCALEPICS];\r
286 16/CatacombApocalypse/C6_SCALE.C:t_compshape _seg *shapedirectory[NUMSCALEPICS];\r
287 16/CatacombApocalypse/C6_SCALE.C:       plane0 = (byte _seg *)grsegs[picnum];\r
288 16/CatacombApocalypse/C6_SCALE.C:       t_compscale     _seg *work;\r
289 16/CatacombApocalypse/C6_SCALE.C:       _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
290 16/CatacombApocalypse/C6_SCALE.C:unsigned BuildCompShape (t_compshape _seg **finalspot)\r
291 16/CatacombApocalypse/C6_SCALE.C:       t_compshape     _seg *work;\r
292 16/CatacombApocalypse/C6_SCALE.C:       work = (t_compshape _seg *)(0xa000+(buff+15)/16);\r
293 16/CatacombApocalypse/C6_SCALE.C:       _fmemcpy ((byte _seg *)(*finalspot),(byte _seg *)work,totalsize);\r
294 16/CatacombApocalypse/C6_SCALE.C:void ScaleShape (int xcenter, t_compshape _seg *compshape, unsigned scale)\r
295 16/CatacombApocalypse/C6_SCALE.C:       t_compscale _seg *comptable;\r
296 16/CatacombApocalypse/C6_WIZ.C: text = (char _seg *)grsegs[LEVEL1TEXT+mapon]+textstarts[number];\r
297 16/CatacombApocalypse/C6_WIZ.C: txt = (char _seg *)grsegs[SCROLLTEXT];\r
298 16/CatacombApocalypse/C6_WIZ.C: txt = (char _seg *)grsegs[SCROLLTEXT]+ofset;\r
299 16/CatacombApocalypse/GELIB.C:  fontstruct _seg *font = (fontstruct _seg *)grsegs[STARTFONT];\r
300 16/CatacombApocalypse/ID_CA.C:byte              _seg    *tinf;\r
301 16/CatacombApocalypse/ID_CA.C:unsigned  _seg    *mapsegs[3];\r
302 16/CatacombApocalypse/ID_CA.C:maptype           _seg    *mapheaderseg[NUMMAPS];\r
303 16/CatacombApocalypse/ID_CA.C:byte              _seg    *audiosegs[NUMSNDCHUNKS];\r
304 16/CatacombApocalypse/ID_CA.C:void              _seg    *grsegs[NUMCHUNKS];\r
305 16/CatacombApocalypse/ID_CA.C:long              _seg *grstarts; // array of offsets in egagraph, -1 for sparse\r
306 16/CatacombApocalypse/ID_CA.C:long              _seg *audiostarts;      // array of offsets in audio / audiot\r
307 16/CatacombApocalypse/ID_CA.C:  grstarts = (long _seg *)FP_SEG(&EGAhead);\r
308 16/CatacombApocalypse/ID_CA.C:  grstarts = (long _seg *)FP_SEG(&CGAhead);\r
309 16/CatacombApocalypse/ID_CA.C:  tinf = (byte _seg *)FP_SEG(&maphead);\r
310 16/CatacombApocalypse/ID_CA.C:  audiostarts = (long _seg *)FP_SEG(&audiohead);\r
311 16/CatacombApocalypse/ID_CA.C:  spritetype _seg *dest;\r
312 16/CatacombApocalypse/ID_CA.C:  dest = (spritetype _seg *)grsegs[chunk];\r
313 16/CatacombApocalypse/ID_CA.C:  dest = (spritetype _seg *)grsegs[chunk];\r
314 16/CatacombApocalypse/ID_CA.C:          pos = ((mapfiletype     _seg *)tinf)->headeroffsets[mapnum];\r
315 16/CatacombApocalypse/ID_CA.C:          ((mapfiletype _seg *)tinf)->RLEWtag);\r
316 16/CatacombApocalypse/ID_CA.C:          ((mapfiletype _seg *)tinf)->RLEWtag);\r
317 16/CatacombApocalypse/ID_CA.C:                                  source = (byte _seg *)bufferseg+(pos-bufferstart);\r
318 16/CatacombApocalypse/ID_IN.C://                byte _seg       *DemoBuffer;\r
319 16/CatacombApocalypse/ID_IN.C:IN_StartDemoPlayback(byte _seg *buffer,word bufsize)\r
320 16/CatacombApocalypse/ID_RF.C:  spritetype _seg *block;\r
321 16/CatacombApocalypse/ID_RF.C:  block = (spritetype _seg *)grsegs[spritenumber];\r
322 16/CatacombApocalypse/ID_RF.C:  spritetype _seg *block;\r
323 16/CatacombApocalypse/ID_RF.C:  block = (spritetype _seg *)grsegs[spritenumber];\r
324 16/CatacombApocalypse/ID_SD.C:  word            *SoundTable;    // Really * _seg *SoundTable, but that don't work\r
325 16/CatacombApocalypse/ID_VW.C:pictabletype      _seg *pictable;\r
326 16/CatacombApocalypse/ID_VW.C:pictabletype      _seg *picmtable;\r
327 16/CatacombApocalypse/ID_VW.C:spritetabletype _seg *spritetable;\r
328 16/CatacombApocalypse/ID_VW.C:          fontstruct _seg *font);\r
329 16/CatacombApocalypse/ID_VW.C:  spritetype _seg *block;\r
330 16/CatacombApocalypse/ID_VW.C:  block = (spritetype _seg *)grsegs[chunknum];\r
331 16/CatacombApocalypse/ID_VW.C:VWL_MeasureString (char far *string, word *width, word *height, fontstruct _seg *font)\r
332 16/CatacombApocalypse/ID_VW.C:  VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONT+fontnumber]);\r
333 16/CatacombApocalypse/ID_VW.C:  VWL_MeasureString(string,width,height,(fontstruct _seg *)grsegs[STARTFONTM+fontnumber]);\r
334 16/CatacombApocalypse/ID_VW.C:  spritetype _seg *block;\r
335 16/CatacombApocalypse/ID_VW.C:  block = (spritetype _seg *)grsegs[chunknum];\r
336 16/CatacombApocalypse/DEF.H:extern      t_compscale _seg *scaledirectory[NUMSCALEPICS];\r
337 16/CatacombApocalypse/DEF.H:extern      t_compshape _seg *shapedirectory[NUMSCALEPICS];\r
338 16/CatacombApocalypse/DEF.H:void ScaleShape (int xcenter, t_compshape _seg *compshape, unsigned scale);\r
339 16/CatacombApocalypse/DEF.H:unsigned    BuildCompShape (t_compshape _seg **finalspot);\r
340 16/CatacombApocalypse/ID_CA.H:extern    byte            _seg    *tinf;\r
341 16/CatacombApocalypse/ID_CA.H:extern    unsigned        _seg    *mapsegs[3];\r
342 16/CatacombApocalypse/ID_CA.H:extern    maptype         _seg    *mapheaderseg[NUMMAPS];\r
343 16/CatacombApocalypse/ID_CA.H:extern    byte            _seg    *audiosegs[NUMSNDCHUNKS];\r
344 16/CatacombApocalypse/ID_CA.H:extern    void            _seg    *grsegs[NUMCHUNKS];\r
345 16/CatacombApocalypse/ID_IN.H:extern    byte _seg       *DemoBuffer;\r
346 16/CatacombApocalypse/ID_IN.H:                                  IN_StartDemoPlayback(byte _seg *buffer,word bufsize),\r
347 16/CatacombApocalypse/ID_MM.H:typedef void _seg * memptr;\r
348 16/CatacombApocalypse/ID_VW.H:extern    pictabletype    _seg *pictable;\r
349 16/CatacombApocalypse/ID_VW.H:extern    pictabletype    _seg *picmtable;\r
350 16/CatacombApocalypse/ID_VW.H:extern    spritetabletype _seg *spritetable;\r
351 16/CatacombApocalypse/ID_VW.H:void VWL_MeasureString (char far *string, word *width, word *height, fontstruct _seg *font);\r
352 ===============         ./qcata.sh end          ===============