Searched refs:display_dispatch (Results 1 – 1 of 1) sorted by relevance
47 struct display_dispatch { struct50 struct display_dispatch *Next; argument83 static struct display_dispatch *DispatchList = NULL;99 const struct display_dispatch *d = DispatchList; in get_dispatch()117 struct display_dispatch *d; in get_dispatch()118 d = (struct display_dispatch *) malloc(sizeof(struct display_dispatch)); in get_dispatch()