Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtesting.c92 int same_len; in ga_concat_shorten_esc() local
102 same_len = 1; in ga_concat_shorten_esc()
108 ++same_len; in ga_concat_shorten_esc()
111 if (same_len > 20) in ga_concat_shorten_esc()
116 vim_snprintf((char *)buf, NUMBUFLEN, "%d", same_len); in ga_concat_shorten_esc()