Searched refs:OPAREN (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h50 #define OPAREN 47 macro
H A Dcfgparse.y48 OPAREN 47
73 %left OPAREN
133 EventDef : EventType OPAREN OptNameSpec CPAREN
H A Dcfgscan.c121 case OPAREN:
122 snprintf(buf, sizeof(buf), "OPAREN");
454 rtrn = OPAREN;
H A Dcfgparse.c136 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 Dtokens.h74 #define OPAREN 47 macro
H A Dxkbparse.y69 OPAREN 47
107 %left OPAREN
628 | FieldSpec OPAREN OptExprList CPAREN %prec OPAREN
632 | OPAREN Expr CPAREN
642 Action : FieldSpec OPAREN OptExprList CPAREN
H A Dxkbscan.c196 case OPAREN:
197 snprintf(buf, sizeof(buf), "OPAREN");
717 rtrn = OPAREN;
H A Dxkbparse.c164 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