Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c973 int newoff; in ins_typebuf() local
1012 newoff = MAXMAPLEN + 4; in ins_typebuf()
1013 extra = addlen + newoff + 4 * (MAXMAPLEN + 4); in ins_typebuf()
1034 mch_memmove(s1 + newoff, typebuf.tb_buf + typebuf.tb_off, in ins_typebuf()
1037 mch_memmove(s1 + newoff + offset, str, (size_t)addlen); in ins_typebuf()
1040 mch_memmove(s1 + newoff + offset + addlen, in ins_typebuf()
1047 mch_memmove(s2 + newoff, typebuf.tb_noremap + typebuf.tb_off, in ins_typebuf()
1049 mch_memmove(s2 + newoff + offset + addlen, in ins_typebuf()
1056 typebuf.tb_off = newoff; in ins_typebuf()