Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tr/
H A Dcmap.c118 cmap_lookup_hard(struct cmap *cm, wint_t ch) in cmap_lookup_hard() function
139 cm->cm_cache[ch] = cmap_lookup_hard(cm, ch); in cmap_cache()
H A Dcmap.h54 wint_t cmap_lookup_hard(struct cmap *, wint_t);
H A Dtr.c63 return (cmap_lookup_hard(cm, from)); in cmap_lookup()