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

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h120 extern ExprDef *ActionCreate(Atom /* name */ ,
H A Dxkbparse.y629 { $$= ActionCreate($1,$3); }
643 { $$= ActionCreate($1,$3); }
H A Dparseutils.c408 ActionCreate(Atom name, ExprDef * args) function in typeref:typename:ExprDef *
H A Dxkbparse.c2704 { (yyval.expr)= ActionCreate((yyvsp[-3].sval),(yyvsp[-1].expr)); }
2734 { (yyval.expr)= ActionCreate((yyvsp[-3].sval),(yyvsp[-1].expr)); }

Completed in 8 milliseconds