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

/freebsd-9.3-release/contrib/less/
H A Dsearch.c54 POSITION hl_endpos; member in struct:hilite
370 if (hl->hl_endpos > pos &&
476 hl->hl_startpos = MAXPOS(hl->hl_startpos, ihl->hl_endpos);
478 hl->hl_endpos = MINPOS(hl->hl_endpos, ihl->hl_next->hl_startpos);
479 if (hl->hl_startpos >= hl->hl_endpos)
520 hl->hl_endpos = linepos + chpos[i-1] + 1;
855 hl->hl_endpos = pos;

Completed in 45 milliseconds