Searched refs:hl_startpos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/less-25/less/
H A Dsearch.c77 POSITION hl_startpos; member in struct:hilite
633 (epos == NULL_POSITION || epos > hl->hl_startpos))
705 if (ihl->hl_next->hl_startpos > hl->hl_startpos)
714 hl->hl_startpos = MAXPOS(hl->hl_startpos, ihl->hl_endpos);
716 hl->hl_endpos = MINPOS(hl->hl_endpos, ihl->hl_next->hl_startpos);
717 if (hl->hl_startpos >= hl->hl_endpos)
730 * Adjust hl_startpos & hl_endpos to account for processing by cvt_text.
764 * See if we need to adjust the current hl_startpos o
[all...]
/macosx-10.10/vim-55/src/
H A Dsyntax.c1837 lpos_T hl_startpos; /* was: int hl_startcol; */ local
2106 syn_add_start_off(&hl_startpos, &regmatch,
2176 if (hl_startpos.lnum == current_lnum
2177 && (int)hl_startpos.col < startcol)
2178 hl_startpos.col = startcol;
2185 next_match_h_startpos = hl_startpos;

Completed in 148 milliseconds