Lines Matching refs:colnr_T
19 typedef int colnr_T; typedef
29 colnr_T col; // column number
30 colnr_T coladd; // extra virtual column
40 colnr_T col; // column number
372 colnr_T vi_curswant; // MAXCOL from w_curswant
766 colnr_T ml_line_len; // length of the cached line, including NUL
800 colnr_T tp_col; // start column (one based, in bytes)
801 colnr_T tp_len; // length in bytes
2813 colnr_T b_u_line_colnr; // optional column number
3308 colnr_T startcol; // in win_line() points to char where HL starts
3309 colnr_T endcol; // in win_line() points to char where HL ends
3326 colnr_T col; // column number
3427 colnr_T w_curswant; // The column we'd like to be at. This is
3444 colnr_T w_old_cursor_fcol; // first column for block visual part
3445 colnr_T w_old_cursor_lcol; // last column for block visual part
3447 colnr_T w_old_visual_col; // last known start of visual part
3448 colnr_T w_old_curswant; // last known value of Curswant
3471 colnr_T w_leftcol; // window column number of the left most
3474 colnr_T w_skipcol; // starting column when a single line
3544 colnr_T w_popup_mincol; // close popup if cursor before this col
3545 colnr_T w_popup_maxcol; // close popup if cursor after this col
3579 colnr_T w_valid_leftcol; // last known w_leftcol
3592 colnr_T w_virtcol; // column number of the cursor in the
3648 colnr_T w_ru_virtcol; // virtcol shown in ruler
3827 colnr_T start_vcol; // start col for block mode operator
3828 colnr_T end_vcol; // end col for block mode operator
4340 colnr_T textcol; // index of chars (partially) in block
4341 colnr_T start_vcol; // start col of 1st char wholly inside block
4342 colnr_T end_vcol; // start col of 1st char wholly after block
4348 colnr_T end_char_vcols; // number of vcols of post-block char
4349 colnr_T start_char_vcols; // number of vcols of pre-block char
4358 colnr_T y_width; // only set if y_type == MBLOCK