Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c84 int end_foundcol = 0; // column for start of word in internal_format() local
190 end_foundcol = end_col + 1; in internal_format()
218 end_foundcol = foundcol; in internal_format()
251 end_foundcol = foundcol; in internal_format()
267 end_foundcol = foundcol = 0; in internal_format()
288 end_foundcol = foundcol = in internal_format()
316 replace_offset = startcol - end_foundcol; in internal_format()