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

/freebsd-12-stable/usr.bin/tr/
H A Dcmap.h63 cmap_lookup(struct cmap *cm, wint_t from) function
H A Dtr.c284 if (cmap_lookup(map, cnt) == OOBCH) {
299 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt))
329 ch = cmap_lookup(map, ch);
338 ch = cmap_lookup(map, ch);

Completed in 50 milliseconds