Home
last modified time | relevance | path

Searched refs:tb_silent (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c446 typebuf.tb_silent = 0; in flush_buffers()
1091 if (silent || typebuf.tb_silent > offset) in ins_typebuf()
1093 typebuf.tb_silent += addlen; in ins_typebuf()
1227 if (typebuf.tb_silent > offset) // adjust tb_silent in del_typebuf()
1229 if (typebuf.tb_silent < offset + len) in del_typebuf()
1230 typebuf.tb_silent = offset; in del_typebuf()
1232 typebuf.tb_silent -= len; in del_typebuf()
1342 typebuf.tb_silent = 0; in alloc_typebuf()
2756 cmd_silent = (typebuf.tb_silent > 0); in handle_mapping()
3053 cmd_silent = (typebuf.tb_silent > 0); in vgetorpeek()
H A Dstructs.h1169 int tb_silent; // nr of silently mapped bytes in tb_buf[] member