Searched refs:tb_buf (Results 1 – 5 of 5) sorted by relevance
922 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 …]
4528 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()
1163 char_u *tb_buf; // buffer for typed characters member
1597 char_u *p = typebuf.tb_buf + typebuf.tb_off; in decodeModifyOtherKeys()
9132 Solution: Change tb_buf to tb_noremap. (Dominique Pelle)