Home
last modified time | relevance | path

Searched refs:tpos (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c2506 tpos.col++; in stop_insert()
4491 pos_T tpos; in ins_scroll() local
4497 start_arrow(&tpos); in ins_scroll()
4507 pos_T tpos; in ins_horscroll() local
4524 pos_T tpos; in ins_left() local
4573 pos_T tpos; in ins_home() local
4592 pos_T tpos; in ins_end() local
4704 pos_T tpos; in ins_up() local
4734 pos_T tpos; in ins_pageup() local
4765 pos_T tpos; in ins_down() local
[all …]
H A Dtextobject.c28 pos_T pos, tpos; in findsent() local
79 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()
H A Dmouse.c1029 pos_T tpos; in ins_mouse() local
1040 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() local
1079 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()
H A Dmenu.c2329 pos_T tpos; in execute_menu() local
2342 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()
H A Dinsexpand.c4354 pos_T tpos = curwin->w_cursor; in spell_back_to_badword() local
4357 if (curwin->w_cursor.col != tpos.col) in spell_back_to_badword()
4358 start_arrow(&tpos); in spell_back_to_badword()
H A Dnormal.c5858 pos_T tpos; in nv_g_cmd() local
5931 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()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt3544 Solution: Update tpos. (Christian Brabandt)