Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dsearch.c403 struct hilite *ihl; in add_hilite() local
409 for (ihl = anchor; ihl->hl_next != NULL; ihl = ihl->hl_next) in add_hilite()
411 if (ihl->hl_next->hl_startpos > hl->hl_startpos) in add_hilite()
419 if (ihl != anchor) in add_hilite()
420 hl->hl_startpos = MAXPOS(hl->hl_startpos, ihl->hl_endpos); in add_hilite()
421 if (ihl->hl_next != NULL) in add_hilite()
423 ihl->hl_next->hl_startpos); in add_hilite()
431 hl->hl_next = ihl->hl_next; in add_hilite()
432 ihl->hl_next = hl; in add_hilite()