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

/freebsd-10.0-release/contrib/less/
H A Dsearch.c52 POSITION hl_endpos; member in struct:hilite
368 if (hl->hl_endpos > pos &&
474 hl->hl_startpos = MAXPOS(hl->hl_startpos, ihl->hl_endpos);
476 hl->hl_endpos = MINPOS(hl->hl_endpos, ihl->hl_next->hl_startpos);
477 if (hl->hl_startpos >= hl->hl_endpos)
518 hl->hl_endpos = linepos + chpos[i-1] + 1;
853 hl->hl_endpos = pos;

Completed in 115 milliseconds