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

/xsrc/external/mit/xkbevd/dist/
H A Dcfgparse.y84 %type <entry> CfgFile CfgEntryList CfgEntry EventDef VarDef
105 CfgEntry : EventDef ActionDef
133 EventDef : EventType OPAREN OptNameSpec CPAREN label
138 cfg->entry_type= EventDef;
H A Dxkbevd.h66 #define EventDef 0 macro
H A Dxkbevd.c290 else if (cfg->entry_type == EventDef) {
332 while ((config) && (config->entry_type != EventDef)) {
350 if (next->entry_type != EventDef) {
H A Dcfgparse.c260 YYSYMBOL_EventDef = 39, /* EventDef */
677 "$accept", "CfgFile", "CfgEntryList", "CfgEntry", "VarDef", "EventDef",
1265 case 5: /* CfgEntry: EventDef ActionDef */
1302 case 8: /* EventDef: EventType OPAREN OptNameSpec CPAREN */
1308 cfg->entry_type= EventDef;

Completed in 7 milliseconds