Lines Matching refs:m_start
105 cs.cs_lno = vp->m_start.lno; in fword()
106 cs.cs_cno = vp->m_start.cno; in fword()
210 cs.cs_lno == vp->m_start.lno && cs.cs_cno == vp->m_start.cno) { in fword()
211 v_eof(sp, &vp->m_start); in fword()
225 vp->m_final = ISMOTION(vp) ? vp->m_start : vp->m_stop; in fword()
265 cs.cs_lno = vp->m_start.lno; in eword()
266 cs.cs_cno = vp->m_start.cno; in eword()
358 cs.cs_lno == vp->m_start.lno && cs.cs_cno == vp->m_start.cno) { in eword()
359 v_eof(sp, &vp->m_start); in eword()
371 vp->m_final = ISMOTION(vp) ? vp->m_start : vp->m_stop; in eword()
411 cs.cs_lno = vp->m_start.lno; in bword()
412 cs.cs_cno = vp->m_start.cno; in bword()
499 ret: if (cs.cs_lno == vp->m_start.lno && cs.cs_cno == vp->m_start.cno) { in bword()
500 v_sof(sp, &vp->m_start); in bword()
520 --vp->m_start.cno; in bword()