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

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h188 extern XkbFile *CreateXKBFile(int /* type */ ,
H A Dxkbparse.y184 { $$= CreateXKBFile($2,$3,&$5->common,$1); }
201 { $$= CreateXKBFile($2,$3,$5,$1); }
205 { $$= CreateXKBFile($2,$3,$4,$1); }
H A Dxkbparse.c1761 { (yyval.file)= CreateXKBFile((yyvsp[-5].uval),(yyvsp[-4].str),&(yyvsp[-2].file)->common,(yyvsp[-6].uval)); }
1797 { (yyval.file)= CreateXKBFile((yyvsp[-5].uval),(yyvsp[-4].str),(yyvsp[-2].any),(yyvsp[-6].uval)); }
1803 { (yyval.file)= CreateXKBFile((yyvsp[-2].uval),(yyvsp[-1].str),(yyvsp[0].any),(yyvsp[-3].uval)); }
H A Dparseutils.c849 CreateXKBFile(int type, char *name, ParseCommon * defs, unsigned flags) function in typeref:typename:XkbFile *

Completed in 8 milliseconds