Lines Matching refs:matchcol
2798 colnr_T matchcol; in find_endpos() local
2851 matchcol = startpos->col; // start looking for a match at sstart in find_endpos()
2866 int lc_col = matchcol; in find_endpos()
2906 int lc_col = matchcol - spp_skip->sp_offsets[SPO_LC_OFF]; in find_endpos()
2933 if (pos.col <= matchcol) in find_endpos()
2934 ++matchcol; in find_endpos()
2936 matchcol = pos.col; in find_endpos()
2939 for (matchcol = regmatch.endpos[0].col; in find_endpos()
2940 matchcol < line_len && matchcol < pos.col; in find_endpos()
2941 ++matchcol) in find_endpos()
2945 if (matchcol >= line_len) in find_endpos()