Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c1400 tp->typebuf_valid = (alloc_typebuf() == OK); in save_typeahead()
1401 if (!tp->typebuf_valid) in save_typeahead()
1425 if (tp->typebuf_valid) in restore_typeahead()
H A Dstructs.h1178 int typebuf_valid; // TRUE when save_typebuf valid member
H A Dex_docmd.c8343 return sst->tabuf.typebuf_valid; in save_current_state()