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

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h79 extern VModDef *VModCreate(Atom /* name */ ,
H A Dxkbparse.y361 { $$= VModCreate($1,NULL); }
363 { $$= VModCreate($1,$3); }
H A Dparseutils.c180 VModCreate(Atom name, ExprDef * value) function in typeref:typename:VModDef *
H A Dxkbparse.c2124 { (yyval.vmod)= VModCreate((yyvsp[0].sval),NULL); }
2130 { (yyval.vmod)= VModCreate((yyvsp[-2].sval),(yyvsp[0].expr)); }

Completed in 8 milliseconds