Home
last modified time | relevance | path

Searched refs:ui_inchar_undo (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dui.pro3 void ui_inchar_undo(char_u *s, int len);
/vim-8.2.3635/src/
H A Dui.c77 ui_inchar_undo(char_u *s, int len) in ui_inchar_undo() function
H A Dos_unix.c5314 ui_inchar_undo(ta_buf, ta_len); in mch_call_shell_fork()
H A Dos_win32.c4557 ui_inchar_undo(ta_buf, ta_len); in mch_system_piped()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt7275 Solution: Avoid using a NULL pointer in ui_inchar_undo().