Lines Matching refs:q
346 register struct huft *q; /* points to current table */ in huft_build() local
449 q = (struct huft *)NULL; /* ditto */ in huft_build()
488 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build()
498 *t = q + 1; /* link to list for huft_free() */ in huft_build()
499 *(t = &(q->v.t)) = (struct huft *)NULL; in huft_build()
500 u[h] = ++q; /* table starts after link */ in huft_build()
509 r.v.t = q; /* pointer to this table */ in huft_build()
537 q[j] = r; in huft_build()
574 register struct huft *p, *q; in huft_free() local
581 q = (--p)->v.t; in huft_free()
583 p = q; in huft_free()