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

/freebsd-9.3-release/contrib/less/
H A Dsearch.c53 POSITION hl_startpos; member in struct:hilite
371 (epos == NULL_POSITION || epos > hl->hl_startpos))
395 if (hl->hl_startpos == pos)
467 if (ihl->hl_next->hl_startpos > hl->hl_startpos)
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)
506 hl->hl_startpos
[all...]

Completed in 69 milliseconds