Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dalloc.c753 int sep_len = (int)STRLEN(sep); in ga_concat_strings() local
758 len += (int)STRLEN(((char_u **)(gap->ga_data))[i]) + sep_len; in ga_concat_strings()
770 p += sep_len; in ga_concat_strings()