Searched refs:vpeekc (Results 1 – 9 of 9) sorted by relevance
43 int vpeekc(void);
1510 (void)vpeekc(); // check for end of file in openscript()1958 vpeekc(void) in vpeekc() function1977 c = vpeekc(); in vpeekc_nomap()1994 c = vpeekc(); in vpeekc_any()2016 retval = vpeekc(); in char_avail()
437 if (did_do_incsearch && vpeekc() == NUL) in may_do_incsearch_highlighting()522 (void)vpeekc(); // remove <C-C> from input stream in may_do_incsearch_highlighting()954 (void)vpeekc(); // remove <C-C> from input stream in cmdline_wildchar_complete()2403 if (xpc.xp_context == EXPAND_NOTHING && (KeyTyped || vpeekc() == NUL)) in getcmdline_int()2418 if (vpeekc() == NUL) in getcmdline_int()2770 if (exec_from_reg && vpeekc() == ':') in getexline()
2190 && vpeekc() != NUL in insertchar()2217 while ( (c = vpeekc()) != NUL in insertchar()4388 if (end == NULL && vpeekc() == NUL) in bracketed_paste()
996 while ((c = vpeekc()) <= 0 && towait > 0L) in normal_cmd()1021 while (enc_utf8 && lang && (c = vpeekc()) > 0 in normal_cmd()1022 && (c >= 0x100 || MB_BYTE2LEN(vpeekc()) > 1)) in normal_cmd()
264 if (vpeekc() != NUL) in do_mouse()
7576 (void)vpeekc(); in do_sleep()8571 || (use_vpeekc && (c = vpeekc()) != NUL && c != Ctrl_C)) in exec_normal()
6455 c = vpeekc(); in check_for_codes_from_term()
25554 Solution: Check for InsertCharPre before calling vpeekc(). (Christian26930 Solution: call vpeekc() to drop the CTRL-C from the input stream.