Home
last modified time | relevance | path

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

/freebsd/usr.bin/tr/
H A Dcmap.h36 struct cmapnode { struct
39 struct cmapnode *cmn_left; argument
40 struct cmapnode *cmn_right; argument
47 struct cmapnode *cm_root;
H A Dcmap.c42 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);
70 struct cmapnode *cmn, *ncmn; in cmap_add()
164 static struct cmapnode *
165 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay()
167 struct cmapnode N, *l, *r, *y; in cmap_splay()