Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1040 pos_T old_pos; in current_block() local
1048 old_pos = curwin->w_cursor; in current_block()
1110 curwin->w_cursor = old_pos; in current_block()
1144 curwin->w_cursor = old_pos; in current_block()
1151 curwin->w_cursor = old_pos; in current_block()
1273 pos_T old_pos; in current_tagblock() local
1289 old_pos = curwin->w_cursor; in current_tagblock()
1344 curwin->w_cursor = old_pos; in current_tagblock()
1360 curwin->w_cursor = old_pos; in current_tagblock()
1369 curwin->w_cursor = old_pos; in current_tagblock()
H A Dnormal.c1144 && old_pos.lnum == curwin->w_cursor.lnum in normal_cmd()
1145 && old_pos.col == curwin->w_cursor.col) in normal_cmd()
2386 pos_T old_pos; in find_decl() local
2404 old_pos = curwin->w_cursor; in find_decl()
2435 if (curwin->w_cursor.lnum >= old_pos.lnum) in find_decl()
2446 && pos->lnum < old_pos.lnum) in find_decl()
2508 curwin->w_cursor = old_pos; in find_decl()
4498 old_pos = curwin->w_cursor; in nv_brackets()
4595 curwin->w_cursor = old_pos; in nv_brackets()
4661 curwin->w_cursor = old_pos; in nv_brackets()
[all …]
H A Dindent.c1134 pos_T *pos, old_pos; in ins_try_si() local
1145 old_pos = curwin->w_cursor; in ins_try_si()
1161 curwin->w_cursor = old_pos; in ins_try_si()
1174 old_pos = curwin->w_cursor; in ins_try_si()
1186 curwin->w_cursor = old_pos; in ins_try_si()
H A Dregister.c1560 pos_T old_pos; in do_put() local
2143 old_pos = curwin->w_cursor; in do_put()
2164 curwin->w_cursor = old_pos; in do_put()