Lines Matching refs:m_start
76 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_replace()
94 vp->m_stop.lno = vp->m_start.lno; in v_replace()
95 vp->m_stop.cno = vp->m_start.cno + cnt - 1; in v_replace()
97 v_eol(sp, &vp->m_start); in v_replace()
167 vp->m_stop.lno = vp->m_start.lno + 1; in v_replace()
171 if (db_set(sp, vp->m_start.lno, p, vp->m_start.cno)) in v_replace()
181 p += vp->m_start.cno + cnt; in v_replace()
182 len -= vp->m_start.cno + cnt; in v_replace()
190 if (v_txt_auto(sp, vp->m_start.lno, NULL, 0, tp)) in v_replace()
197 if (db_append(sp, 1, vp->m_start.lno, tp->lb, tp->len)) in v_replace()
204 STRSET(bp + vp->m_start.cno, vip->rlast, cnt); in v_replace()
205 rval = db_set(sp, vp->m_start.lno, bp, len); in v_replace()