Searched refs:cmapnode (Results 1 – 2 of 2) sorted by relevance
34 struct cmapnode { struct37 struct cmapnode *cmn_left; argument38 struct cmapnode *cmn_right; argument45 struct cmapnode *cm_root;
39 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);67 struct cmapnode *cmn, *ncmn; in cmap_add()161 static struct cmapnode *162 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay()164 struct cmapnode N, *l, *r, *y; in cmap_splay()