Searched refs:KeyDef (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h135 extern KeyDef *KeyDeclCreate(char * /* name */ ,
139 extern KeyDef *KeyDeclMerge(KeyDef * /* into */ ,
140 KeyDef * /* from */
143 extern RowDef *RowDeclCreate(KeyDef * /* keys */
H A Dparseutils.c502 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 Dxkbcomp.h284 } KeyDef; typedef in typeref:struct:_KeyDef
290 KeyDef *keys;
H A Dxkbparse.y130 KeyDef *key;
475 { $$=(KeyDef *)AppendStmt(&$1->common,&$2->common);}
483 { $$= (KeyDef *)$1; }
487 { $$=(KeyDef *)AppendStmt(&$1->common,&$3->common);}
H A Dxkbparse.c283 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 Dgeometry.c2579 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