Searched refs:L_YANKED (Results 1 – 3 of 3) sorted by relevance
73 #define L_YANKED 6 /* Yanked lines. */ macro75 recno_t rptlines[L_YANKED + 1];/* Ex/vi: lines changed by last op. */
481 if (total <= rptval && sp->rptlines[L_YANKED] < rptval) { in mod_rpt()
53 sp->rptlines[L_YANKED] += (vp->m_stop.lno - vp->m_start.lno) + 1; in v_yank()