Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c397 struct hilite_storage *nexthls; in clr_hlist() local
399 for (hls = anchor->first; hls != NULL; hls = nexthls) in clr_hlist()
401 nexthls = hls->next; in clr_hlist()