HomeSort by: relevance | last modified time | path
    Searched defs:all_images (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
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));

Completed in 13 milliseconds