Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_init.c35 VI_PRIVATE *ovip, *nvip; in v_screen_copy() local
38 CALLOC_RET(orig, nvip, 1, sizeof(VI_PRIVATE)); in v_screen_copy()
39 sp->vi_private = nvip; in v_screen_copy()
42 VI_SCR_CFLUSH(nvip); in v_screen_copy()
45 nvip->csearchdir = CNOTSET; in v_screen_copy()
51 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy()
52 memmove(nvip->rep, ovip->rep, ovip->rep_len); in v_screen_copy()
53 nvip->rep_len = ovip->rep_len; in v_screen_copy()
57 if (ovip->mcs != NULL && (nvip->mcs = in v_screen_copy()
62 if (ovip->ps != NULL && (nvip->ps = in v_screen_copy()
[all …]