Searched refs:cmap_lookup (Results 1 – 2 of 2) sorted by relevance
281 if (cmap_lookup(map, cnt) == OOBCH) { in main()296 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt)) in main()326 ch = cmap_lookup(map, ch); in main()335 ch = cmap_lookup(map, ch); in main()
61 cmap_lookup(struct cmap *cm, wint_t from) in cmap_lookup() function