Searched refs:LedNameCreate (Results 1 – 4 of 4) sorted by relevance
/external/libxkbcommon/src/xkbcomp/ |
D | ast-build.h | 113 LedNameCreate(unsigned ndx, ExprDef *name, bool virtual);
|
D | parser.y | 496 { $$ = LedNameCreate($2, $4, false); } 498 { $$ = LedNameCreate($3, $5, true); }
|
D | ast-build.c | 442 LedNameCreate(unsigned ndx, ExprDef *name, bool virtual) in LedNameCreate() function
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.c | 2328 … { (yyval.ledName) = LedNameCreate((yyvsp[-3].num), (yyvsp[-1].expr), false); } in yyparse() 2334 … { (yyval.ledName) = LedNameCreate((yyvsp[-3].num), (yyvsp[-1].expr), true); } in yyparse()
|