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

/freebsd-9.3-release/usr.bin/tr/
H A Dcset.c84 csn->csn_min = csn->csn_max = ch;
107 ncsn->csn_min = ncsn->csn_max = ch;
124 if (ncsn->csn_left->csn_max == ncsn->csn_min - 1) {
133 ncsn->csn_max + 1);
134 if (ncsn->csn_right->csn_min == ncsn->csn_max + 1) {
135 oval = ncsn->csn_right->csn_max;
138 ncsn->csn_max = oval;
219 if (ch > t->csn_max)
H A Dcset.h38 wchar_t csn_max; member in struct:csnode

Completed in 94 milliseconds