Home | History | Annotate | Download | only in src

Lines Matching refs:far

281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
327 # undef FAR
336 # define ZEXPORTVA FAR CDECL
363 #ifndef FAR
364 # define FAR
374 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
379 typedef char FAR charf;
380 typedef int FAR intf;
381 typedef uInt FAR uIntf;
382 typedef uLong FAR uLongf;
386 typedef void FAR *voidpf;
390 typedef Byte FAR *voidpf;