Home
last modified time | relevance | path

Searched refs:cmapnode (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/tr/
H A Dcmap.h34 struct cmapnode { struct
37 struct cmapnode *cmn_left; argument
38 struct cmapnode *cmn_right; argument
45 struct cmapnode *cm_root;
H A Dcmap.c39 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);
67 struct cmapnode *cmn, *ncmn; in cmap_add()
161 static struct cmapnode *
162 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay()
164 struct cmapnode N, *l, *r, *y; in cmap_splay()