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