Lines Matching refs:dmxConfigOutput
116 static void dmxConfigOutput(int addSpace, int doNewline, const char *comment,
143 dmxConfigOutput(1, 1, p->comment, NULL);
152 dmxConfigOutput(0, 0, p->comment, "virtual");
156 dmxConfigOutput(0, 0, p->comment, "display");
160 dmxConfigOutput(0, 0, p->comment, "wall");
164 dmxConfigOutput(0, 0, p->comment, "option");
168 dmxConfigOutput(0, 0, p->comment, "param");
171 dmxConfigOutput(0, 1, p->comment, ";");
175 dmxConfigOutput(1, 1, p->comment, "{");
180 dmxConfigOutput(0, 1, p->comment, "}");
183 dmxConfigOutput(1, 0, NULL, "/");
216 dmxConfigOutput(1, 0, pt->comment, "\"%s\"",
219 dmxConfigOutput(1, 0, pt->comment, "%s",
237 dmxConfigOutput(addSpace, 0, p->comment, format,
242 dmxConfigOutput(addSpace, 0, p->comment, format, p->x, p->y);