Lines Matching full:far
200 /* The following definitions for FAR are needed only for MSDOS mixed
201 * model programming (small or medium model with some far allocations).
204 * just define FAR to be empty.
211 # define FAR _far macro
213 # define FAR far macro
220 # define FAR _far macro
222 # define FAR far macro
245 # ifdef FAR
246 # undef FAR
255 # define ZEXPORTVA FAR CDECL
282 #ifndef FAR
283 # define FAR macro
293 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
294 # define Bytef Byte FAR
296 typedef Byte FAR Bytef;
298 typedef char FAR charf;
299 typedef int FAR intf;
300 typedef uInt FAR uIntf;
301 typedef uLong FAR uLongf;
305 typedef void FAR *voidpf;
309 typedef Byte FAR *voidpf;
336 # ifdef FAR
337 # undef FAR