image_cache      7087 src/alloc.c          mark_image_cache (t->image_cache);
image_cache      3556 src/dispextern.h struct image_cache *make_image_cache (void);
image_cache      3559 src/dispextern.h void mark_image_cache (struct image_cache *);
image_cache       837 src/frame.h    #define FRAME_IMAGE_CACHE(F) ((F)->terminal->image_cache)
image_cache       618 src/haikufns.c       if (dpyinfo->terminal->image_cache)
image_cache       619 src/haikufns.c 	eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);
image_cache      1497 src/image.c          struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      1903 src/image.c    struct image_cache *
image_cache      1906 src/image.c      struct image_cache *c = xmalloc (sizeof *c);
image_cache      1923 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      2018 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      2047 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      2222 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      3002 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache      3147 src/image.c    mark_image_cache (struct image_cache *c)
image_cache      11780 src/image.c      struct image_cache *c = FRAME_IMAGE_CACHE (f);
image_cache       513 src/termhooks.h   struct image_cache *image_cache;
image_cache      5747 src/w32fns.c         eassert ((dpyinfo->terminal->image_cache == NULL
image_cache      5749 src/w32fns.c   	       || (dpyinfo->terminal->image_cache != NULL
image_cache      5750 src/w32fns.c   		   && dpyinfo->terminal->image_cache->refcount == image_cache_refcount));
image_cache       659 src/xfaces.c         struct image_cache *image_cache = FRAME_IMAGE_CACHE (f);
image_cache       660 src/xfaces.c         if (image_cache)
image_cache       662 src/xfaces.c   	  --image_cache->refcount;
image_cache       663 src/xfaces.c   	  if (image_cache->refcount == 0)
image_cache      4491 src/xfns.c           eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);