Home
last modified time | relevance | path

Searched refs:ins_char_typebuf (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgetchar.pro27 void ins_char_typebuf(int c, int modifier);
/vim-8.2.3635/src/
H A Dgetchar.c1109 ins_char_typebuf(int c, int modifier) in ins_char_typebuf() function
2279 ins_char_typebuf(K_IGNORE, 0); in parse_queued_messages()
H A Dmessage.c1290 ins_char_typebuf(vgetc_char, vgetc_mod_mask); in wait_return()
3818 ins_char_typebuf(':', 0); in do_dialog()
H A Dnormal.c600 ins_char_typebuf(vgetc_char, vgetc_mod_mask); in normal_cmd()
H A Dterminal.c3508 ins_char_typebuf(K_IGNORE, 0); in term_channel_closed()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt46339 Solution: Add modifier to ins_char_typebuf(). (closes #6158)