Lines Matching refs:FAR
304 /* The following definitions for FAR are needed only for MSDOS mixed
308 * just define FAR to be empty.
315 # define FAR _far
317 # define FAR far
324 # define FAR _far
326 # define FAR far
349 # ifdef FAR
350 # undef FAR
359 # define ZEXPORTVA FAR CDECL
386 #ifndef FAR
387 # define FAR
397 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
398 # define Bytef Byte FAR
400 typedef Byte FAR Bytef;
402 typedef char FAR charf;
403 typedef int FAR intf;
404 typedef uInt FAR uIntf;
405 typedef uLong FAR uLongf;
409 typedef void FAR *voidpf;
413 typedef Byte FAR *voidpf;