Searched refs:MINUS (Results 26 - 43 of 43) sorted by relevance

12

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmath.c124 #define MINUS 15 macro
175 * 5 PLUS '+', MINUS '-'
203 /* MINUS SHLEFT SHRIGHT LES LEQ */
236 * 9 PLUS '+', MINUS '-'
259 /* MINUS SHLEFT SHRIGHT LES LEQ */
594 return MINUS;
1131 case MINUS:
/macosx-10.10.1/awk-20/src/
H A Dytab.c121 MINUS = 310, enumerator in enum:yytokentype
218 #define MINUS 310 macro
734 "MINUS", "MULT", "DIVIDE", "MOD", "ASSIGN", "ASGNOP", "ADDEQ", "SUBEQ",
3208 { (yyval.p) = op2(MINUS, (yyvsp[(1) - (3)].p), (yyvsp[(3) - (3)].p)); }
H A Dytabc.bak107 MINUS = 309,
202 #define MINUS 309
597 "LSUBSTR", "MATCHFCN", "NEXT", "NEXTFILE", "ADD", "MINUS", "MULT",
2888 { (yyval.p) = op2(MINUS, (yyvsp[-2].p), (yyvsp[0].p)); }
H A Drun.c1018 case MINUS:
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l196 "-" {return(MINUS);}
H A Dnidl_y.y303 %token MINUS
1906 | additive_expression MINUS multiplicative_expression
1952 | MINUS primary_expression
/macosx-10.10.1/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim48 \ '-' : 'MINUS',
/macosx-10.10.1/vim-55/runtime/syntax/
H A Domnimark.vim31 syn keyword omnimarkKeywords MACRO-END MARKED-SECTION MARKUP-COMMENT MARKUP-ERROR MARKUP-PARSER MASK MATCH MINUS MODULO
H A Dplm.vim72 syn keyword plmReserved LABEL LITERALLY MINUS MOD NOT OR
H A Dplsql.vim60 syn keyword plsqlSQLKeyword LIKE LOCK MAXEXTENTS MINUS MODE MODIFY MULTISET
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtzfmt.cpp113 static const UChar MINUS = 0x002D; variable
1433 sign = MINUS;
1554 } else if (firstChar == MINUS) {
1899 } else if (c == MINUS) {
2044 sign = MINUS;
/macosx-10.10.1/swig-12/Source/CParse/
H A Dcscanner.c306 return MINUS;
H A Dparser.y1523 %left PLUS MINUS
5556 | expr MINUS expr {
5635 | MINUS expr %prec UMINUS {
H A Dparser.c184 MINUS = 373, enumerator in enum:yytokentype
311 #define MINUS 373 macro
2404 "LOR", "LAND", "OR", "XOR", "AND", "RSHIFT", "LSHIFT", "MINUS", "PLUS",
/macosx-10.10.1/ruby-106/ruby/
H A Dvm.c1047 OP(MINUS, MINUS), (C(Fixnum), C(Float));
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DASTBuilder.h973 case MINUS:
H A DParser.cpp2298 case MINUS:
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c159 PIPE, PLUS, MINUS, EQUAL, NOTEQ, LT, LTE, GT, GTE, enumerator in enum:__anon12814
169 "PIPE", "PLUS", "MINUS", "EQUAL", "NOTEQ", "LT", "LTE", "GT", "GTE",
802 case '-': token = MINUS; break;
1024 && (tokens[l-1].token != MINUS)
1382 if (LA==MINUS) {
1383 Consume(MINUS);
1437 ||(LA==MINUS)
1443 Consume(MINUS); variable

Completed in 276 milliseconds

12