Searched refs:ccl_sp (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/nvi/vi/
H A Dv_ex.c502 if (gp->ccl_sp == NULL && v_ecl_init(sp))
514 new->ep = gp->ccl_sp->ep;
517 new->frp = gp->ccl_sp->frp;
584 SCR *ccl_sp; local
587 if (sp->gp->ccl_sp == NULL && v_ecl_init(sp))
590 ccl_sp = sp->gp->ccl_sp;
596 if (sp->ep == ccl_sp->ep)
599 if (db_last(ccl_sp, &lno)) {
604 !db_get(ccl_sp, ln
[all...]
/freebsd-12-stable/contrib/nvi/common/
H A Dmain.c441 if (gp->ccl_sp != NULL) {
442 (void)file_end(gp->ccl_sp, NULL, 1);
443 (void)screen_end(gp->ccl_sp);
H A Dgs.h64 SCR *ccl_sp; /* Colon command-line screen. */ member in struct:_gs

Completed in 165 milliseconds