Searched refs:IndicatorNameCreate (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | parseutils.h | 115 extern IndicatorNameDef *IndicatorNameCreate(int /* ndx */ ,
|
| H A D | xkbparse.y | 437 { $$= IndicatorNameCreate($2,$4,False); } 439 { $$= IndicatorNameCreate($3,$5,True); }
|
| H A D | parseutils.c | 383 IndicatorNameCreate(int ndx, ExprDef * name, Bool virtual) function in typeref:typename:IndicatorNameDef *
|
| H A D | xkbparse.c | 2259 { (yyval.ledName)= IndicatorNameCreate((yyvsp[-3].ival),(yyvsp[-1].expr),False); } 2265 { (yyval.ledName)= IndicatorNameCreate((yyvsp[-3].ival),(yyvsp[-1].expr),True); }
|
Completed in 9 milliseconds