Searched refs:tpos (Results 1 – 7 of 7) sorted by relevance
2506 tpos.col++; in stop_insert()4491 pos_T tpos; in ins_scroll() local4497 start_arrow(&tpos); in ins_scroll()4507 pos_T tpos; in ins_horscroll() local4524 pos_T tpos; in ins_left() local4573 pos_T tpos; in ins_home() local4592 pos_T tpos; in ins_end() local4704 pos_T tpos; in ins_up() local4734 pos_T tpos; in ins_pageup() local4765 pos_T tpos; in ins_down() local[all …]
28 pos_T pos, tpos; in findsent() local79 tpos = pos; in findsent()80 if (decl(&tpos) == -1 || (LINEEMPTY(tpos.lnum) && dir == FORWARD)) in findsent()89 && vim_strchr((char_u *) ".!?)]\"'", gchar_pos(&tpos)) == NULL) in findsent()110 tpos = pos; in findsent()112 if ((c = inc(&tpos)) == -1) in findsent()114 while (vim_strchr((char_u *)")]\"'", c = gchar_pos(&tpos)) in findsent()117 || (cpo_J && (c == ' ' && inc(&tpos) >= 0 in findsent()118 && gchar_pos(&tpos) == ' '))) in findsent()120 pos = tpos; in findsent()
1029 pos_T tpos; in ins_mouse() local1040 tpos = curwin->w_cursor; in ins_mouse()1057 start_arrow(curwin == old_curwin ? &tpos : NULL); in ins_mouse()1075 pos_T tpos; in ins_mousescroll() local1079 tpos = curwin->w_cursor; in ins_mousescroll()1143 if (!EQUAL_POS(curwin->w_cursor, tpos)) in ins_mousescroll()1145 start_arrow(&tpos); in ins_mousescroll()
2329 pos_T tpos; in execute_menu() local2342 tpos = curbuf->b_visual.vi_end; in execute_menu()2352 tpos.lnum = eap->line2; in execute_menu()2353 tpos.col = MAXCOL; in execute_menu()2354 tpos.coladd = 0; in execute_menu()2362 curwin->w_cursor = tpos; in execute_menu()
4354 pos_T tpos = curwin->w_cursor; in spell_back_to_badword() local4357 if (curwin->w_cursor.col != tpos.col) in spell_back_to_badword()4358 start_arrow(&tpos); in spell_back_to_badword()
5858 pos_T tpos; in nv_g_cmd() local5931 tpos = curbuf->b_visual.vi_end; in nv_g_cmd()5940 tpos = curbuf->b_visual.vi_end; in nv_g_cmd()5951 curwin->w_cursor = tpos; in nv_g_cmd()
3544 Solution: Update tpos. (Christian Brabandt)