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

/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_init.c41 VI_PRIVATE *ovip, *nvip; local
53 ovip = VIP(orig);
56 if (ovip->rep_len != 0) {
57 MALLOC_RET(orig, nvip->rep, EVENT *, ovip->rep_len);
58 memmove(nvip->rep, ovip->rep, ovip->rep_len);
59 nvip->rep_len = ovip->rep_len;
63 if (ovip->ps != NULL && (nvip->ps =
64 v_strdup(sp, ovip->ps, strlen(ovip
[all...]

Completed in 59 milliseconds