region_cache     1493 src/bidi.c     static struct region_cache *
region_cache     1555 src/bidi.c       struct region_cache *bpc = bidi_paragraph_cache_on_off ();
region_cache     2545 src/buffer.c     swapfield (newline_cache, struct region_cache *);
region_cache     2546 src/buffer.c     swapfield (width_run_cache, struct region_cache *);
region_cache     2547 src/buffer.c     swapfield (bidi_paragraph_cache, struct region_cache *);
region_cache      676 src/buffer.h     struct region_cache *newline_cache;
region_cache      677 src/buffer.h     struct region_cache *width_run_cache;
region_cache      678 src/buffer.h     struct region_cache *bidi_paragraph_cache;
region_cache      144 src/indent.c   static struct region_cache *
region_cache     1246 src/indent.c     struct region_cache *width_cache = NULL;
region_cache      125 src/region-cache.c static void revalidate_region_cache (struct buffer *buf, struct region_cache *c);
region_cache      130 src/region-cache.c struct region_cache *
region_cache      133 src/region-cache.c   struct region_cache *c = xmalloc (sizeof *c);
region_cache      157 src/region-cache.c free_region_cache (struct region_cache *c)
region_cache      174 src/region-cache.c find_cache_boundary (struct region_cache *c, ptrdiff_t pos)
region_cache      207 src/region-cache.c move_cache_gap (struct region_cache *c, ptrdiff_t pos, ptrdiff_t min_size)
region_cache      281 src/region-cache.c insert_cache_boundary (struct region_cache *c, ptrdiff_t i, ptrdiff_t pos,
region_cache      311 src/region-cache.c delete_cache_boundaries (struct region_cache *c,
region_cache      359 src/region-cache.c set_cache_region (struct region_cache *c,
region_cache      458 src/region-cache.c invalidate_region_cache (struct buffer *buf, struct region_cache *c,
region_cache      537 src/region-cache.c revalidate_region_cache (struct buffer *buf, struct region_cache *c)
region_cache      665 src/region-cache.c know_region_cache (struct buffer *buf, struct region_cache *c,
region_cache      681 src/region-cache.c region_cache_forward (struct buffer *buf, struct region_cache *c,
region_cache      719 src/region-cache.c region_cache_backward (struct buffer *buf, struct region_cache *c,
region_cache      758 src/region-cache.c void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;
region_cache      760 src/region-cache.c pp_cache (struct region_cache *c)
region_cache       68 src/region-cache.h struct region_cache *new_region_cache (void);
region_cache       71 src/region-cache.h void free_region_cache (struct region_cache *);
region_cache       77 src/region-cache.h                                struct region_cache *CACHE,
region_cache       89 src/region-cache.h                                      struct region_cache *CACHE,
region_cache      105 src/region-cache.h extern int region_cache_forward (struct buffer *buf, struct region_cache *c,
region_cache      109 src/region-cache.h extern int region_cache_backward (struct buffer *buf, struct region_cache *c,
region_cache      598 src/search.c   static struct region_cache *
region_cache      676 src/search.c     struct region_cache *newline_cache;