Lines Matching refs:lc_col
1783 int lc_col; in syn_current_attr() local
1984 lc_col = current_col - spp->sp_offsets[SPO_LC_OFF]; in syn_current_attr()
1985 if (lc_col < 0) in syn_current_attr()
1986 lc_col = 0; in syn_current_attr()
1992 (colnr_T)lc_col, in syn_current_attr()
2866 int lc_col = matchcol; in find_endpos() local
2872 lc_col -= spp->sp_offsets[SPO_LC_OFF]; in find_endpos()
2873 if (lc_col < 0) in find_endpos()
2874 lc_col = 0; in find_endpos()
2878 r = syn_regexec(®match, startpos->lnum, lc_col, in find_endpos()
2906 int lc_col = matchcol - spp_skip->sp_offsets[SPO_LC_OFF]; in find_endpos() local
2909 if (lc_col < 0) in find_endpos()
2910 lc_col = 0; in find_endpos()
2913 r = syn_regexec(®match, startpos->lnum, lc_col, in find_endpos()