Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tr/
H A Dcset.h48 #define CS_CACHE_SIZE 256 macro
49 bool cs_cache[CS_CACHE_SIZE];
H A Dcset.c171 for (i = 0; i < CS_CACHE_SIZE; i++) in cset_cache()
H A Dtr.c76 if (ch < CS_CACHE_SIZE && cs->cs_havecache) in cset_in()