Home
last modified time | relevance | path

Searched refs:dmxConfigSubComment (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y121 Sub : T_LINE_COMMENT { $$ = dmxConfigSubComment($1); }
H A Ddmxparse.h266 extern DMXConfigSubPtr dmxConfigSubComment(DMXConfigCommentPtr comment);
H A Ddmxparse.c541 dmxConfigSubComment(DMXConfigCommentPtr comment) in dmxConfigSubComment() function
H A Dparser.c1314 { (yyval.subentry) = dmxConfigSubComment((yyvsp[0].comment)); } in yyparse()