Home
last modified time | relevance | path

Searched refs:len_first (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dnetbeans.c957 int len_first, len_other; in nb_joinlines() local
960 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()