huft              140 lib/inflate.c      struct huft *t;     /* pointer to next level of table */
huft              342 lib/inflate.c    register struct huft *q;      /* points to current table */
huft              343 lib/inflate.c    struct huft r;                /* table entry for structure assignment */
huft              350 lib/inflate.c      struct huft *u[BMAX];         /* table stack */
huft              355 lib/inflate.c    struct huft **u;
huft              380 lib/inflate.c      *t = (struct huft *)NULL;
huft              444 lib/inflate.c    u[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft              445 lib/inflate.c    q = (struct huft *)NULL;      /* ditto */
huft              484 lib/inflate.c          if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
huft              485 lib/inflate.c              (struct huft *)NULL)
huft              495 lib/inflate.c          *(t = &(q->v.t)) = (struct huft *)NULL;
huft              570 lib/inflate.c    register struct huft *p, *q;
huft              575 lib/inflate.c    while (p != (struct huft *)NULL)
huft              597 lib/inflate.c    struct huft *t;       /* pointer to table entry */
huft              767 lib/inflate.c    struct huft *tl;      /* literal/length code table */
huft              768 lib/inflate.c    struct huft *td;      /* distance code table */
huft              833 lib/inflate.c    struct huft *tl;      /* literal/length code table */
huft              834 lib/inflate.c    struct huft *td;      /* distance code table */