Lines Matching refs:m_start
66 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_replace()
84 vp->m_stop.lno = vp->m_start.lno; in v_replace()
85 vp->m_stop.cno = vp->m_start.cno + cnt - 1; in v_replace()
87 v_eol(sp, &vp->m_start); in v_replace()
154 vp->m_stop.lno = vp->m_start.lno + 1; in v_replace()
158 if (db_set(sp, vp->m_start.lno, p, vp->m_start.cno)) in v_replace()
168 p += vp->m_start.cno + cnt; in v_replace()
169 len -= vp->m_start.cno + cnt; in v_replace()
177 if (v_txt_auto(sp, vp->m_start.lno, NULL, 0, tp)) in v_replace()
184 if (db_append(sp, 1, vp->m_start.lno, tp->lb, tp->len)) in v_replace()
191 STRSET(bp + vp->m_start.cno, vip->rlast, cnt); in v_replace()
192 rval = db_set(sp, vp->m_start.lno, bp, len); in v_replace()