Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dsearch.c288 struct hilite *nexthl; in clr_hlist() local
290 for (hl = anchor->hl_first; hl != NULL; hl = nexthl) { in clr_hlist()
291 nexthl = hl->hl_next; in clr_hlist()