Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c92 struct hilite_node struct
94 struct hilite_node *parent; argument
95 struct hilite_node *left; argument
96 struct hilite_node *right; argument
97 struct hilite_node *prev; argument
98 struct hilite_node *next; argument
107 struct hilite_node *nodes; argument
113 struct hilite_node *root;
114 struct hilite_node *lookaside;
424 static struct hilite_node* hlist_find(struct hilite_tree *anchor, POSITION pos) in hlist_find()
[all …]