Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/vi/
Dv_ex.c498 if (gp->ccl_sp == NULL && v_ecl_init(sp)) in v_ecl()
510 new->ep = gp->ccl_sp->ep; in v_ecl()
513 new->frp = gp->ccl_sp->frp; in v_ecl()
580 SCR *ccl_sp; in v_ecl_log() local
583 if (sp->gp->ccl_sp == NULL && v_ecl_init(sp)) in v_ecl_log()
586 ccl_sp = sp->gp->ccl_sp; in v_ecl_log()
592 if (sp->ep == ccl_sp->ep) in v_ecl_log()
595 if (db_last(ccl_sp, &lno)) { in v_ecl_log()
600 !db_get(ccl_sp, lno, 0, &p, &len) && in v_ecl_log()
605 rval = db_append(ccl_sp, 0, lno, tp->lb, tp->len); in v_ecl_log()
[all …]
/freebsd-12-stable/contrib/nvi/common/
Dmain.c429 if (gp->ccl_sp != NULL) {
430 (void)file_end(gp->ccl_sp, NULL, 1);
431 (void)screen_end(gp->ccl_sp);
Dgs.h60 SCR *ccl_sp; /* Colon command-line screen. */ member