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

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h127 extern ShapeDef *ShapeDeclCreate(Atom /* name */ ,
H A Dxkbparse.y443 { $$= ShapeDeclCreate($2,(OutlineDef *)&$4->common); }
448 $$= ShapeDeclCreate($2,outlines);
H A Dparseutils.c450 ShapeDeclCreate(Atom name, OutlineDef * outlines) function in typeref:typename:ShapeDef *
H A Dxkbparse.c2271 { (yyval.shape)= ShapeDeclCreate((yyvsp[-4].sval),(OutlineDef *)&(yyvsp[-2].outline)->common); }
2280 (yyval.shape)= ShapeDeclCreate((yyvsp[-4].sval),outlines);

Completed in 11 milliseconds