Home | History | Annotate | Download | only in dist

Lines Matching defs:ndepths

467     int ndepths = 0, *depths = NULL;
490 depths = XListDepths (dpy, scr, &ndepths);
491 if (!depths) ndepths = 0;
492 printf (" depths (%d): ", ndepths);
493 for (int i = 0; i < ndepths; i++) {
495 if (i < ndepths - 1) {
1139 int ndepths = 0, *depths = NULL;
1185 depths = XListDepths (dpy, i, &ndepths);
1186 if (!depths) ndepths = 0;
1187 for (int j = 0; j < ndepths; j++)