Posf              288 tools/packfi2/deflate.c     s->prev   = (Posf *)  ZALLOC(strm, s->w_size, sizeof(Pos));
Posf              289 tools/packfi2/deflate.c     s->head   = (Posf *)  ZALLOC(strm, s->hash_size, sizeof(Pos));
Posf              921 tools/packfi2/deflate.c     ds->prev   = (Posf *)  ZALLOC(dest, ds->w_size, sizeof(Pos));
Posf              922 tools/packfi2/deflate.c     ds->head   = (Posf *)  ZALLOC(dest, ds->hash_size, sizeof(Pos));
Posf             1042 tools/packfi2/deflate.c     Posf *prev = s->prev;
Posf             1270 tools/packfi2/deflate.c     register Posf *p;
Posf              128 tools/packfi2/deflate.h     Posf *prev;
Posf              134 tools/packfi2/deflate.h     Posf *head; /* Heads of the hash chains or NIL. */