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

/freebsd-12-stable/usr.bin/tr/
H A Dcmap.h58 wint_t cmap_lookup_hard(struct cmap *, wint_t);
68 return (cmap_lookup_hard(cm, from));
H A Dcmap.c119 * cmap_lookup_hard --
123 cmap_lookup_hard(struct cmap *cm, wint_t ch) function
144 cm->cm_cache[ch] = cmap_lookup_hard(cm, ch);

Completed in 56 milliseconds