Searched refs:len_other (Results 1 – 1 of 1) sorted by relevance
957 int len_first, len_other; in nb_joinlines() local961 len_other = (int)STRLEN(ml_get(other)); in nb_joinlines()962 p = alloc(len_first + len_other + 1); in nb_joinlines()966 mch_memmove(p + len_first, ml_get(other), len_other + 1); in nb_joinlines()