Searched refs:vgetc (Results 1 – 18 of 18) sorted by relevance
21 " Use <Ignore> after <MouseMove> to return from vgetc() without removing51 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
364 " vgetc().
40 int vgetc(void);
1237 (void)vgetc(); // flush all buffers in main_loop()2876 (void)vgetc(); // only break the file loading, not the rest in create_windows()2990 (void)vgetc(); // only break the file loading, not the rest in edit_buffers()
818 (void)vgetc(); // flush all buffers in edit()2226 c = vgetc(); in insertchar()2231 buf[i++] = vgetc(); in insertchar()4391 c = vgetc(); in bracketed_paste()
142 where Vim waits for a character to be typed. The `vgetc()` function is used
1642 vgetc(void) in vgetc() function1922 c = vgetc(); in safe_vgetc()
1525 c = vgetc(); in pum_show_popupmenu()
2771 (void)vgetc(); in getexline()2859 c1 = vgetc(); in getexmodeline()
4148 (void)vgetc(); in ins_complete()
1044 (void)vgetc(); in spell_suggest_intern()
6465 c = vgetc(); in check_for_codes_from_term()
5356 (void)vgetc(); // only break the file loading, not the rest in ex_buffer_all()
2112 c = vgetc(); in term_vgetc()
4805 would loop while outputting "*" characters. vgetc() was called recursively,5053 autocommand is executed down from vgetc(). Calling vgetc()
323 to return from vgetc() to make this happen. #70116131 - Should not call cursorcmd() for each vgetc() in getcmdline().
2602 When vgetc is used recursively vgetc_busy protects it from being used5412 Solution: Instead of not returning from vgetc() when a focus event is
46838 Solution: Remove the merging done in vgetc().