Home
last modified time | relevance | path

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

/trueos/usr.bin/tr/
HDtr.c274 if (cmap_lookup(map, cnt) == OOBCH) { in main()
288 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt)) in main()
318 ch = cmap_lookup(map, ch); in main()
327 ch = cmap_lookup(map, ch); in main()
HDcmap.h61 cmap_lookup(struct cmap *cm, wint_t from) in cmap_lookup() function