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

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h49 #define CBRACE 46 macro
H A Dcfgparse.y47 CBRACE 46
H A Dcfgscan.c118 case CBRACE:
119 snprintf(buf, sizeof(buf), "CBRACE");
452 rtrn = CBRACE;
H A Dcfgparse.c135 CBRACE = 46, /* CBRACE */ enumerator in enum:yytokentype
174 #define CBRACE 46 macro
240 YYSYMBOL_CBRACE = 19, /* CBRACE */
674 "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES", "OBRACE", "CBRACE",
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbparse.y68 CBRACE 46
183 CBRACE SEMI
200 CBRACE SEMI
368 CBRACE SEMI
389 CBRACE SEMI
395 CBRACE SEMI
428 ModMapDecl : MODIFIER_MAP Ident OBRACE ExprList CBRACE SEMI
432 IndicatorMapDecl: INDICATOR String OBRACE VarDeclList CBRACE SEMI
442 ShapeDecl : SHAPE String OBRACE OutlineList CBRACE SEMI
444 | SHAPE String OBRACE CoordList CBRACE SEM
[all...]
H A Dtokens.h73 #define CBRACE 46 macro
H A Dxkbscan.c193 case CBRACE:
194 snprintf(buf, sizeof(buf), "CBRACE");
715 rtrn = CBRACE;
H A Dxkbparse.c163 CBRACE = 46, /* CBRACE */ enumerator in enum:yytokentype
233 #define CBRACE 46 macro
352 YYSYMBOL_CBRACE = 42, /* CBRACE */
875 "OBRACE", "CBRACE", "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT",
1759 case 7: /* XkbCompositeMap: OptFlags XkbCompositeType OptMapName OBRACE XkbMapConfigList CBRACE SEMI */
1795 case 13: /* XkbMapConfig: OptFlags FileType OptMapName OBRACE DeclList CBRACE SEMI */
2134 case 59: /* InterpretDecl: INTERPRET InterpretMatch OBRACE VarDeclList CBRACE SEMI */
2167 case 64: /* KeyTypeDecl: TYPE String OBRACE VarDeclList CBRACE SEMI */
2173 case 65: /* SymbolsDecl: KEY KeyName OBRACE SymbolsBody CBRACE SEM
[all...]

Completed in 10 milliseconds