Searched refs:lc_col (Results 1 – 1 of 1) sorted by relevance
1783 int lc_col; in syn_current_attr() local1985 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() local2872 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()2909 if (lc_col < 0) in find_endpos()[all …]