Home
last modified time | relevance | path

Searched refs:tb_off (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c421 typebuf.tb_off += typebuf.tb_maplen; in flush_buffers()
437 typebuf.tb_off = MAXMAPLEN; in flush_buffers()
928 typebuf.tb_off = MAXMAPLEN + 4; in init_typebuf()
989 typebuf.tb_off -= addlen; in ins_typebuf()
1056 typebuf.tb_off = newoff; in ins_typebuf()
1192 typebuf.tb_off += len; in del_typebuf()
1198 i = typebuf.tb_off + offset; in del_typebuf()
1202 if (typebuf.tb_off > MAXMAPLEN) in del_typebuf()
1208 typebuf.tb_off = MAXMAPLEN; in del_typebuf()
3061 + typebuf.tb_off, 1); in vgetorpeek()
[all …]
H A Dedit.c1597 char_u *p = typebuf.tb_buf + typebuf.tb_off; in decodeModifyOtherKeys()
1629 typebuf.tb_off += idx + 1; in decodeModifyOtherKeys()
H A Dterm.c4528 mch_memmove(typebuf.tb_buf + typebuf.tb_off + offset, string, in put_string_in_typebuf()
5341 tp = typebuf.tb_buf + typebuf.tb_off + offset; in check_termcode()
H A Dstructs.h1166 int tb_off; // current position in tb_buf[] member