find_cache_boundary  380 src/region-cache.c     ptrdiff_t start_ix = find_cache_boundary (c, start);
find_cache_boundary  381 src/region-cache.c     ptrdiff_t end_ix   = find_cache_boundary (c, end - 1) + 1;
find_cache_boundary  576 src/region-cache.c                       (find_cache_boundary (c, (c->buffer_beg
find_cache_boundary  618 src/region-cache.c         find_cache_boundary (c, (c->buffer_beg + c->beg_unchanged)) + 1;
find_cache_boundary  687 src/region-cache.c     ptrdiff_t i = find_cache_boundary (c, pos);
find_cache_boundary  733 src/region-cache.c     ptrdiff_t i = find_cache_boundary (c, pos - 1);