Lines Matching refs:startcol
307 static void update_si_end(stateitem_T *sip, int startcol, int force);
332 static int check_keyword_id(char_u *line, int startcol, int *endcol, long *flags, short **next_list…
1773 int startcol; in syn_current_attr() local
2014 startcol = pos.col; in syn_current_attr()
2018 spp->sp_startcol = startcol; in syn_current_attr()
2024 if (startcol >= next_match_col) in syn_current_attr()
2094 && (int)endpos.col + syncing < startcol) in syn_current_attr()
2113 && (int)hl_startpos.col < startcol) in syn_current_attr()
2114 hl_startpos.col = startcol; in syn_current_attr()
2118 next_match_col = startcol; in syn_current_attr()
2685 int startcol, // where to start searching for the end in update_si_end() argument
2710 startpos.col = startcol; in update_si_end()
3235 int startcol, // position in line to check for keyword in check_keyword_id() argument
3252 kwp = line + startcol; in check_keyword_id()
3303 *endcolp = startcol + kwlen; in check_keyword_id()