coord_cache_index  146 src/viewer/coord_cache.c         if (cmp_func (coord, coord_cache_index (view->coord_cache, i)))
coord_cache_index  192 src/viewer/coord_cache.c         e = coord_cache_index (cache, i);
coord_cache_index  287 src/viewer/coord_cache.c     current = *coord_cache_index (cache, i);
coord_cache_index  289 src/viewer/coord_cache.c         limit = coord_cache_index (cache, i + 1)->cc_offset;
coord_cache_index  375 src/viewer/coord_cache.c     if (i + 1 == cache->len && entry.cc_offset != coord_cache_index (cache, i)->cc_offset)