Home
last modified time | relevance | path

Searched refs:DMXConfigCommentPtr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.h83 } DMXConfigComment, *DMXConfigCommentPtr; typedef
170 DMXConfigCommentPtr comment;
196 DMXConfigCommentPtr comment;
226 extern DMXConfigCommentPtr dmxConfigCreateComment(int token, int line,
228 extern void dmxConfigFreeComment(DMXConfigCommentPtr p);
260 DMXConfigCommentPtr comment,
266 extern DMXConfigSubPtr dmxConfigSubComment(DMXConfigCommentPtr comment);
281 DMXConfigCommentPtr comment,
286 DMXConfigCommentPtr comment,
288 extern DMXConfigEntryPtr dmxConfigEntryComment(DMXConfigCommentPtr comment);
H A Ddmxparse.c206 DMXConfigCommentPtr
209 DMXConfigCommentPtr pComment = dmxConfigAlloc(sizeof(*pComment)); in dmxConfigCreateComment()
218 dmxConfigFreeComment(DMXConfigCommentPtr p) in dmxConfigFreeComment()
479 DMXConfigCommentPtr comment, in dmxConfigCreateSub()
541 dmxConfigSubComment(DMXConfigCommentPtr comment) in dmxConfigSubComment()
621 DMXConfigCommentPtr comment, DMXConfigVirtualPtr virtual) in dmxConfigCreateEntry()
664 DMXConfigCommentPtr comment, DMXConfigVirtualPtr virtual) in dmxConfigAddEntry()
679 dmxConfigEntryComment(DMXConfigCommentPtr comment) in dmxConfigEntryComment()
H A Dparser.h103 DMXConfigCommentPtr comment;
H A Ddmxcompat.c150 DMXConfigCommentPtr comment = NULL; in dmxVDLRead()
H A Dparser.y68 DMXConfigCommentPtr comment;
H A Ddmxprint.c165 dmxConfigPrintComment(DMXConfigCommentPtr p) in dmxConfigPrintComment()
H A Dparser.c182 DMXConfigCommentPtr comment;