Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/common/
Dscreen.h73 #define L_YANKED 6 /* Yanked lines. */ macro
75 recno_t rptlines[L_YANKED + 1];/* Ex/vi: lines changed by last op. */
Dmsg.c481 if (total <= rptval && sp->rptlines[L_YANKED] < rptval) { in mod_rpt()
/freebsd-10-stable/contrib/nvi/vi/
Dv_yank.c53 sp->rptlines[L_YANKED] += (vp->m_stop.lno - vp->m_start.lno) + 1; in v_yank()