Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Dsearch.c50 off_t hl_endpos; member
322 if (hl->hl_endpos > pos && in is_hilited_range()
420 hl->hl_startpos = MAXPOS(hl->hl_startpos, ihl->hl_endpos); in add_hilite()
422 hl->hl_endpos = MINPOS(hl->hl_endpos, in add_hilite()
424 if (hl->hl_startpos >= hl->hl_endpos) { in add_hilite()
458 hl->hl_endpos = linepos + chpos[i-1] + 1; in create_hilites()
766 hl->hl_endpos = pos; in search_range()