Lines Matching refs:FAR
303 /* The following definitions for FAR are needed only for MSDOS mixed
307 * just define FAR to be empty.
314 # define FAR _far
316 # define FAR far
323 # define FAR _far
325 # define FAR far
348 # ifdef FAR
349 # undef FAR
361 # define ZEXPORTVA FAR CDECL
388 #ifndef FAR
389 # define FAR
399 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
400 # define Bytef Byte FAR
402 typedef Byte FAR Bytef;
404 typedef char FAR charf;
405 typedef int FAR intf;
406 typedef uInt FAR uIntf;
407 typedef uLong FAR uLongf;
411 typedef void FAR *voidpf;
415 typedef Byte FAR *voidpf;