Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dv_txt.c804 #define WMTSPACE wmt.offset + wmt.owrite + wmt.insert in v_txt() macro
806 ntp->lb_len, ntp->len + WMTSPACE + 32); in v_txt()
807 memmove(ntp->lb + ntp->cno, wmt.lb, WMTSPACE); in v_txt()
808 ntp->len += WMTSPACE; in v_txt()