Lines Matching refs:addlen
971 int addlen; in ins_typebuf() local
982 addlen = (int)STRLEN(str); in ins_typebuf()
984 if (offset == 0 && addlen <= typebuf.tb_off) in ins_typebuf()
989 typebuf.tb_off -= addlen; in ins_typebuf()
990 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen); in ins_typebuf()
993 >= addlen + 3 * (MAXMAPLEN + 4)) in ins_typebuf()
999 typebuf.tb_off = (typebuf.tb_buflen - addlen - 3 * (MAXMAPLEN + 4)) / 2; in ins_typebuf()
1000 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen); in ins_typebuf()
1013 extra = addlen + newoff + 4 * (MAXMAPLEN + 4); 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()
1049 mch_memmove(s2 + newoff + offset + addlen, in ins_typebuf()
1058 typebuf.tb_len += addlen; in ins_typebuf()
1079 nrm = addlen; in ins_typebuf()
1082 for (i = 0; i < addlen; ++i) in ins_typebuf()
1090 typebuf.tb_maplen += addlen; in ins_typebuf()
1093 typebuf.tb_silent += addlen; in ins_typebuf()
1097 typebuf.tb_no_abbr_cnt += addlen; in ins_typebuf()