Searched refs:cmapnode (Results 1 – 2 of 2) sorted by relevance
36 struct cmapnode { struct39 struct cmapnode *cmn_left; argument40 struct cmapnode *cmn_right; argument47 struct cmapnode *cm_root;
42 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);70 struct cmapnode *cmn, *ncmn; in cmap_add()164 static struct cmapnode *165 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay()167 struct cmapnode N, *l, *r, *y; in cmap_splay()