Home
last modified time | relevance | path

Searched refs:tb_buf (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c922 if (typebuf.tb_buf == NULL) in init_typebuf()
924 typebuf.tb_buf = typebuf_init; in init_typebuf()
1043 if (typebuf.tb_buf != typebuf_init) in ins_typebuf()
1044 vim_free(typebuf.tb_buf); in ins_typebuf()
1045 typebuf.tb_buf = s1; in ins_typebuf()
1212 typebuf.tb_buf + i + len, in del_typebuf()
1358 if (typebuf.tb_buf == typebuf_init) in free_typebuf()
1361 VIM_CLEAR(typebuf.tb_buf); in free_typebuf()
3021 *typebuf.tb_buf = c; in vgetorpeek()
3022 gotchars(typebuf.tb_buf, 1); in vgetorpeek()
[all …]
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.h1163 char_u *tb_buf; // buffer for typed characters member
H A Dedit.c1597 char_u *p = typebuf.tb_buf + typebuf.tb_off; in decodeModifyOtherKeys()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9132 Solution: Change tb_buf to tb_noremap. (Dominique Pelle)