Searched refs:display_dispatch (Results 1 – 1 of 1) sorted by relevance
45 struct display_dispatch { struct48 struct display_dispatch *Next; argument81 static struct display_dispatch *DispatchList = NULL;97 const struct display_dispatch *d = DispatchList; in get_dispatch()113 struct display_dispatch *d; in get_dispatch()114 d = malloc(sizeof(struct display_dispatch)); in get_dispatch()