Home
last modified time | relevance | path

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

/freebsd/usr.bin/tr/
H A Dcmap.h56 wint_t cmap_lookup_hard(struct cmap *, wint_t);
66 return (cmap_lookup_hard(cm, from)); in cmap_lookup()
H A Dcmap.c121 cmap_lookup_hard(struct cmap *cm, wint_t ch) in cmap_lookup_hard() function
142 cm->cm_cache[ch] = cmap_lookup_hard(cm, ch); in cmap_cache()