Searched refs:old_pos (Results 1 – 4 of 4) sorted by relevance
1040 pos_T old_pos; in current_block() local1048 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() local1289 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()
1144 && 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() local2404 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 …]
1134 pos_T *pos, old_pos; in ins_try_si() local1145 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()
1560 pos_T old_pos; in do_put() local2143 old_pos = curwin->w_cursor; in do_put()2164 curwin->w_cursor = old_pos; in do_put()