Searched refs:EQUALS (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h43 #define EQUALS 40 macro
H A Dcfgparse.y41 EQUALS 40
69 %right EQUALS
116 VarDef : Ident EQUALS NameSpec
H A Dcfgscan.c100 case EQUALS:
101 snprintf(buf, sizeof(buf), "EQUALS");
440 rtrn = EQUALS;
H A Dcfgparse.c129 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 Dtokens.h67 #define EQUALS 40 macro
H A Dxkbparse.y62 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 Dxkbscan.c179 case EQUALS:
180 snprintf(buf, sizeof(buf), "EQUALS");
707 rtrn = EQUALS;
H A Dxkbparse.c157 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 Dgram.tab.h105 EQUALS = 306, /* EQUALS */ enumerator in enum:yytokentype
H A Dlex.c817 { return (EQUALS); }
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.h105 EQUALS = 306, /* EQUALS */ enumerator in enum:yytokentype
H A Dgram.y78 %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 Dgram.y120 %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 DMakefile68 EQUALS = = macro

Completed in 30 milliseconds