Home
last modified time | relevance | path

Searched refs:cset_in_hard (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/tr/
H A Dcset.h60 bool cset_in_hard(struct cset *, wchar_t);
H A Dcset.c148 cset_in_hard(struct cset *cs, wchar_t ch) in cset_in_hard() function
172 cs->cs_cache[i] = cset_in_hard(cs, i); in cset_cache()
H A Dtr.c78 return (cset_in_hard(cs, ch)); in cset_in()