Home
last modified time | relevance | path

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

/freebsd/usr.bin/tr/
H A Dcmap.h45 wint_t cm_cache[CM_CACHE_SIZE]; member
65 return (cm->cm_cache[from]); in cmap_lookup()
H A Dcmap.c142 cm->cm_cache[ch] = cmap_lookup_hard(cm, ch); in cmap_cache()