Home
last modified time | relevance | path

Searched refs:stuff_empty (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgetchar.pro4 int stuff_empty(void);
/vim-8.2.3635/src/
H A Dmain.c1052 return stuff_empty() in is_safe_now()
1203 if (stuff_empty()) in main_loop()
1259 else if (do_redraw || stuff_empty()) in main_loop()
H A Dmisc1.c760 if (!(stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL)) in f_state()
2570 return (p_im && stuff_empty() && typebuf_typed()); in goto_im()
H A Dedit.c346 if (restart_edit != 0 && stuff_empty()) in edit()
466 if (stuff_empty()) in edit()
3458 if (need_redraw || stuff_empty()) in ins_reg()
H A Dnormal.c1158 && stuff_empty() in normal_cmd()
1277 && stuff_empty() in normal_cmd()
5764 VIsual_select = (stuff_empty() && typebuf_typed() in may_start_select()
7207 if (repl || !stuff_empty()) in invoke_edit()
H A Dgetchar.c377 stuff_empty(void) in stuff_empty() function
H A Dex_docmd.c7914 while (!stuff_empty() || typebuf.tb_len > prev_len) in ex_at()
8569 while ((!stuff_empty() in exec_normal()
H A Dfileio.c3940 if (!stuff_empty() || global_busy || !typebuf_typed() in check_timestamps()