Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tr/
H A Dcmap.c55 cm->cm_havecache = false; in cmap_alloc()
69 cm->cm_havecache = false; in cmap_add()
141 cm->cm_havecache = true; in cmap_cache()
157 cm->cm_havecache = false; in cmap_default()
H A Dcmap.h44 bool cm_havecache; member
H A Dtr.c61 if (from < CM_CACHE_SIZE && cm->cm_havecache) in cmap_lookup()