Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/ex/
H A Dex_display.c76 if (LIST_FIRST(&sp->gp->cutq) == NULL && sp->gp->dcbp == NULL) { in bdisplay()
100 if ((cbp = sp->gp->dcbp) != NULL) in bdisplay()
/openbsd/usr.bin/vi/common/
H A Dgs.h103 CB *dcbp; /* Default cut buffer pointer. */ member
H A Dput.c44 cbp = sp->gp->dcbp; in put()
H A Dcut.c160 sp->gp->dcbp = cbp; /* Repoint the default buffer on each pass. */ in cut()