Home
last modified time | relevance | path

Searched refs:cc_htab (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/window/
H A Dcompress.c151 struct cc **cc_htab; /* the hash table */ variable
249 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()