Lines Matching defs:FAR
53 * Byte Bytef EXPORT FAR OF STDC
187 /* The following definitions for FAR are needed only for MSDOS mixed
191 * just define FAR to be empty.
197 # define FAR _far
199 # define FAR far
205 # define FAR _far
212 # ifdef FAR
213 # undef FAR
220 # define ZEXPORTVA FAR _cdecl _export
255 #ifndef FAR
256 # define FAR
266 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
267 # define Bytef Byte FAR
269 typedef Byte FAR Bytef;
271 typedef char FAR charf;
272 typedef int FAR intf;
273 typedef uInt FAR uIntf;
274 typedef uLong FAR uLongf;
277 typedef void FAR *voidpf;
280 typedef Byte FAR *voidpf;
372 struct internal_state FAR *state; /* not visible by applications */
383 typedef z_stream FAR *z_streamp;