Searched refs:cmap_splay (Results 1 – 1 of 1) sorted by relevance
39 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);83 cmn = cm->cm_root = cmap_splay(cm->cm_root, from); in cmap_add()122 cm->cm_root = cmap_splay(cm->cm_root, ch); in cmap_lookup_hard()162 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay() function