Lines Matching refs:FAR
278 /* The following definitions for FAR are needed only for MSDOS mixed
282 * just define FAR to be empty.
289 # define FAR _far
291 # define FAR far
298 # define FAR _far
300 # define FAR far
323 # ifdef FAR
324 # undef FAR
333 # define ZEXPORTVA FAR CDECL
360 #ifndef FAR
361 # define FAR
371 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
372 # define Bytef Byte FAR
374 typedef Byte FAR Bytef;
376 typedef char FAR charf;
377 typedef int FAR intf;
378 typedef uInt FAR uIntf;
379 typedef uLong FAR uLongf;
383 typedef void FAR *voidpf;
387 typedef Byte FAR *voidpf;