Searched refs:PLUS (Results 51 - 61 of 61) sorted by relevance

123

/macosx-10.10.1/vim-55/src/
H A Dregexp.c150 #define PLUS 8 /* node Match this (simple) thing 1 or more macro
287 * STAR,PLUS '=', and complex '*' and '+', are implemented as circular
289 * per match) are implemented with STAR and PLUS for speed
367 #define SIMPLE 0x2 /* Simple enough to be STAR/PLUS operand. */
1502 reginsert(PLUS, ret);
3217 , RS_STAR_LONG /* STAR/PLUS/BRACE_SIMPLE longest match */
3218 , RS_STAR_SHORT /* STAR/PLUS/BRACE_SIMPLE shortest match */
3242 /* used for STAR, PLUS and BRACE_SIMPLE matching */
4835 case PLUS:
6470 case PLUS
[all...]
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y1523 %left PLUS MINUS
5552 exprcompound : expr PLUS expr {
5639 | PLUS expr %prec UMINUS {
H A Dparser.c185 PLUS = 374, enumerator in enum:yytokentype
312 #define PLUS 374 macro
2404 "LOR", "LAND", "OR", "XOR", "AND", "RSHIFT", "LSHIFT", "MINUS", "PLUS",
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb2081 T_PLUS = :PLUS
2100 (?# 13: PLUS )(\+)|\
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DASTBuilder.h970 case PLUS:
H A DParser.cpp2301 case PLUS:
/macosx-10.10.1/efax-38/efax/
H A Defax.c977 // If we get the PLUS result, we eat the rogue frame then re-issue
981 if (c == PLUS) {
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dtermcap.src2251 # - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
4823 qvt101+|qvt101p|qume qvt 101 PLUS product:\
4853 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
4864 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
4866 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
4869 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
4875 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
4881 # If one is desired for the QVT 119 PLUS then 25 lines must
4884 qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
4887 qvt203-25-w|QVT 203 PLUS wit
[all...]
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dterminfo.src2732 # - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
6757 qvt101+|qvt101p|qume qvt 101 PLUS product,
6793 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals,
6806 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines,
6808 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode,
6811 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25,
6818 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video),
6824 # If one is desired for the QVT 119 PLUS then 25 lines must
6827 qvt203-25|QVT 203 PLUS with 25 by 80 column mode,
6830 qvt203-25-w|QVT 203 PLUS wit
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/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",
801 case '+': token = PLUS; break;
1023 && (tokens[l-1].token != PLUS)
1436 while ( (LA==PLUS)
1439 if (LA==PLUS) {
1440 Consume(PLUS); variable

Completed in 240 milliseconds

123