Searched refs:cset_splay (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/text_cmds-88/tr/
H A Dcset.c44 static struct csnode * cset_splay(struct csnode *, wchar_t);
93 csn = cs->cs_root = cset_splay(cs->cs_root, ch);
123 ncsn->csn_left = cset_splay(ncsn->csn_left, ncsn->csn_min - 1);
132 ncsn->csn_right = cset_splay(ncsn->csn_right,
159 cs->cs_root = cset_splay(cs->cs_root, ch);
225 cset_splay(struct csnode *t, wchar_t ch) function
280 t = cset_splay(t, ch);
285 x = cset_splay(t->csn_left, ch);

Completed in 175 milliseconds