Lines Matching refs:pos_T
78 static void nv_cursormark(cmdarg_T *cap, int flag, pos_T *pos);
495 pos_T old_pos; // cursor position before command in normal_cmd()
2386 pos_T old_pos; in find_decl()
2387 pos_T par_pos; in find_decl()
2388 pos_T found_pos; in find_decl()
2440 pos_T *pos; in find_decl()
3210 pos_T pos = curwin->w_cursor; in nv_zet()
4346 pos_T save_cursor = curwin->w_cursor; in nv_search()
4379 pos_T old = curwin->w_cursor; in nv_next()
4487 pos_T new_pos = {0, 0, 0}; in nv_brackets()
4488 pos_T prev_pos; in nv_brackets()
4489 pos_T *pos = NULL; // init for GCC in nv_brackets()
4490 pos_T old_pos; // cursor position before command in nv_brackets()
4804 pos_T *pos; in nv_percent()
5180 pos_T old_cursor; in v_swap_corners()
5285 pos_T startpos; in n_swapchar()
5288 pos_T pos; in n_swapchar()
5377 nv_cursormark(cmdarg_T *cap, int flag, pos_T *pos) in nv_cursormark()
5519 pos_T *pos; in nv_gomark()
5522 pos_T old_cursor = curwin->w_cursor; in nv_gomark()
5531 if (pos == (pos_T *)-1) // jumped to other file in nv_gomark()
5551 && (pos == (pos_T *)-1 || !EQUAL_POS(old_cursor, *pos)) in nv_gomark()
5565 pos_T *pos; in nv_pcmark()
5583 if (pos == (pos_T *)-1) // jump to other file in nv_pcmark()
5603 && (pos == (pos_T *)-1 || lnum != curwin->w_cursor.lnum) in nv_pcmark()
5858 pos_T tpos; in nv_g_cmd()
6718 pos_T startpos = curwin->w_cursor; in nv_wordcmd()
6863 pos_T *pp; in unadjust_for_sel()
7113 pos_T old_pos = curwin->w_cursor; in nv_edit()
7114 pos_T old_visual = VIsual; in nv_edit()