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

/freebsd-10.0-release/usr.bin/tr/
H A Dcmap.h61 cmap_lookup(struct cmap *cm, wint_t from) function
H A Dtr.c274 if (cmap_lookup(map, cnt) == OOBCH) {
288 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt))
318 ch = cmap_lookup(map, ch);
327 ch = cmap_lookup(map, ch);

Completed in 57 milliseconds