Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dcompress.c82 struct cc *hforw, **hback; member
318 p->hback = NULL; in ccreset()
320 p->hback = NULL; in ccreset()
510 if (p->hback != NULL) in cc_sweep()
511 if ((*p->hback = p->hforw) != NULL) in cc_sweep()
512 p->hforw->hback = p->hback; in cc_sweep()
530 p->hforw->hback = &p->hforw; in cc_sweep()
532 p->hback = h; in cc_sweep()