Searched refs:rll (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xeyes/dist/ | ||
| H A D | Eyes.c | 311 struct root_listen_list *rll; local in function:xi2_dispatcher 314 for (rll = root_listen_list; rll; rll = rll->next) { 315 if (XtDisplay(rll->widget) == event->xany.display) { 316 XtDispatchEventToWidget(rll->widget, event); 347 struct root_listen_list *rll = malloc (sizeof (struct root_listen_list)); local in function:xi2_add_root_listener 349 if (!rll) 351 rll 362 struct root_listen_list *rll, **prev; local in function:xi2_remove_root_listener [all...] |
Completed in 3 milliseconds