Lines Matching refs:foundcol
83 int foundcol; // column for start of spaces in internal_format() local
129 foundcol = 0; in internal_format()
191 foundcol = curwin->w_cursor.col; in internal_format()
217 foundcol = curwin->w_cursor.col; in internal_format()
218 end_foundcol = foundcol; in internal_format()
250 foundcol = curwin->w_cursor.col; 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()
301 if (foundcol == 0) // no spaces, cannot break line in internal_format()
320 curwin->w_cursor.col = foundcol; in internal_format()
340 backspace_until_column(foundcol); in internal_format()
346 curwin->w_cursor.col = foundcol; in internal_format()