Home
last modified time | relevance | path

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

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