Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_ex.c510 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
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()
608 log_cursor(ccl_sp); in v_ecl_log()
634 if (screen_init(gp, sp, &gp->ccl_sp)) in v_ecl_init()
637 (void)screen_end(gp->ccl_sp); in v_ecl_init()
638 gp->ccl_sp = NULL; in v_ecl_init()
[all …]
/freebsd/contrib/nvi/common/
H A Dmain.c428 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 Dgs.h60 SCR *ccl_sp; /* Colon command-line screen. */ member