Searched refs:display_dispatch (Results 1 – 1 of 1) sorted by relevance
46 struct display_dispatch { struct49 struct display_dispatch *Next; argument82 static struct display_dispatch *DispatchList = NULL;98 const struct display_dispatch *d = DispatchList; in get_dispatch()114 struct display_dispatch *d; in get_dispatch()115 d = malloc(sizeof(struct display_dispatch)); in get_dispatch()