Home
last modified time | relevance | path

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

/dragonfly/usr.bin/tr/
HDtr.c264 if (cmap_lookup(map, cnt) == OOBCH) { in main()
278 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt)) in main()
308 ch = cmap_lookup(map, ch); in main()
317 ch = cmap_lookup(map, ch); in main()
HDcmap.h61 cmap_lookup(struct cmap *cm, wint_t from) in cmap_lookup() function