Searched refs:cc_htab (Results 1 – 1 of 1) sorted by relevance
151 struct cc **cc_htab; /* the hash table */ variable249 if ((cc_htab = (struct cc **) malloc(HSIZE * sizeof *cc_htab)) == NULL) in ccinit()316 memset((char *) cc_htab, 0, HSIZE * sizeof *cc_htab); in ccreset()490 h = cc_htab + (*hc1++ = hash(hh, c)); in cc_sweep()