Lines Matching refs:startcol
81 int startcol; // Cursor column at entry in internal_format() local
121 if ((startcol = curwin->w_cursor.col) == 0) in internal_format()
128 curwin->w_cursor.col = startcol; in internal_format()
139 if (curwin->w_cursor.col == startcol && c != NUL) in internal_format()
201 if (curwin->w_cursor.col != startcol) in internal_format()
263 if (curwin->w_cursor.col == startcol) in internal_format()
303 curwin->w_cursor.col = startcol; in internal_format()
314 orig_col = startcol; // Will start backspacing from here in internal_format()
316 replace_offset = startcol - end_foundcol; in internal_format()
322 && (!fo_white_par || curwin->w_cursor.col < startcol)) in internal_format()
324 startcol -= curwin->w_cursor.col; in internal_format()
325 if (startcol < 0) in internal_format()
326 startcol = 0; in internal_format()
336 saved_text[startcol] = NUL; in internal_format()
412 curwin->w_cursor.col += startcol; in internal_format()