Searched refs:cmap_lookup_hard (Results 1 – 3 of 3) sorted by relevance
118 cmap_lookup_hard(struct cmap *cm, wint_t ch) in cmap_lookup_hard() function139 cm->cm_cache[ch] = cmap_lookup_hard(cm, ch); in cmap_cache()
54 wint_t cmap_lookup_hard(struct cmap *, wint_t);
63 return (cmap_lookup_hard(cm, from)); in cmap_lookup()