Home
last modified time | relevance | path

Searched refs:dmxConfigCreateComment (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxcompat.c160 comment = dmxConfigCreateComment(T_COMMENT, lineno, tmp); in dmxVDLRead()
H A Dscanner.l183 yylval.comment = dmxConfigCreateComment(token, lineno,
H A Ddmxparse.h226 extern DMXConfigCommentPtr dmxConfigCreateComment(int token, int line,
H A Ddmxparse.c207 dmxConfigCreateComment(int token, int line, const char *comment) in dmxConfigCreateComment() function
H A Dscanner.c2034 yylval.comment = dmxConfigCreateComment(token, lineno, in getcomment()