Searched refs:newp_len (Results 1 – 1 of 1) sorted by relevance
1938 size_t newp_len; in do_join() local2072 newp_len = sumsize + 1; in do_join()2074 newp_len += propcount * sizeof(textprop_T); in do_join()2076 newp = alloc(newp_len); in do_join()2131 ml_replace_len(curwin->w_cursor.lnum, newp, (colnr_T)newp_len, TRUE, FALSE); in do_join()