Searched refs:Posf (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.h87 typedef Pos FAR Posf; typedef
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1042 Posf *prev = s->prev;
1270 register Posf *p;
/ast/src/cmd/INIT/
H A Dratz.c1297 typedef Pos FAR Posf; typedef
1338 Posf *prev;
1344 Posf *head; /* Heads of the hash chains or NIL. */

Completed in 36 milliseconds