Home
last modified time | relevance | path

Searched refs:lc_col (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c1783 int lc_col; in syn_current_attr() local
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(&regmatch, startpos->lnum, lc_col, in find_endpos()
2909 if (lc_col < 0) in find_endpos()
[all …]