Searched defs:cmap_splay (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tr/
H A Dcmap.c39 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);
83 cmn = cm->cm_root = cmap_splay(cm->cm_root, from);
122 cm->cm_root = cmap_splay(cm->cm_root, ch);
162 cmap_splay(struct cmapnode *t, wint_t ch) function

Completed in 72 milliseconds