Searched refs:movelen (Results 1 – 1 of 1) sorted by relevance
1241 long movelen; in del_bytes() local1286 movelen = (long)oldlen - (long)col - count + 1; // includes trailing NUL in del_bytes()1287 if (movelen <= 1) in del_bytes()1302 movelen = 1; in del_bytes()1326 mch_memmove(newp + col, oldp + col + count, (size_t)movelen); in del_bytes()