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

/xsrc/external/mit/xkbevd/dist/
H A Dtokens.h45 #define MINUS 42 macro
H A Dcfgparse.y43 MINUS 42
70 %left PLUS MINUS
H A Dcfgscan.c106 case MINUS:
107 snprintf(buf, sizeof(buf), "MINUS");
444 rtrn = MINUS;
H A Dcfgparse.c131 MINUS = 42, /* MINUS */ enumerator in enum:yytokentype
170 #define MINUS 42 macro
236 YYSYMBOL_MINUS = 15, /* MINUS */
674 "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES", "OBRACE", "CBRACE",
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h69 #define MINUS 42 macro
H A Dxkbparse.y64 MINUS 42
104 %left PLUS MINUS
608 | Expr MINUS Expr
618 Term : MINUS Term
740 SignedNumber : MINUS Number { $$= -$2; }
H A Dxkbscan.c181 case MINUS:
182 snprintf(buf, sizeof(buf), "MINUS");
707 rtrn = MINUS;
H A Dxkbparse.c159 MINUS = 42, /* MINUS */ enumerator in enum:yytokentype
229 #define MINUS 42 macro
348 YYSYMBOL_MINUS = 38, /* MINUS */
874 "LOGO", "VIRTUAL", "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES",
2648 case 142: /* Expr: Expr MINUS Expr */
2672 case 146: /* Term: MINUS Term */
2896 case 175: /* SignedNumber: MINUS Number */
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.h66 MINUS = 267, /* MINUS */ enumerator in enum:yytokentype
H A Dlex.c832 { return MINUS; }
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.h66 MINUS = 267, /* MINUS */ enumerator in enum:yytokentype
H A Dgram.y70 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
1112 | MINUS number { $$ = -($2); }
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y367 %token PLUS MINUS
479 %left PLUS MINUS
1089 | MINUS LONG { $$ = -$2; }
1474 | MINUS INTEGER { $$ = -$2; }
1476 | MINUS LONG { $$ = -$2; }
2195 | MINUS { $$ = 1; }
2221 | MINUS { $$ = 1; }
/xsrc/external/mit/twm/dist/src/
H A Dgram.y113 %token <num> LB RB LP RP MENUS MENU BUTTON DEFAULT_FUNCTION PLUS MINUS
633 | MINUS number { $$ = -($2); }

Completed in 22 milliseconds