Searched refs:cmap_lookup (Results 1 – 2 of 2) sorted by relevance
274 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()
61 cmap_lookup(struct cmap *cm, wint_t from) in cmap_lookup() function