| image.c | 26 static struct images all_images = TAILQ_HEAD_INITIALIZER(all_images); variable in typeref:struct:images 34 TAILQ_REMOVE(&all_images, im, all_entry); 113 TAILQ_INSERT_TAIL(&all_images, im, all_entry); 115 image_free(TAILQ_FIRST(&all_images));
|