Searched refs:OPAREN (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | tokens.h | 50 #define OPAREN 47 macro
|
| H A D | cfgparse.y | 48 OPAREN 47 73 %left OPAREN 133 EventDef : EventType OPAREN OptNameSpec CPAREN
|
| H A D | cfgscan.c | 121 case OPAREN: 122 snprintf(buf, sizeof(buf), "OPAREN"); 454 rtrn = OPAREN;
|
| H A D | cfgparse.c | 136 OPAREN = 47, /* OPAREN */ enumerator in enum:yytokentype 175 #define OPAREN 47 macro 241 YYSYMBOL_OPAREN = 20, /* OPAREN */ 675 "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", "COMMA", "SEMI", 1302 case 8: /* EventDef: EventType OPAREN OptNameSpec CPAREN */
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | tokens.h | 74 #define OPAREN 47 macro
|
| H A D | xkbparse.y | 69 OPAREN 47 107 %left OPAREN 628 | FieldSpec OPAREN OptExprList CPAREN %prec OPAREN 632 | OPAREN Expr CPAREN 642 Action : FieldSpec OPAREN OptExprList CPAREN
|
| H A D | xkbscan.c | 196 case OPAREN: 197 snprintf(buf, sizeof(buf), "OPAREN"); 717 rtrn = OPAREN;
|
| H A D | xkbparse.c | 164 OPAREN = 47, /* OPAREN */ enumerator in enum:yytokentype 234 #define OPAREN 47 macro 353 YYSYMBOL_OPAREN = 43, /* OPAREN */ 875 "OBRACE", "CBRACE", "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", 2702 case 151: /* Term: FieldSpec OPAREN OptExprList CPAREN */ 2714 case 153: /* Term: OPAREN Expr CPAREN */ 2732 case 156: /* Action: FieldSpec OPAREN OptExprList CPAREN */
|
Completed in 13 milliseconds