Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c445 typebuf.tb_maplen = 0; in flush_buffers()
1090 typebuf.tb_maplen += addlen; in ins_typebuf()
1171 return typebuf.tb_maplen; in typebuf_maplen()
1223 typebuf.tb_maplen = offset; in del_typebuf()
1225 typebuf.tb_maplen -= len; in del_typebuf()
1341 typebuf.tb_maplen = 0; in alloc_typebuf()
2414 && (typebuf.tb_maplen == 0 in handle_mapping()
2623 && (typebuf.tb_maplen == 0 in handle_mapping()
2752 if (keylen > typebuf.tb_maplen) in handle_mapping()
2994 if (typebuf.tb_maplen) in vgetorpeek()
[all …]
H A Dclientserver.c50 if (typebuf.tb_maplen < typebuf.tb_len) in server_to_input_buf()
51 del_typebuf(typebuf.tb_len - typebuf.tb_maplen, typebuf.tb_maplen); in server_to_input_buf()
H A Dstructs.h1168 int tb_maplen; // nr of mapped bytes in tb_buf[] member