Lines Matching defs:FAR
307 /* The following definitions for FAR are needed only for MSDOS mixed
311 * just define FAR to be empty.
318 # define FAR _far
320 # define FAR far
327 # define FAR _far
329 # define FAR far
352 # ifdef FAR
353 # undef FAR
365 # define ZEXPORTVA FAR CDECL
392 #ifndef FAR
393 # define FAR
403 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
404 # define Bytef Byte FAR
406 typedef Byte FAR Bytef;
408 typedef char FAR charf;
409 typedef int FAR intf;
410 typedef uInt FAR uIntf;
411 typedef uLong FAR uLongf;
415 typedef void FAR *voidpf;
419 typedef Byte FAR *voidpf;