Searched refs:hl_startpos (Results 1 – 1 of 1) sorted by relevance
1765 lpos_T hl_startpos; // was: int hl_startcol; in syn_current_attr() local2042 syn_add_start_off(&hl_startpos, ®match, in syn_current_attr()2112 if (hl_startpos.lnum == current_lnum in syn_current_attr()2113 && (int)hl_startpos.col < startcol) in syn_current_attr()2114 hl_startpos.col = startcol; in syn_current_attr()2121 next_match_h_startpos = hl_startpos; in syn_current_attr()