Lines Matching defs:clones
186 struct clone *clones;
522 ctx->clones = malloc(sizeof(struct clone));
523 if (ctx->clones == NULL)
1370 struct output *output = &ctx->clones[n].src;
1410 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed));
1427 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed));
1707 struct clone *clone = &ctx->clones[n];
2468 struct clone *clone = &ctx->clones[n];
2675 ctx->clones = new_clones;
2683 new_clones = realloc(ctx->clones, 2*ctx->nclone*sizeof(struct clone));
2687 if (new_clones != ctx->clones)
2691 return memset(&ctx->clones[ctx->nclone++], 0, sizeof(struct clone));
3313 struct clone *clone = &ctx->clones[i];
3729 clone_update(&ctx.clones[i]);