Lines Matching defs:FAR
311 /* The following definitions for FAR are needed only for MSDOS mixed
312 * model programming (small or medium model with some far allocations).
315 * just define FAR to be empty.
322 # define FAR _far
324 # define FAR far
331 # define FAR _far
333 # define FAR far
356 # ifdef FAR
357 # undef FAR
369 # define ZEXPORTVA FAR CDECL
396 #ifndef FAR
397 # define FAR
407 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
408 # define Bytef Byte FAR
410 typedef Byte FAR Bytef;
412 typedef char FAR charf;
413 typedef int FAR intf;
414 typedef uInt FAR uIntf;
415 typedef uLong FAR uLongf;
419 typedef void FAR *voidpf;
423 typedef Byte FAR *voidpf;