Lines Matching refs:b_op_start_orig
1547 if (t1.lnum == curbuf->b_op_start_orig.lnum in op_insert()
1548 && LT_POS(curbuf->b_op_start_orig, t1)) in op_insert()
1549 oap->start = curbuf->b_op_start_orig; in op_insert()
1577 if (oap->start.lnum == curbuf->b_op_start_orig.lnum in op_insert()
1580 int t = getviscol2(curbuf->b_op_start_orig.col, in op_insert()
1581 curbuf->b_op_start_orig.coladd); in op_insert()
1587 != curbuf->b_op_start_orig.col in op_insert()
1588 + curbuf->b_op_start_orig.coladd) in op_insert()
1590 oap->start.col = curbuf->b_op_start_orig.col; in op_insert()
1596 >= curbuf->b_op_start_orig.col in op_insert()
1597 + curbuf->b_op_start_orig.coladd) in op_insert()
1599 oap->start.col = curbuf->b_op_start_orig.col; in op_insert()