Home
last modified time | relevance | path

Searched refs:vgetc (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_balloon.vim21 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
51 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
H A Dtest_timers.vim364 " vgetc().
/vim-8.2.3635/src/proto/
H A Dgetchar.pro40 int vgetc(void);
/vim-8.2.3635/src/
H A Dmain.c1237 (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()
H A Dedit.c818 (void)vgetc(); // flush all buffers in edit()
2226 c = vgetc(); in insertchar()
2231 buf[i++] = vgetc(); in insertchar()
4391 c = vgetc(); in bracketed_paste()
H A DREADME.md142 where Vim waits for a character to be typed. The `vgetc()` function is used
H A Dgetchar.c1642 vgetc(void) in vgetc() function
1922 c = vgetc(); in safe_vgetc()
H A Dpopupmenu.c1525 c = vgetc(); in pum_show_popupmenu()
H A Dex_getln.c2771 (void)vgetc(); in getexline()
2859 c1 = vgetc(); in getexmodeline()
H A Dinsexpand.c4148 (void)vgetc(); in ins_complete()
H A Dspellsuggest.c1044 (void)vgetc(); in spell_suggest_intern()
H A Dterm.c6465 c = vgetc(); in check_for_codes_from_term()
H A Dbuffer.c5356 (void)vgetc(); // only break the file loading, not the rest in ex_buffer_all()
H A Dterminal.c2112 c = vgetc(); in term_vgetc()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4805 would loop while outputting "*" characters. vgetc() was called recursively,
5053 autocommand is executed down from vgetc(). Calling vgetc()
H A Dtodo.txt323 to return from vgetc() to make this happen. #7011
6131 - Should not call cursorcmd() for each vgetc() in getcmdline().
H A Dversion7.txt2602 When vgetc is used recursively vgetc_busy protects it from being used
5412 Solution: Instead of not returning from vgetc() when a focus event is
H A Dversion8.txt46838 Solution: Remove the merging done in vgetc().