Searched refs:EQUALS (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | tokens.h | 43 #define EQUALS 40 macro
|
| H A D | cfgparse.y | 41 EQUALS 40 69 %right EQUALS 116 VarDef : Ident EQUALS NameSpec
|
| H A D | cfgscan.c | 100 case EQUALS: 101 snprintf(buf, sizeof(buf), "EQUALS"); 440 rtrn = EQUALS;
|
| H A D | cfgparse.c | 129 EQUALS = 40, /* EQUALS */ enumerator in enum:yytokentype 168 #define EQUALS 40 macro 234 YYSYMBOL_EQUALS = 13, /* EQUALS */ 674 "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES", "OBRACE", "CBRACE", 1283 case 7: /* VarDef: Ident EQUALS NameSpec */
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | tokens.h | 67 #define EQUALS 40 macro
|
| H A D | xkbparse.y | 62 EQUALS 40 103 %right EQUALS 322 VarDecl : Lhs EQUALS Expr SEMI 330 KeyNameDecl : KeyName EQUALS Expr SEMI 341 KeyAliasDecl : ALIAS KeyName EQUALS KeyName SEMI 363 | Ident EQUALS Expr 407 SymbolsVarDecl : Lhs EQUALS Expr 409 | Lhs EQUALS ArrayInit 425 GroupCompatDecl : GROUP Integer EQUALS Expr SEMI 437 IndicatorNameDecl: INDICATOR Integer EQUALS Exp [all...] |
| H A D | xkbscan.c | 179 case EQUALS: 180 snprintf(buf, sizeof(buf), "EQUALS"); 707 rtrn = EQUALS;
|
| H A D | xkbparse.c | 157 EQUALS = 40, /* EQUALS */ enumerator in enum:yytokentype 227 #define EQUALS 40 macro 346 YYSYMBOL_EQUALS = 36, /* EQUALS */ 878 "LOGO", "VIRTUAL", "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES", 2098 case 49: /* VarDecl: Lhs EQUALS Expr SEMI */ 2116 case 52: /* KeyNameDecl: KeyName EQUALS Expr SEMI */ 2129 case 53: /* KeyAliasDecl: ALIAS KeyName EQUALS KeyName SEMI */ 2165 case 58: /* VModDef: Ident EQUALS Expr */ 2234 case 69: /* SymbolsVarDecl: Lhs EQUALS Exp [all...] |
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.h | 105 EQUALS = 306, /* EQUALS */ enumerator in enum:yytokentype
|
| H A D | lex.c | 817 { return (EQUALS); }
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.h | 105 EQUALS = 306, /* EQUALS */ enumerator in enum:yytokentype
|
| H A D | gram.y | 78 %token <num> COLON EQUALS SQUEEZE_TITLE DONT_SQUEEZE_TITLE 215 | LEFT_TITLEBUTTON string EQUALS action { 218 | RIGHT_TITLEBUTTON string EQUALS action { 515 keyaction : EQUALS keys COLON action { $$ = $4; } 518 full : EQUALS keys COLON contexts COLON action { $$ = $6; } 521 fullkey : EQUALS keys COLON contextkeys COLON action { $$ = $6; } 629 | button EQUALS action { SetCurrentTBAction($1, 0, $3, Action, pull);}
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 120 %token <num> COLON EQUALS SQUEEZE_TITLE DONT_SQUEEZE_TITLE 175 | LEFT_TITLEBUTTON string EQUALS action { 178 | RIGHT_TITLEBUTTON string EQUALS action { 313 full : EQUALS keys COLON contexts COLON action { $$ = $6; } 316 fullkey : EQUALS keys COLON contextkeys COLON action { $$ = $6; }
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | Makefile | 68 EQUALS = = macro
|
Completed in 26 milliseconds