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

/freebsd-10.0-release/contrib/less/
H A Dsearch.c330 struct hilite *nexthl; local
332 for (hl = anchor->hl_first; hl != NULL; hl = nexthl)
334 nexthl = hl->hl_next;

Completed in 77 milliseconds