Lines Matching refs:FAR
247 /* The following definitions for FAR are needed only for MSDOS mixed
251 * just define FAR to be empty.
258 # define FAR _far
260 # define FAR far
267 # define FAR _far
269 # define FAR far
292 # ifdef FAR
293 # undef FAR
302 # define ZEXPORTVA FAR CDECL
329 #ifndef FAR
330 # define FAR
340 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
341 # define Bytef Byte FAR
343 typedef Byte FAR Bytef;
345 typedef char FAR charf;
346 typedef int FAR intf;
347 typedef uInt FAR uIntf;
348 typedef uLong FAR uLongf;
352 typedef void FAR *voidpf;
356 typedef Byte FAR *voidpf;