Searched refs:CreateXKBFile (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | parseutils.h | 188 extern XkbFile *CreateXKBFile(int /* type */ ,
|
| H A D | xkbparse.y | 184 { $$= CreateXKBFile($2,$3,&$5->common,$1); } 201 { $$= CreateXKBFile($2,$3,$5,$1); } 205 { $$= CreateXKBFile($2,$3,$4,$1); }
|
| H A D | xkbparse.c | 1761 { (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 D | parseutils.c | 849 CreateXKBFile(int type, char *name, ParseCommon * defs, unsigned flags) function in typeref:typename:XkbFile *
|
Completed in 8 milliseconds