Lines Matching defs:dd
450 int dd;
457 for (dd = app->count; dd-- > 0;)
458 FD_SET(ConnectionNumber(app->list[dd]), &rmask);
471 for (dd = 0; dd < app->count; dd++) {
472 if (ii == ConnectionNumber(app->list[dd])) {
475 (app->list[dd], QueuedAfterReading))
476 *dpy_no = dd;
585 int nfds, dpy_no, found_input, dd;
627 for (dd = 0; dd < app->count; dd++)
628 if (XEventsQueued(app->list[dd], QueuedAlready)) {
632 return dd;
678 for (dd = 0; dd < app->count; dd++)
679 if (XEventsQueued(app->list[dd], QueuedAfterReading)) {
683 return dd;