Home
last modified time | relevance | path

Searched refs:safe_vgetc (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgetchar.pro41 int safe_vgetc(void);
/vim-8.2.3635/src/
H A Dgetchar.c1918 safe_vgetc(void) in safe_vgetc() function
1938 c = safe_vgetc(); in plain_vgetc()
2060 n = safe_vgetc(); in getchar_common()
H A Dinsexpand.c3600 c = safe_vgetc(); // Eat the character in ins_compl_check_keys()
3609 c = safe_vgetc(); in ins_compl_check_keys()
H A Dmisc1.c939 c = safe_vgetc(); in get_number()
H A Dmouse.c272 nc = safe_vgetc(); in do_mouse()
H A Dmessage.c1200 c = safe_vgetc(); in wait_return()
H A Dex_getln.c1772 c = safe_vgetc(); in getcmdline_int()
H A Dedit.c599 c = safe_vgetc(); in edit()
H A Dnormal.c571 c = safe_vgetc(); in normal_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4806 thus it returns NUL. Added safe_vgetc(), which reads input directly from the
H A Dversion7.txt5922 Solution: Loop when safe_vgetc() returns K_IGNORE.