Lines Matching defs:ndepths
461 int ndepths = 0, *depths = NULL;
484 depths = XListDepths (dpy, scr, &ndepths);
485 if (!depths) ndepths = 0;
486 printf (" depths (%d): ", ndepths);
487 for (int i = 0; i < ndepths; i++) {
489 if (i < ndepths - 1) {
1109 int ndepths = 0, *depths = NULL;
1155 depths = XListDepths (dpy, i, &ndepths);
1156 if (!depths) ndepths = 0;
1157 for (int j = 0; j < ndepths; j++)