Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c419 static struct hilite_node* hlist_find(struct hilite_tree *anchor, POSITION pos) in hlist_find()
511 struct hilite_node *n = hlist_find(&hilite_anchor, pos);
558 n = hlist_find(&filter_anchor, pos);
575 n = hlist_find(&filter_anchor, pos); in is_hilited_attr()
597 n = hlist_find(&filter_anchor, pos); in is_hilited_attr()
398 static struct hilite_node* hlist_find(struct hilite_tree *anchor, POSITION pos) hlist_find() function