Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/common/
H A Dcut.c197 CB *cbp, *del_cbp; in cb_rotate() local
199 del_cbp = NULL; in cb_rotate()
227 del_cbp = cbp; in cb_rotate()
230 if (del_cbp != NULL) { in cb_rotate()
231 LIST_REMOVE(del_cbp, q); in cb_rotate()
232 text_lfree(&del_cbp->textq); in cb_rotate()
233 free(del_cbp); in cb_rotate()