Searched refs:DMXConfigCommentPtr (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | dmxparse.h | 82 } DMXConfigComment, *DMXConfigCommentPtr; typedef in typeref:struct:_DMXConfigComment * 170 DMXConfigCommentPtr comment; 196 DMXConfigCommentPtr comment; 231 extern DMXConfigCommentPtr dmxConfigCreateComment(int token, int line, 233 extern void dmxConfigFreeComment(DMXConfigCommentPtr p); 266 DMXConfigCommentPtr comment, 272 extern DMXConfigSubPtr dmxConfigSubComment(DMXConfigCommentPtr comment); 287 DMXConfigCommentPtr comment, 292 DMXConfigCommentPtr comment, 294 extern DMXConfigEntryPtr dmxConfigEntryComment(DMXConfigCommentPtr commen [all...] |
| H A D | parser.h | 87 DMXConfigCommentPtr comment;
|
| H A D | dmxparse.c | 191 DMXConfigCommentPtr dmxConfigCreateComment(int token, int line, 194 DMXConfigCommentPtr pComment = dmxConfigAlloc(sizeof(*pComment)); 202 void dmxConfigFreeComment(DMXConfigCommentPtr p) 443 DMXConfigCommentPtr comment, 481 DMXConfigSubPtr dmxConfigSubComment(DMXConfigCommentPtr comment) 554 DMXConfigCommentPtr comment, 585 DMXConfigCommentPtr comment, 599 DMXConfigEntryPtr dmxConfigEntryComment(DMXConfigCommentPtr comment)
|
| H A D | dmxcompat.c | 144 DMXConfigCommentPtr comment = NULL;
|
| H A D | parser.y | 67 DMXConfigCommentPtr comment;
|
| H A D | dmxprint.c | 141 static void dmxConfigPrintComment(DMXConfigCommentPtr p)
|
| H A D | parser.c | 166 DMXConfigCommentPtr comment;
|
Completed in 7 milliseconds