Home
last modified time | relevance | path

Searched refs:OBRACKET (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.y133 OBRACKET 49
461 ArrayInit : OBRACKET OptKeySymList CBRACKET
463 | OBRACKET ActionList CBRACKET
561 Coord : OBRACKET SignedNumber COMMA SignedNumber CBRACKET
679 | FieldSpec OBRACKET Expr CBRACKET
681 | FieldSpec DOT FieldSpec OBRACKET Expr CBRACKET
Dparser.h91 OBRACKET = 49, enumerator
157 #define OBRACKET 49 macro
Dscanner.c134 if (chr(s, '[')) return OBRACKET; in _xkbcommon_lex()
Dparser.c201 OBRACKET = 49, enumerator
267 #define OBRACKET 49 macro