Home
last modified time | relevance | path

Searched refs:old_end (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c1044 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()
1276 pos_T old_start, old_end; in current_tagblock() local
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()
[all …]