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