Searched refs:image_types (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c714 static struct image_type *image_types; variable in typeref:struct:image_type
767 image_types and caches the loading status of TYPE. */
784 p->next = image_types;
785 image_types = p;
807 for (type = image_types; type; type = type->next)
8546 image_types = NULL;

Completed in 108 milliseconds