Searched refs:dmxConfigCreateWall (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.y | 182 { $$ = dmxConfigCreateWall($1, $2, $3, $4, $5); } 184 { $$ = dmxConfigCreateWall($1, $2, NULL, $3, $4); } 186 { $$ = dmxConfigCreateWall($1, NULL, NULL, $2, $3); }
|
| H A D | parser.c | 1454 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-4].token), (yyvsp[-3].pair), (yyvsp[-2].pair), (yyvsp… in yyparse() 1460 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-3].token), (yyvsp[-2].pair), NULL, (yyvsp[-1].string)… in yyparse() 1466 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-2].token), NULL, NULL, (yyvsp[-1].string), (yyvsp[0].… in yyparse()
|
| H A D | dmxparse.h | 241 extern DMXConfigWallPtr dmxConfigCreateWall(DMXConfigTokenPtr pStart,
|
| H A D | dmxparse.c | 331 dmxConfigCreateWall(DMXConfigTokenPtr pStart, in dmxConfigCreateWall() function
|