image_cache 7405 src/alloc.c mark_image_cache (t->image_cache); image_cache 3613 src/dispextern.h struct image_cache *make_image_cache (void); image_cache 3616 src/dispextern.h void mark_image_cache (struct image_cache *); image_cache 907 src/frame.h #define FRAME_IMAGE_CACHE(F) ((F)->terminal->image_cache) image_cache 645 src/haikufns.c if (dpyinfo->terminal->image_cache) image_cache 646 src/haikufns.c eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount); image_cache 1676 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 2082 src/image.c struct image_cache * image_cache 2085 src/image.c struct image_cache *c = xmalloc (sizeof *c); image_cache 2102 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 2197 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 2226 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 2401 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 3465 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 3610 src/image.c mark_image_cache (struct image_cache *c) image_cache 12391 src/image.c struct image_cache *c = FRAME_IMAGE_CACHE (f); image_cache 518 src/termhooks.h struct image_cache *image_cache; image_cache 5780 src/w32fns.c eassert ((dpyinfo->terminal->image_cache == NULL image_cache 5782 src/w32fns.c || (dpyinfo->terminal->image_cache != NULL image_cache 5783 src/w32fns.c && dpyinfo->terminal->image_cache->refcount == image_cache_refcount)); image_cache 696 src/xfaces.c struct image_cache *image_cache = FRAME_IMAGE_CACHE (f); image_cache 697 src/xfaces.c if (image_cache) image_cache 699 src/xfaces.c --image_cache->refcount; image_cache 700 src/xfaces.c if (image_cache->refcount == 0) image_cache 4774 src/xfns.c eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);