Lines Matching refs:old_end
1044 pos_T old_start, old_end; in current_block() local
1049 old_end = curwin->w_cursor; // remember where we started in current_block()
1050 old_start = old_end; in current_block()
1072 old_end = VIsual; in current_block()
1137 if (!LT_POS(start_pos, old_start) && !LT_POS(old_end, curwin->w_cursor) in current_block()
1276 pos_T old_start, old_end; in current_tagblock() local
1290 old_end = curwin->w_cursor; // remember where we started in current_tagblock()
1291 old_start = old_end; in current_tagblock()
1293 decl(&old_end); // old_end is inclusive in current_tagblock()
1321 old_end = curwin->w_cursor; in current_tagblock()
1330 old_end = VIsual; in current_tagblock()
1381 if (r < 1 || LT_POS(curwin->w_cursor, old_end)) in current_tagblock()
1429 && EQUAL_POS(end_pos, old_end)) in current_tagblock()