Home
last modified time | relevance | path

Searched refs:AppendCharToRedobuff (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c257 AppendCharToRedobuff('g'); in edit()
263 AppendCharToRedobuff('a'); in edit()
265 AppendCharToRedobuff(cmdchar); in edit()
267 AppendCharToRedobuff('I'); in edit()
2262 AppendCharToRedobuff(c); in insertchar()
2270 AppendCharToRedobuff(c); in insertchar()
2291 AppendCharToRedobuff(c); in redo_literal()
2317 AppendCharToRedobuff(Ctrl_G); in start_arrow_with_change()
2318 AppendCharToRedobuff('U'); in start_arrow_with_change()
3867 AppendCharToRedobuff(c); in ins_shift()
[all …]
H A Dnormal.c1703 AppendCharToRedobuff('"'); in prep_redo()
1704 AppendCharToRedobuff(regname); in prep_redo()
1710 AppendCharToRedobuff(cmd1); in prep_redo()
1712 AppendCharToRedobuff(cmd2); in prep_redo()
1714 AppendCharToRedobuff(cmd3); in prep_redo()
1716 AppendCharToRedobuff(cmd4); in prep_redo()
1718 AppendCharToRedobuff(cmd5); in prep_redo()
5087 AppendCharToRedobuff(cap->ncharC1); in nv_replace()
5089 AppendCharToRedobuff(cap->ncharC2); in nv_replace()
5500 AppendCharToRedobuff('D'); in nv_optrans()
H A Dmouse.c437 AppendCharToRedobuff(Ctrl_R); in do_mouse()
438 AppendCharToRedobuff(fixindent ? Ctrl_P : Ctrl_O); in do_mouse()
439 AppendCharToRedobuff(regname == 0 ? '"' : regname); in do_mouse()
H A Dregister.c824 AppendCharToRedobuff(Ctrl_R); in insert_reg()
825 AppendCharToRedobuff(regname); in insert_reg()
H A Dinsexpand.c1717 AppendCharToRedobuff(c); in ins_compl_addleader()
2195 AppendCharToRedobuff(K_BS); in ins_compl_fixRedoBufForLeader()
H A Dgetchar.c597 AppendCharToRedobuff(int c) in AppendCharToRedobuff() function
H A Dspellsuggest.c685 AppendCharToRedobuff(ESC); in spell_suggest()
/vim-8.2.3635/src/proto/
H A Dgetchar.pro14 void AppendCharToRedobuff(int c);