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

/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c1361 int len_first, len_other; local
1364 len_first = (int)STRLEN(ml_get(first));
1366 p = alloc((unsigned)(len_first + len_other + 1));
1369 mch_memmove(p, ml_get(first), len_first);
1370 mch_memmove(p + len_first, ml_get(other), len_other + 1);

Completed in 139 milliseconds