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

12

/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dc2z42 MINUS=""
49 -l*) MINUS="-" ;;
65 ( eval $MINUS $CSH $INTERACT ) <<EOF 2>&1 >/dev/null
/macosx-10.10.1/awk-20/src/
H A Dytab.h94 MINUS = 310, enumerator in enum:yytokentype
191 #define MINUS 310 macro
H A Dytabh.bak83 MINUS = 309,
178 #define MINUS 309
H A Dmaketab.c60 { MINUS, "arith", " - " },
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
354 | term '-' term { $$ = op2(MINUS, $1, $3); }
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_u7.c90 #define MINUS 45 macro
516 *target++=MINUS;
527 cnv->charErrorBuffer[0]=MINUS;
572 *target++=MINUS;
577 cnv->charErrorBuffer[0]=MINUS;
705 /* Add final MINUS to terminate unicodeMode */
707 *target++=MINUS;
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
1213 *target++=MINUS;
1224 cnv->charErrorBuffer[0]=MINUS;
[all...]
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.h157 MINUS = 373, enumerator in enum:yytokentype
284 #define MINUS 373 macro
/macosx-10.10.1/bc-21/bc/h/
H A Dnumber.h35 typedef enum {PLUS, MINUS} sign; enumerator in enum:__anon6314
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h137 MINUS = 19 | BINARY_OP_PRECEDENCE(9) | UnaryOpTokenFlag, enumerator in enum:JSC::JSTokenType
/macosx-10.10.1/bc-21/bc/lib/
H A Dnumber.c274 return num->n_sign == MINUS;
552 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
875 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS );
955 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS);
1107 qval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS );
1472 if (num->n_sign == MINUS) (*out_char) ('-');
1645 if (neg) (*num)->n_sign = MINUS;
1736 (*num)->n_sign = MINUS;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasn.vim25 syn match asnNumber "\<MINUS-INFINITY\>"
H A Doccam.vim44 syn keyword occamOperator AFTER TIMES MINUS PLUS INITIAL REM AND OR XOR NOT
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexpr.c121 #define MINUS '-' macro
451 case MINUS:
723 while ((curtok == PLUS) || (curtok == MINUS))
732 else if (op == MINUS)
838 else if (curtok == MINUS)
995 case MINUS:
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dd10v-opc.c159 #define MINUS (PLUS + 1) /* postdecrement */ macro
161 #define ATMINUS (MINUS + 1) /* predecrement */
230 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } },
235 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } },
320 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } },
326 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
H A Dd30v-opc.c402 #define MINUS (PLUS + 1) /* Postdecrement. */ macro
404 #define ATMINUS (MINUS + 1) /* Predecrement. */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
430 { SHORT_M2, 3, { Ra2, ATPAR, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) */
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dlex.l114 MINUS-INFINITY { return kw_MINUS_INFINITY; }
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dchoicfmt.cpp57 #define MINUS ((UChar)0x002D) /*-*/ macro
68 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
297 result += MINUS;
H A Dvtzone.cpp39 static const UChar MINUS = 0x2D; /* - */ variable
101 } else if (str.charAt(start) == MINUS) {
145 str.append(MINUS);
177 str.append(MINUS);
307 } else if (s == MINUS) {
340 str.append(MINUS);
455 } else if (value.charAt(0) == MINUS) {
H A Dtimezone.cpp99 #define MINUS 0x002D macro
1320 if (id[pos.getIndex()] == MINUS /*'-'*/) {
1431 id += (UChar)MINUS;
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dbulgarian-bds.vim120 ( - HYPHEN-MINUS
141 +- �� PLUS-MINUS SIGN
H A Dbulgarian-phonetic.vim121 +- �� PLUS-MINUS SIGN
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcalregts.cpp2029 enum Sign { PLUS=1, MINUS=2 }; enumerator in enum:Sign
2037 int8_t signMask; // PLUS or MINUS or both
2168 #define PLUS_MINUS PLUS|MINUS
2173 { UCAL_WEEK_OF_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY },
2174 { UCAL_DATE, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY },
2179 { UCAL_DAY_OF_YEAR, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY },
2180 { UCAL_DAY_OF_WEEK, ADD|ROLL, PLUS|MINUS, 2, -ONE_DAY, +1*ONE_DAY },
2181 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY },
2182 { UCAL_AM_PM, ADD, PLUS|MINUS, 4, -12*ONE_HOUR, +36*ONE_HOUR },
2183 { UCAL_HOUR, ADD, PLUS|MINUS, 4
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclParseExpr.c100 #define MINUS 16 macro
119 * lexemes MINUS and PLUS.
962 while ((lexeme == PLUS) || (lexeme == MINUS)) {
1083 if ((lexeme == PLUS) || (lexeme == MINUS) || (lexeme == BIT_NOT)
1739 infoPtr->lexeme = MINUS;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompExpr.c162 #define MINUS 2 /* Ambiguous. Resolves to UNARY_MINUS or macro
188 #define UNARY_MINUS ( UNARY | MINUS)
225 #define BINARY_MINUS ( BINARY | MINUS)
466 COMMA /* , */, MINUS /* - */,
777 case MINUS:
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y183 %left PLUS MINUS.
218 carg ::= DEFAULT MINUS term(X). {
646 expr(A) ::= expr(X) MINUS(OP) expr(Y). {A = sqlite3Expr(@OP, X, Y, 0);}
699 expr(A) ::= MINUS(B) expr(X). [UMINUS] {
858 minus_num(A) ::= MINUS number(X). {A = X;}

Completed in 265 milliseconds

12