Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c152 int save_pos = FALSE; in do_tag() local
290 save_pos = TRUE; // save the cursor position below in do_tag()
390 save_pos = TRUE; // save the cursor position below in do_tag()
400 save_pos = FALSE; in do_tag()
472 if (save_pos) in do_tag()
1304 pos_T save_pos; in find_tagfunc_tags() local
1343 save_pos = curwin->w_cursor; in find_tagfunc_tags()
1345 curwin->w_cursor = save_pos; // restore the cursor position in find_tagfunc_tags()
H A Dindent.c1802 pos_T save_pos; in get_expr_indent() local
1811 save_pos = curwin->w_cursor; in get_expr_indent()
1837 curwin->w_cursor = save_pos; in get_expr_indent()
H A Dops.c2688 pos_T save_pos; in do_addsub() local
2790 save_pos = curwin->w_cursor; in do_addsub()
2803 curwin->w_cursor = save_pos; in do_addsub()
2871 save_pos = curwin->w_cursor; in do_addsub()
2884 curwin->w_cursor = save_pos; in do_addsub()
H A Devalfunc.c8117 pos_T save_pos = curwin->w_cursor; in search_cmn() local
8122 curwin->w_cursor = save_pos; in search_cmn()
8534 pos_T save_pos; in do_searchpair() local
8612 save_pos = curwin->w_cursor; in do_searchpair()
8616 curwin->w_cursor = save_pos; in do_searchpair()
H A Dex_getln.c543 pos_T save_pos = curwin->w_cursor; in may_do_incsearch_highlighting() local
550 curwin->w_cursor = save_pos; in may_do_incsearch_highlighting()