Home
last modified time | relevance | path

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

/netbsd/external/bsd/nvi/dist/ex/
H A Dex_display.c95 if (LIST_EMPTY(&sp->wp->cutq) && sp->wp->dcbp == NULL) { in bdisplay()
119 if ((cbp = sp->wp->dcbp) != NULL) in bdisplay()
/netbsd/external/bsd/nvi/dist/common/
H A Dscreen.h62 CB *dcbp; /* Default cut buffer pointer. */ member
H A Dput.c53 cbp = sp->wp->dcbp; in put()
H A Dcut.c168 sp->wp->dcbp = cbp; /* Repoint the default buffer on each pass. */ in cut()