Searched refs:IndicatorNameCreate (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h115 extern IndicatorNameDef *IndicatorNameCreate(int /* ndx */ ,
H A Dxkbparse.y437 { $$= IndicatorNameCreate($2,$4,False); }
439 { $$= IndicatorNameCreate($3,$5,True); }
H A Dparseutils.c383 IndicatorNameCreate(int ndx, ExprDef * name, Bool virtual) function in typeref:typename:IndicatorNameDef *
H A Dxkbparse.c2259 { (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