Searched refs:ihl (Results 1 – 1 of 1) sorted by relevance
403 struct hilite *ihl; in add_hilite() local409 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()