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