Lines Matching refs:colnr_T
1089 static int match_with_backref(linenr_T start_lnum, colnr_T start_col, linenr_T end_lnum, colnr_T en…
1151 colnr_T reg_maxcol;
1273 colnr_T col; in reg_match_visual()
1276 colnr_T start, end; in reg_match_visual()
1277 colnr_T start2, end2; in reg_match_visual()
1278 colnr_T cols; in reg_match_visual()
1279 colnr_T curswant; in reg_match_visual()
1321 col = (colnr_T)(rex.input - rex.line); in reg_match_visual()
1336 cols = win_linetabsize(wp, rex.line, (colnr_T)(rex.input - rex.line)); in reg_match_visual()
1432 colnr_T start_col, in match_with_backref()
1434 colnr_T end_col, in match_with_backref()
1438 colnr_T ccol = start_col; in match_with_backref()
2491 colnr_T scol; in reg_submatch_list()
2492 colnr_T ecol; in reg_submatch_list()
2774 colnr_T col, // column to start looking for match in vim_regexec_string()
2846 colnr_T col) in vim_regexec_prog()
2863 vim_regexec(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec()
2874 vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec_nl()
2894 colnr_T col, // column to start looking for match in vim_regexec_multi()