Lines Matching refs:FAR
323 /* The following definitions for FAR are needed only for MSDOS mixed
327 * just define FAR to be empty.
334 # define FAR _far
336 # define FAR far
343 # define FAR _far
345 # define FAR far
368 # ifdef FAR
369 # undef FAR
381 # define ZEXPORTVA FAR CDECL
408 #ifndef FAR
409 # define FAR
422 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
423 # define Bytef Byte FAR
425 typedef Byte FAR Bytef;
427 typedef char FAR charf;
428 typedef int FAR intf;
429 typedef uInt FAR uIntf;
430 typedef uLong FAR uLongf;
434 typedef void FAR *voidpf;
438 typedef Byte FAR *voidpf;