Lines Matching defs:comment
63 int comment;
82 static void dmxConfigPushState(int base, int comment, int step)
86 new->comment = comment;
96 if (stack) indent = stack->comment;
116 static void dmxConfigOutput(int addSpace, int doNewline, const char *comment,
133 if (comment) {
135 pos += fprintf(str, "#%s", 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, "}");
216 dmxConfigOutput(1, 0, pt->comment, "\"%s\"",
219 dmxConfigOutput(1, 0, pt->comment, "%s",
235 if (!p->comment && !p->x && !p->y && p->xsign >= 0 && p->ysign >= 0)
237 dmxConfigOutput(addSpace, 0, p->comment, format,
241 if (!p->comment && !p->x && !p->y) return 0;
242 dmxConfigOutput(addSpace, 0, p->comment, format, p->x, p->y);
386 case dmxConfigComment: dmxConfigPrintComment(pt->comment); break;
434 case dmxConfigComment: dmxConfigPrintComment(pt->comment); break;