Lines Matching refs:far
305 /* The following definitions for FAR are needed only for MSDOS mixed
306 * model programming (small or medium model with some far allocations).
309 * just define FAR to be empty.
316 # define FAR _far
318 # define FAR far
325 # define FAR _far
327 # define FAR far
350 # ifdef FAR
351 # undef FAR
363 # define ZEXPORTVA FAR CDECL
390 #ifndef FAR
391 # define FAR
401 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
402 # define Bytef Byte FAR
404 typedef Byte FAR Bytef;
406 typedef char FAR charf;
407 typedef int FAR intf;
408 typedef uInt FAR uIntf;
409 typedef uLong FAR uLongf;
413 typedef void FAR *voidpf;
417 typedef Byte FAR *voidpf;