Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops.c238 int copyw(), copywR();
269 copyw(truedol+1, zero+1, nlines);
291 (*(more>0 ? copywR : copyw))(savedol+1, dol+1, truedol-dol);
295 copyw(zero+1, truedol+1, nlines);
H A Dex_subr.c149 copyw(line *to, line *from, int size) in copyw() function
718 (*(more > 0 ? copywR : copyw))(unddol + more + 1, unddol + 1, in save()
722 copyw(dol + 1, a1, a2 - a1 + 1); in save()