Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgetchar.c1396 tp->typebuf_valid = (alloc_typebuf() == OK); in save_typeahead()
1397 if (!tp->typebuf_valid) in save_typeahead()
1421 if (tp->typebuf_valid) in restore_typeahead()
H A Dstructs.h1179 int typebuf_valid; // TRUE when save_typebuf valid member
H A Dex_docmd.c8383 return sst->tabuf.typebuf_valid; in save_current_state()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer_defs.h338 bool typebuf_valid; // true when save_typebuf valid member
H A Dgetchar.c1252 tp->typebuf_valid = true; in save_typeahead()
1269 if (tp->typebuf_valid) { in restore_typeahead()
H A Dex_docmd.c8543 return sst->tabuf.typebuf_valid; in save_current_state()