Lines Matching refs:pos_T
29 static void start_arrow_common(pos_T *end_insert_pos, int change);
33 static void stop_insert(pos_T *end_insert_pos, int esc, int nomove);
188 pos_T save_cursor = curwin->w_cursor; in edit()
2300 pos_T *end_insert_pos) // can be NULL in start_arrow()
2311 pos_T *end_insert_pos, // can be NULL in start_arrow_with_change()
2324 pos_T *end_insert_pos, // can be NULL in start_arrow_common()
2411 pos_T *end_insert_pos, in stop_insert()
2445 pos_T tpos = curwin->w_cursor; in stop_insert()
2486 pos_T tpos = curwin->w_cursor; in stop_insert()
2656 pos_T prevpos = curwin->w_cursor; in oneright()
3398 pos_T curpos = curwin->w_cursor; in ins_reg()
4491 pos_T tpos; in ins_scroll()
4507 pos_T tpos; in ins_horscroll()
4524 pos_T tpos; in ins_left()
4573 pos_T tpos; in ins_home()
4592 pos_T tpos; in ins_end()
4704 pos_T tpos; in ins_up()
4734 pos_T tpos; in ins_pageup()
4765 pos_T tpos; in ins_down()
4795 pos_T tpos; in ins_pagedown()
4937 pos_T pos; in ins_tab()
4938 pos_T fpos; in ins_tab()
4939 pos_T *cursor; in ins_tab()