Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dsearch.c98 struct hilite_node *lookaside; member
377 anchor->lookaside = NULL; in clr_hlist()
402 if (anchor->lookaside) in hlist_find()
407 n = anchor->lookaside; in hlist_find()
434 anchor->lookaside = n = n->prev; in hlist_find()
436 anchor->lookaside = n = n->next; in hlist_find()
478 anchor->lookaside = n; in hlist_find()
480 anchor->lookaside = m; in hlist_find()
723 anchor->lookaside = n; in add_hilite()