Home
last modified time | relevance | path

Searched refs:typebuf_typed (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgetchar.pro29 int typebuf_typed(void);
/vim-8.2.3635/src/
H A Dmisc1.c2570 return (p_im && stuff_empty() && typebuf_typed()); in goto_im()
H A Dgetchar.c1160 typebuf_typed(void) in typebuf_typed() function
H A Dnormal.c1159 && typebuf_typed() in normal_cmd()
5764 VIsual_select = (stuff_empty() && typebuf_typed() in may_start_select()
H A Dfileio.c3940 if (!stuff_empty() || global_busy || !typebuf_typed() in check_timestamps()
H A Dex_docmd.c8570 || ((was_typed || !typebuf_typed()) && typebuf.tb_len > 0) in exec_normal()