Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/tr/
H A Dcmap.h38 struct cmapnode { struct
41 struct cmapnode *cmn_left; argument
42 struct cmapnode *cmn_right; argument
49 struct cmapnode *cm_root;
H A Dcmap.c44 static struct cmapnode *cmap_splay(struct cmapnode *, wint_t);
72 struct cmapnode *cmn, *ncmn; in cmap_add()
166 static struct cmapnode *
167 cmap_splay(struct cmapnode *t, wint_t ch) in cmap_splay()
169 struct cmapnode N, *l, *r, *y; in cmap_splay()