Lines Matching refs:colnr_T
862 colnr_T off; in validate_cursor_col()
863 colnr_T col; in validate_cursor_col()
876 && col >= (colnr_T)curwin->w_width in validate_cursor_col()
955 colnr_T startcol; in curs_columns()
956 colnr_T endcol; in curs_columns()
957 colnr_T prev_skipcol; in curs_columns()
1137 if ((colnr_T)n >= curwin->w_height + curwin->w_skipcol / width - so) in curs_columns()
1160 if ((colnr_T)(extra * width) > curwin->w_skipcol) in curs_columns()
1232 colnr_T scol = 0, ccol = 0, ecol = 0; in textpos2screenpos()
1235 colnr_T coloff = 0; in textpos2screenpos()
1239 colnr_T off; in textpos2screenpos()
1240 colnr_T col; in textpos2screenpos()
1254 && col >= (colnr_T)wp->w_width in textpos2screenpos()
2874 colnr_T col = curwin->w_cursor.col; in do_check_cursorbind()
2875 colnr_T coladd = curwin->w_cursor.coladd; in do_check_cursorbind()
2876 colnr_T curswant = curwin->w_curswant; in do_check_cursorbind()