Home | History | Annotate | Download | only in src

Lines Matching refs:far

283 /* The following definitions for FAR are needed only for MSDOS mixed
284 * model programming (small or medium model with some far allocations).
287 * just define FAR to be empty.
294 # define FAR _far
296 # define FAR far
303 # define FAR _far
305 # define FAR far
328 # ifdef FAR
329 # undef FAR
338 # define ZEXPORTVA FAR CDECL
365 #ifndef FAR
366 # define FAR
376 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
377 # define Bytef Byte FAR
379 typedef Byte FAR Bytef;
381 typedef char FAR charf;
382 typedef int FAR intf;
383 typedef uInt FAR uIntf;
384 typedef uLong FAR uLongf;
388 typedef void FAR *voidpf;
392 typedef Byte FAR *voidpf;