Symbol: FAR
games/hack/hack.do.c
219
u.ux = FAR; /* hack */
games/hack/hack.dog.c
295
gx = gy = FAR; /* random, far away */
games/hack/hack.dog.c
305
if(gx == FAR || (gx == omx && gy == omy)){
games/hack/hack.main.c
182
u.ux = FAR; /* prevent nscr() */
games/hack/hack.pri.c
643
if(u.uswallow || u.ux == FAR || flags.nscrinh) return;
lib/libz/crc32.c
145
local z_crc_t FAR x2n_table[32];
lib/libz/crc32.c
200
local z_crc_t FAR crc_table[256];
lib/libz/crc32.c
202
local z_word_t FAR crc_big_table[256];
lib/libz/crc32.c
203
local z_crc_t FAR crc_braid_table[W][256];
lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
lib/libz/crc32.c
208
local void write_table(FILE *, const z_crc_t FAR *, int);
lib/libz/crc32.c
209
local void write_table32hi(FILE *, const z_word_t FAR *, int);
lib/libz/crc32.c
210
local void write_table64(FILE *, const z_word_t FAR *, int);
lib/libz/crc32.c
408
local void write_table(FILE *out, const z_crc_t FAR *table, int k) {
lib/libz/crc32.c
421
local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) {
lib/libz/crc32.c
437
local void write_table64(FILE *out, const z_word_t FAR *table, int k) {
lib/libz/crc32.c
480
const z_crc_t FAR * ZEXPORT get_crc_table(void) {
lib/libz/crc32.c
484
return (const z_crc_t FAR *)crc_table;
lib/libz/crc32.c
506
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
lib/libz/crc32.c
586
buf = (const unsigned char FAR *)word;
lib/libz/crc32.c
624
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
lib/libz/crc32.c
944
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
lib/libz/crc32.h
1323
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
153
local const z_word_t FAR crc_big_table[] = {
lib/libz/crc32.h
1533
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
1751
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
213
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
2169
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
2861
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
3071
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
3289
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
3707
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
4399
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
4609
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
4827
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
5
local const z_crc_t FAR crc_table[] = {
lib/libz/crc32.h
5245
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
5937
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
6147
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
63
local const z_word_t FAR crc_big_table[] = {
lib/libz/crc32.h
631
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
6365
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
6783
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
7475
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
7685
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
7903
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
8321
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
9013
local const z_crc_t FAR crc_braid_table[][256] = {
lib/libz/crc32.h
9223
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
9439
local const z_crc_t FAR x2n_table[] = {
lib/libz/deflate.c
1334
dest->state = (struct internal_state FAR *) ds;
lib/libz/deflate.c
439
strm->state = (struct internal_state FAR *)s;
lib/libz/deflate.h
286
} FAR deflate_state;
lib/libz/deflate.h
79
} FAR ct_data;
lib/libz/deflate.h
92
} FAR tree_desc;
lib/libz/deflate.h
95
typedef Pos FAR Posf;
lib/libz/gzguts.h
204
typedef gz_state FAR *gz_statep;
lib/libz/infback.c
191
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
lib/libz/infback.c
192
out_func out, void FAR *out_desc) {
lib/libz/infback.c
193
struct inflate_state FAR *state;
lib/libz/infback.c
194
z_const unsigned char FAR *next; /* next input */
lib/libz/infback.c
195
unsigned char FAR *put; /* next output */
lib/libz/infback.c
200
unsigned char FAR *from; /* where to copy match bytes from */
lib/libz/infback.c
211
state = (struct inflate_state FAR *)strm->state;
lib/libz/infback.c
26
unsigned char FAR *window, const char *version,
lib/libz/infback.c
28
struct inflate_state FAR *state;
lib/libz/infback.c
335
state->lencode = (code const FAR *)(state->next);
lib/libz/infback.c
428
state->lencode = (code const FAR *)(state->next);
lib/libz/infback.c
441
state->distcode = (code const FAR *)(state->next);
lib/libz/infback.c
51
state = (struct inflate_state FAR *)ZALLOC(strm, 1,
lib/libz/infback.c
55
strm->state = (struct internal_state FAR *)state;
lib/libz/inffast.c
51
struct inflate_state FAR *state;
lib/libz/inffast.c
52
z_const unsigned char FAR *in; /* local strm->next_in */
lib/libz/inffast.c
53
z_const unsigned char FAR *last; /* have enough input while in < last */
lib/libz/inffast.c
54
unsigned char FAR *out; /* local strm->next_out */
lib/libz/inffast.c
55
unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
lib/libz/inffast.c
56
unsigned char FAR *end; /* while out < end, enough space available */
lib/libz/inffast.c
63
unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
lib/libz/inffast.c
66
code const FAR *lcode; /* local strm->lencode */
lib/libz/inffast.c
67
code const FAR *dcode; /* local strm->distcode */
lib/libz/inffast.c
75
unsigned char FAR *from; /* where to copy match from */
lib/libz/inffast.c
78
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
101
struct inflate_state FAR *state;
lib/libz/inflate.c
104
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1242
struct inflate_state FAR *state;
lib/libz/inflate.c
1245
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1255
struct inflate_state FAR *state;
lib/libz/inflate.c
1259
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
126
struct inflate_state FAR *state;
lib/libz/inflate.c
1275
struct inflate_state FAR *state;
lib/libz/inflate.c
1281
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
129
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1306
struct inflate_state FAR *state;
lib/libz/inflate.c
1310
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1330
local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf,
lib/libz/inflate.c
1355
struct inflate_state FAR *state;
lib/libz/inflate.c
1359
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
138
struct inflate_state FAR *state;
lib/libz/inflate.c
1407
struct inflate_state FAR *state;
lib/libz/inflate.c
1410
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1415
struct inflate_state FAR *state;
lib/libz/inflate.c
1416
struct inflate_state FAR *copy;
lib/libz/inflate.c
1417
unsigned char FAR *window;
lib/libz/inflate.c
142
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1422
state = (struct inflate_state FAR *)source->state;
lib/libz/inflate.c
1425
copy = (struct inflate_state FAR *)
lib/libz/inflate.c
1431
window = (unsigned char FAR *)
lib/libz/inflate.c
1452
dest->state = (struct internal_state FAR *)copy;
lib/libz/inflate.c
1457
struct inflate_state FAR *state;
lib/libz/inflate.c
1460
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1472
struct inflate_state FAR *state;
lib/libz/inflate.c
1475
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1484
struct inflate_state FAR *state;
lib/libz/inflate.c
1488
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
1495
struct inflate_state FAR *state;
lib/libz/inflate.c
1497
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
176
struct inflate_state FAR *state;
lib/libz/inflate.c
197
state = (struct inflate_state FAR *)
lib/libz/inflate.c
202
strm->state = (struct internal_state FAR *)state;
lib/libz/inflate.c
220
struct inflate_state FAR *state;
lib/libz/inflate.c
225
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
253
struct inflate_state FAR *state;
lib/libz/inflate.c
256
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
260
state->window = (unsigned char FAR *)
lib/libz/inflate.c
475
struct inflate_state FAR *state;
lib/libz/inflate.c
476
z_const unsigned char FAR *next; /* next input */
lib/libz/inflate.c
477
unsigned char FAR *put; /* next output */
lib/libz/inflate.c
483
unsigned char FAR *from; /* where to copy match bytes from */
lib/libz/inflate.c
498
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
847
state->lencode = state->distcode = (const code FAR *)(state->next);
lib/libz/inflate.c
89
struct inflate_state FAR *state;
lib/libz/inflate.c
93
state = (struct inflate_state FAR *)strm->state;
lib/libz/inflate.c
941
state->lencode = (const code FAR *)(state->next);
lib/libz/inflate.c
954
state->distcode = (const code FAR *)(state->next);
lib/libz/inflate.h
100
unsigned char FAR *window; /* allocated sliding window, if needed */
lib/libz/inflate.h
110
code const FAR *lencode; /* starting table for length/literal codes */
lib/libz/inflate.h
111
code const FAR *distcode; /* starting table for distance codes */
lib/libz/inflate.h
119
code FAR *next; /* next available space in codes[] */
lib/libz/inftrees.c
362
void inflate_fixed(struct inflate_state FAR *state) {
lib/libz/inftrees.c
44
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
lib/libz/inftrees.c
45
unsigned codes, code FAR * FAR *table,
lib/libz/inftrees.c
46
unsigned FAR *bits, unsigned short FAR *work) {
lib/libz/inftrees.c
61
code FAR *next; /* next available space in table */
lib/libz/inftrees.c
62
const unsigned short FAR *base = NULL; /* base value table to use */
lib/libz/inftrees.c
63
const unsigned short FAR *extra = NULL; /* extra bits table to use */
lib/libz/inftrees.h
60
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
lib/libz/inftrees.h
61
unsigned codes, code FAR * FAR *table,
lib/libz/inftrees.h
62
unsigned FAR *bits, unsigned short FAR *work);
lib/libz/inftrees.h
64
void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state);
lib/libz/zconf.h
356
# ifdef FAR
lib/libz/zconf.h
369
# define ZEXPORTVA FAR CDECL
lib/libz/zconf.h
396
#ifndef FAR
lib/libz/zconf.h
408
# define Bytef Byte FAR
lib/libz/zconf.h
410
typedef Byte FAR Bytef;
lib/libz/zconf.h
412
typedef char FAR charf;
lib/libz/zconf.h
413
typedef int FAR intf;
lib/libz/zconf.h
414
typedef uInt FAR uIntf;
lib/libz/zconf.h
415
typedef uLong FAR uLongf;
lib/libz/zconf.h
419
typedef void FAR *voidpf;
lib/libz/zconf.h
423
typedef Byte FAR *voidpf;
lib/libz/zlib.h
100
struct internal_state FAR *state; /* not visible by applications */
lib/libz/zlib.h
112
typedef z_stream FAR *z_streamp;
lib/libz/zlib.h
1134
typedef unsigned (*in_func)(void FAR *,
lib/libz/zlib.h
1135
z_const unsigned char FAR * FAR *);
lib/libz/zlib.h
1136
typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
lib/libz/zlib.h
1139
in_func in, void FAR *in_desc,
lib/libz/zlib.h
1140
out_func out, void FAR *out_desc);
lib/libz/zlib.h
135
typedef gz_header FAR *gz_headerp;
lib/libz/zlib.h
1914
unsigned char FAR *window,
lib/libz/zlib.h
2035
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
lib/libz/zutil.c
151
void ZLIB_INTERNAL zmemcpy(void FAR *dst, const void FAR *src, z_size_t n) {
lib/libz/zutil.c
160
int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) {
lib/libz/zutil.c
170
void ZLIB_INTERNAL zmemzero(void FAR *b, z_size_t len) {
lib/libz/zutil.h
223
void ZLIB_INTERNAL zmemcpy(void FAR *, const void FAR *, z_size_t);
lib/libz/zutil.h
224
int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t);
lib/libz/zutil.h
225
void ZLIB_INTERNAL zmemzero(void FAR *, z_size_t);
lib/libz/zutil.h
46
typedef uch FAR uchf;
lib/libz/zutil.h
48
typedef ush FAR ushf;
sys/lib/libz/crc32.c
145
local z_crc_t FAR x2n_table[32];
sys/lib/libz/crc32.c
200
local z_crc_t FAR crc_table[256];
sys/lib/libz/crc32.c
202
local z_word_t FAR crc_big_table[256];
sys/lib/libz/crc32.c
203
local z_crc_t FAR crc_braid_table[W][256];
sys/lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
sys/lib/libz/crc32.c
208
local void write_table(FILE *, const z_crc_t FAR *, int);
sys/lib/libz/crc32.c
209
local void write_table32hi(FILE *, const z_word_t FAR *, int);
sys/lib/libz/crc32.c
210
local void write_table64(FILE *, const z_word_t FAR *, int);
sys/lib/libz/crc32.c
408
local void write_table(FILE *out, const z_crc_t FAR *table, int k) {
sys/lib/libz/crc32.c
421
local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) {
sys/lib/libz/crc32.c
437
local void write_table64(FILE *out, const z_word_t FAR *table, int k) {
sys/lib/libz/crc32.c
480
const z_crc_t FAR * ZEXPORT get_crc_table(void) {
sys/lib/libz/crc32.c
484
return (const z_crc_t FAR *)crc_table;
sys/lib/libz/crc32.c
506
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
sys/lib/libz/crc32.c
586
buf = (const unsigned char FAR *)word;
sys/lib/libz/crc32.c
624
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
sys/lib/libz/crc32.c
944
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
sys/lib/libz/crc32.h
1323
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
153
local const z_word_t FAR crc_big_table[] = {
sys/lib/libz/crc32.h
1533
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
1751
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
213
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
2169
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
2861
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
3071
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
3289
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
3707
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
4399
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
4609
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
4827
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
5
local const z_crc_t FAR crc_table[] = {
sys/lib/libz/crc32.h
5245
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
5937
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
6147
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
63
local const z_word_t FAR crc_big_table[] = {
sys/lib/libz/crc32.h
631
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
6365
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
6783
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
7475
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
7685
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
7903
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
8321
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
9013
local const z_crc_t FAR crc_braid_table[][256] = {
sys/lib/libz/crc32.h
9223
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
9439
local const z_crc_t FAR x2n_table[] = {
sys/lib/libz/deflate.c
1334
dest->state = (struct internal_state FAR *) ds;
sys/lib/libz/deflate.c
439
strm->state = (struct internal_state FAR *)s;
sys/lib/libz/deflate.h
286
} FAR deflate_state;
sys/lib/libz/deflate.h
79
} FAR ct_data;
sys/lib/libz/deflate.h
92
} FAR tree_desc;
sys/lib/libz/deflate.h
95
typedef Pos FAR Posf;
sys/lib/libz/infback.c
191
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
sys/lib/libz/infback.c
192
out_func out, void FAR *out_desc) {
sys/lib/libz/infback.c
193
struct inflate_state FAR *state;
sys/lib/libz/infback.c
194
z_const unsigned char FAR *next; /* next input */
sys/lib/libz/infback.c
195
unsigned char FAR *put; /* next output */
sys/lib/libz/infback.c
200
unsigned char FAR *from; /* where to copy match bytes from */
sys/lib/libz/infback.c
211
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/infback.c
26
unsigned char FAR *window, const char *version,
sys/lib/libz/infback.c
28
struct inflate_state FAR *state;
sys/lib/libz/infback.c
335
state->lencode = (code const FAR *)(state->next);
sys/lib/libz/infback.c
428
state->lencode = (code const FAR *)(state->next);
sys/lib/libz/infback.c
441
state->distcode = (code const FAR *)(state->next);
sys/lib/libz/infback.c
51
state = (struct inflate_state FAR *)ZALLOC(strm, 1,
sys/lib/libz/infback.c
55
strm->state = (struct internal_state FAR *)state;
sys/lib/libz/inffast.c
51
struct inflate_state FAR *state;
sys/lib/libz/inffast.c
52
z_const unsigned char FAR *in; /* local strm->next_in */
sys/lib/libz/inffast.c
53
z_const unsigned char FAR *last; /* have enough input while in < last */
sys/lib/libz/inffast.c
54
unsigned char FAR *out; /* local strm->next_out */
sys/lib/libz/inffast.c
55
unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
sys/lib/libz/inffast.c
56
unsigned char FAR *end; /* while out < end, enough space available */
sys/lib/libz/inffast.c
63
unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
sys/lib/libz/inffast.c
66
code const FAR *lcode; /* local strm->lencode */
sys/lib/libz/inffast.c
67
code const FAR *dcode; /* local strm->distcode */
sys/lib/libz/inffast.c
75
unsigned char FAR *from; /* where to copy match from */
sys/lib/libz/inffast.c
78
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
101
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
104
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1242
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1245
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1255
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1259
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
126
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1275
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1281
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
129
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1306
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1310
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1330
local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf,
sys/lib/libz/inflate.c
1355
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1359
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
138
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1407
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1410
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1415
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1416
struct inflate_state FAR *copy;
sys/lib/libz/inflate.c
1417
unsigned char FAR *window;
sys/lib/libz/inflate.c
142
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1422
state = (struct inflate_state FAR *)source->state;
sys/lib/libz/inflate.c
1425
copy = (struct inflate_state FAR *)
sys/lib/libz/inflate.c
1431
window = (unsigned char FAR *)
sys/lib/libz/inflate.c
1452
dest->state = (struct internal_state FAR *)copy;
sys/lib/libz/inflate.c
1457
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1460
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1472
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1475
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1484
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1488
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
1495
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
1497
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
176
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
197
state = (struct inflate_state FAR *)
sys/lib/libz/inflate.c
202
strm->state = (struct internal_state FAR *)state;
sys/lib/libz/inflate.c
220
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
225
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
253
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
256
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
260
state->window = (unsigned char FAR *)
sys/lib/libz/inflate.c
475
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
476
z_const unsigned char FAR *next; /* next input */
sys/lib/libz/inflate.c
477
unsigned char FAR *put; /* next output */
sys/lib/libz/inflate.c
483
unsigned char FAR *from; /* where to copy match bytes from */
sys/lib/libz/inflate.c
498
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
847
state->lencode = state->distcode = (const code FAR *)(state->next);
sys/lib/libz/inflate.c
89
struct inflate_state FAR *state;
sys/lib/libz/inflate.c
93
state = (struct inflate_state FAR *)strm->state;
sys/lib/libz/inflate.c
941
state->lencode = (const code FAR *)(state->next);
sys/lib/libz/inflate.c
954
state->distcode = (const code FAR *)(state->next);
sys/lib/libz/inflate.h
100
unsigned char FAR *window; /* allocated sliding window, if needed */
sys/lib/libz/inflate.h
110
code const FAR *lencode; /* starting table for length/literal codes */
sys/lib/libz/inflate.h
111
code const FAR *distcode; /* starting table for distance codes */
sys/lib/libz/inflate.h
119
code FAR *next; /* next available space in codes[] */
sys/lib/libz/inftrees.c
362
void inflate_fixed(struct inflate_state FAR *state) {
sys/lib/libz/inftrees.c
44
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
sys/lib/libz/inftrees.c
45
unsigned codes, code FAR * FAR *table,
sys/lib/libz/inftrees.c
46
unsigned FAR *bits, unsigned short FAR *work) {
sys/lib/libz/inftrees.c
61
code FAR *next; /* next available space in table */
sys/lib/libz/inftrees.c
62
const unsigned short FAR *base = NULL; /* base value table to use */
sys/lib/libz/inftrees.c
63
const unsigned short FAR *extra = NULL; /* extra bits table to use */
sys/lib/libz/inftrees.h
60
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
sys/lib/libz/inftrees.h
61
unsigned codes, code FAR * FAR *table,
sys/lib/libz/inftrees.h
62
unsigned FAR *bits, unsigned short FAR *work);
sys/lib/libz/inftrees.h
64
void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state);
sys/lib/libz/zconf.h
356
# ifdef FAR
sys/lib/libz/zconf.h
369
# define ZEXPORTVA FAR CDECL
sys/lib/libz/zconf.h
396
#ifndef FAR
sys/lib/libz/zconf.h
408
# define Bytef Byte FAR
sys/lib/libz/zconf.h
410
typedef Byte FAR Bytef;
sys/lib/libz/zconf.h
412
typedef char FAR charf;
sys/lib/libz/zconf.h
413
typedef int FAR intf;
sys/lib/libz/zconf.h
414
typedef uInt FAR uIntf;
sys/lib/libz/zconf.h
415
typedef uLong FAR uLongf;
sys/lib/libz/zconf.h
419
typedef void FAR *voidpf;
sys/lib/libz/zconf.h
423
typedef Byte FAR *voidpf;
sys/lib/libz/zlib.h
100
struct internal_state FAR *state; /* not visible by applications */
sys/lib/libz/zlib.h
112
typedef z_stream FAR *z_streamp;
sys/lib/libz/zlib.h
1134
typedef unsigned (*in_func)(void FAR *,
sys/lib/libz/zlib.h
1135
z_const unsigned char FAR * FAR *);
sys/lib/libz/zlib.h
1136
typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
sys/lib/libz/zlib.h
1139
in_func in, void FAR *in_desc,
sys/lib/libz/zlib.h
1140
out_func out, void FAR *out_desc);
sys/lib/libz/zlib.h
135
typedef gz_header FAR *gz_headerp;
sys/lib/libz/zlib.h
1914
unsigned char FAR *window,
sys/lib/libz/zlib.h
2035
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
sys/lib/libz/zutil.c
154
void ZLIB_INTERNAL zmemcpy(void FAR *dst, const void FAR *src, z_size_t n) {
sys/lib/libz/zutil.c
163
int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) {
sys/lib/libz/zutil.c
173
void ZLIB_INTERNAL zmemzero(void FAR *b, z_size_t len) {
sys/lib/libz/zutil.h
236
void ZLIB_INTERNAL zmemcpy(void FAR *, const void FAR *, z_size_t);
sys/lib/libz/zutil.h
237
int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t);
sys/lib/libz/zutil.h
238
void ZLIB_INTERNAL zmemzero(void FAR *, z_size_t);
sys/lib/libz/zutil.h
59
typedef uch FAR uchf;
sys/lib/libz/zutil.h
61
typedef ush FAR ushf;