Home
last modified time | relevance | path

Searched refs:input_image_t (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/tumble/tumble-0.36/
H A Dsemantics.c74 typedef struct input_image_t struct
76 struct input_image_t *next; argument
79 } input_image_t; typedef
132 input_image_t *first_input_image;
133 input_image_t *last_input_image;
252 input_image_t *new_image; in input_images()
262 new_image = calloc (1, sizeof (input_image_t)); in input_images()
591 input_image_t *image; in dump_input_tree()
740 input_image_t *image = NULL; in process_controls()