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

/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_init.c39 VI_PRIVATE *ovip, *nvip; local
51 ovip = VIP(orig);
54 if (ovip->rep_len != 0) {
55 MALLOC_RET(orig, nvip->rep, EVENT *, ovip->rep_len);
56 memmove(nvip->rep, ovip->rep, ovip->rep_len);
57 nvip->rep_len = ovip->rep_len;
61 if (ovip->mcs != NULL && (nvip->mcs =
62 v_wstrdup(sp, ovip->mcs, STRLEN(ovip
[all...]

Completed in 97 milliseconds