Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvi.c105 F_CLR(vip, VIP_RCM_LAST); in vi()
316 vp->m_final.lno, F_ISSET(vip, VIP_RCM_LAST)); in vi()
319 F_SET(vip, VIP_RCM_LAST); in vi()
H A Dvi.h310 #define VIP_RCM_LAST 0x0040 /* Cursor drawn to the last column. */ macro