Home | History | Annotate | Download | only in gzip

Lines Matching refs:far

150 /* The following definitions for FAR are needed only for MSDOS mixed
151 * model programming (small or medium model with some far allocations).
154 * just define FAR to be empty.
160 # define FAR _far
162 # define FAR far
168 # define FAR _far
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _export
214 #ifndef FAR
215 # define FAR
225 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
226 # define Bytef Byte FAR
228 typedef Byte FAR Bytef;
230 typedef char FAR charf;
231 typedef int FAR intf;
232 typedef uInt FAR uIntf;
233 typedef uLong FAR uLongf;
236 typedef void FAR *voidpf;
239 typedef Byte FAR *voidpf;