Lines Matching refs:hilite_tree
109 struct hilite_tree struct
119 static struct hilite_tree hilite_anchor = HILITE_INITIALIZER(); argument
120 static struct hilite_tree filter_anchor = HILITE_INITIALIZER();
388 public void clr_hlist(struct hilite_tree *anchor) in clr_hlist()
424 static struct hilite_node* hlist_find(struct hilite_tree *anchor, POSITION pos) in hlist_find()
682 static struct hilite_storage * hlist_getstorage(struct hilite_tree *anchor) in hlist_getstorage()
711 static struct hilite_node * hlist_getnode(struct hilite_tree *anchor) in hlist_getnode()
720 static void hlist_rotate_left(struct hilite_tree *anchor, struct hilite_node *n) in hlist_rotate_left()
748 static void hlist_rotate_right(struct hilite_tree *anchor, struct hilite_node *n) in hlist_rotate_right()
777 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) in add_hilite()