Lines Matching refs:comment
68 DMXConfigCommentPtr comment; member
78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }