Searched refs:ccl_sp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_ex.c | 498 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/contrib/nvi/common/ |
H A D | main.c | 428 if (gp->ccl_sp != NULL) { in v_end() 429 (void)file_end(gp->ccl_sp, NULL, 1); in v_end() 430 (void)screen_end(gp->ccl_sp); in v_end()
|
H A D | gs.h | 60 SCR *ccl_sp; /* Colon command-line screen. */ member
|