Lines Matching refs:objects
39 rows = (p->objects + MAXCOLS - 1) / MAXCOLS;
45 children = malloc(p->objects * sizeof (Window));
46 positions = malloc(p->objects * sizeof(XPoint));
48 xmax = (CHILDSIZE+CHILDSPACE) * (rows > 1 ? MAXCOLS : p->objects);
51 for (int i = 0; i != p->objects; i++) {
73 for (int j = 0; j != p->objects; j++) {
96 for (int j = 0; j != p->objects; j++) {
108 children = malloc (p->objects * sizeof (Window));
109 for (int i = 0; i != p->objects; i++) {
126 for (int j = 0; j != p->objects; j++)
142 rows = (p->objects + MAXCOLS - 1) / MAXCOLS;
148 children = malloc(p->objects * sizeof (Window));
149 positions = malloc(p->objects * sizeof(XPoint));
151 xmax = (CHILDSIZE+CHILDSPACE) * (rows > 1 ? MAXCOLS : p->objects);
158 for (int i = 0; i != p->objects; i++) {