Searched refs:KeyDef (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | parseutils.h | 135 extern KeyDef *KeyDeclCreate(char * /* name */ , 139 extern KeyDef *KeyDeclMerge(KeyDef * /* into */ , 140 KeyDef * /* from */ 143 extern RowDef *RowDeclCreate(KeyDef * /* keys */
|
| H A D | parseutils.c | 502 KeyDef * 505 KeyDef *key; 507 key = calloc(1, sizeof(KeyDef)); 510 *key = (KeyDef) { 523 KeyDef * 524 KeyDeclMerge(KeyDef * into, KeyDef * from) 535 RowDeclCreate(KeyDef * keys) 548 for (KeyDef *key = keys; key != NULL; key = (KeyDef *) ke [all...] |
| H A D | xkbcomp.h | 284 } KeyDef; typedef in typeref:struct:_KeyDef 290 KeyDef *keys;
|
| H A D | xkbparse.y | 130 KeyDef *key; 475 { $$=(KeyDef *)AppendStmt(&$1->common,&$2->common);} 483 { $$= (KeyDef *)$1; } 487 { $$=(KeyDef *)AppendStmt(&$1->common,&$3->common);}
|
| H A D | xkbparse.c | 283 KeyDef *key; 2335 { (yyval.key)=(KeyDef *)AppendStmt(&(yyvsp[-1].key)->common,&(yyvsp[0].key)->common);} 2353 { (yyval.key)= (KeyDef *)(yyvsp[0].var); } 2359 { (yyval.key)=(KeyDef *)AppendStmt(&(yyvsp[-2].key)->common,&(yyvsp[0].key)->common);}
|
| H A D | geometry.c | 2579 HandleComplexKey(KeyDef * def, KeyInfo * key, GeometryInfo * info) 2644 for (KeyDef *keyDef = def->keys; keyDef != NULL; 2645 keyDef = (KeyDef *) keyDef->common.next)
|
Completed in 15 milliseconds