Searched refs:csnode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.bin/tr/ |
| H A D | cset.c | 44 static struct csnode * cset_delete(struct csnode *, wchar_t); 45 static __inline int cset_rangecmp(struct csnode *, wchar_t); 46 static struct csnode * cset_splay(struct csnode *, wchar_t); 73 struct csnode *csn, *ncsn; in cset_add() 216 cset_rangecmp(struct csnode *t, wchar_t ch) in cset_rangecmp() 226 static struct csnode * 227 cset_splay(struct csnode *t, wchar_t ch) in cset_splay() 229 struct csnode N, *l, *r, *y; in cset_splay() 276 static struct csnode * 277 cset_delete(struct csnode *t, wchar_t ch) in cset_delete() [all …]
|
| H A D | cset.h | 38 struct csnode { struct 41 struct csnode *csn_left; argument 42 struct csnode *csn_right; argument 56 struct csnode *cs_root;
|