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

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h53 #define CBRACKET 50 macro
H A Dcfgparse.y51 CBRACKET 50
H A Dcfgscan.c130 case CBRACKET:
131 snprintf(buf, sizeof(buf), "CBRACKET");
460 rtrn = CBRACKET;
H A Dcfgparse.c139 CBRACKET = 50, /* CBRACKET */ enumerator in enum:yytokentype
178 #define CBRACKET 50 macro
244 YYSYMBOL_CBRACKET = 23, /* CBRACKET */
675 "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT", "COMMA", "SEMI",
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h77 #define CBRACKET 50 macro
H A Dxkbparse.y72 CBRACKET 50
418 ArrayInit : OBRACKET OptKeySymList CBRACKET
420 | OBRACKET ActionList CBRACKET
535 Coord : OBRACKET SignedNumber COMMA SignedNumber CBRACKET
661 | FieldSpec OBRACKET Expr CBRACKET
670 | FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET
H A Dxkbscan.c205 case CBRACKET:
206 snprintf(buf, sizeof(buf), "CBRACKET");
723 rtrn = CBRACKET;
H A Dxkbparse.c167 CBRACKET = 50, /* CBRACKET */ enumerator in enum:yytokentype
237 #define CBRACKET 50 macro
356 YYSYMBOL_CBRACKET = 46, /* CBRACKET */
875 "OBRACE", "CBRACE", "OPAREN", "CPAREN", "OBRACKET", "CBRACKET", "DOT",
2227 case 74: /* ArrayInit: OBRACKET OptKeySymList CBRACKET */
2233 case 75: /* ArrayInit: OBRACKET ActionList CBRACKET */
2450 case 110: /* Coord: OBRACKET SignedNumber COMMA SignedNumber CBRACKET */
2761 case 159: /* Lhs: FieldSpec OBRACKET Expr CBRACKET */
2774 case 160: /* Lhs: FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET */
[all...]

Completed in 12 milliseconds