Home
last modified time | relevance | path

Searched refs:CM_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/tr/
H A Dcmap.h44 #define CM_CACHE_SIZE 128 macro
45 wint_t cm_cache[CM_CACHE_SIZE];
64 if (from < CM_CACHE_SIZE && cm->cm_havecache) in cmap_lookup()
H A Dcmap.c141 for (ch = 0; ch < CM_CACHE_SIZE; ch++) in cmap_cache()