Searched refs:RANGE (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/vim-55/src/
H A Dex_cmds.h29 #ifdef RANGE
30 # undef RANGE /* SASC on Amiga defines it */ macro
33 #define RANGE 0x001 /* allow a linespecs */ macro
97 BANG|RANGE|ZEROR|TRLBAR|CMDWIN|MODIFY),
105 RANGE|NOTADR|COUNT|TRLBAR),
107 RANGE|NOTADR|ZEROR|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
109 RANGE|NOTADR|ZEROR|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
113 BANG|NEEDARG|RANGE|NOTADR|ZEROR|FILES|TRLBAR),
115 BANG|RANGE|NOTADR|FILES|TRLBAR),
119 BANG|NEEDARG|RANGE|NOTAD
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DMismatchedCharException.hpp27 static const int RANGE = 3; member in class:antlr::MismatchedCharException
35 RANGE = 3,
49 // For CHAR/NOT_CHAR and RANGE/NOT_RANGE
52 // For RANGE/NOT_RANGE (expecting is lower bound of range)
H A DMismatchedTokenException.hpp103 static const int RANGE = 3; member in class:antlr::MismatchedTokenException
111 RANGE = 3, enumerator in enum:antlr::MismatchedTokenException::__anon4380
122 /// For TOKEN/NOT_TOKEN and RANGE/NOT_RANGE
125 /// For RANGE/NOT_RANGE (expecting is lower bound of range)
/macosx-10.10/text_cmds-88/tr/
H A Dextern.h44 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon14120::__anon14122
H A Dstr.c116 case RANGE:
289 s->state = RANGE;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dtime.c140 #define RANGE(min, max, value) \ macro
160 RANGE(0, 9999, year);
161 RANGE(1, 12, month);
162 RANGE(1, days[month - 1] +
164 RANGE(0, 23, hour);
165 RANGE(0, 59, minute);
166 RANGE(0, 60, second); /* 60 == leap second. */
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DMismatchedCharException.cpp30 , mismatchType(matchNot ? NOT_RANGE : RANGE)
81 case RANGE :
112 const int MismatchedCharException::RANGE; member in class:antlr::MismatchedCharException
H A DMismatchedTokenException.cpp36 , mismatchType(matchNot ? NOT_RANGE : RANGE)
93 , mismatchType(matchNot ? NOT_RANGE : RANGE)
149 case RANGE:
188 const int MismatchedTokenException::RANGE; member in class:antlr::MismatchedTokenException
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dhx509_err.et25 error_code RANGE, "Number too large"
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dsecurityd_data_saver.h85 RANGE = 1029, enumerator in enum:SecuritydDataSave::__anon5348
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/simulation/
H A Drandom.tcl74 proc $name {} [string map [list MIN $min RANGE $range] {return [expr {MIN+RANGE*rand()}]}]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dlex.l272 \.\. { return RANGE; }
H A Dasn1parse.y169 %token RANGE
361 range : '(' Value RANGE Value ')'
371 | '(' Value RANGE kw_MAX ')'
379 | '(' kw_MIN RANGE Value ')'
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c69 #define RANGE '-' macro
422 if (*qpatnext == RANGE &&
/macosx-10.10/sudo-73/src/
H A Dglob.c109 #define RANGE '-' macro
524 if (*qpatnext == RANGE &&
/macosx-10.10/tcsh-65/tcsh/
H A Dglob.c109 #define RANGE '-' macro
377 if (*qpatnext == RANGE &&
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregcomp.c243 #define RANGE 'R' /* - within [] which might be range delim. */
1483 case RANGE: /* a-b-c or other botch */
1495 if (!SEE(RANGE)) {
1538 if (SEE(RANGE)) {
1542 case RANGE:
242 #define RANGE macro
/macosx-10.10/adv_cmds-158/colldef/
H A Dparse.y130 %token ORDER RANGE ORDER_START ORDER_END ORDER_SECOND_PASS
867 | CHAR RANGE CHAR {
909 | CHAR RANGE CHAR {
937 | CHAR RANGE CHAR {
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c114 #define RANGE '-' macro
516 if (*qpatnext == RANGE &&
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c89 #define RANGE '-' macro
515 if (*qpatnext == RANGE &&
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim72 syn keyword fglKeyword RAISE RANGE READ READONLY REAL RECORD RECOVER RED REFERENCES
H A Dplsql.vim82 syn keyword plsqlKeyword PARTITION PIPELINED PRAGMA PROCEDURE RAISE RANGE REF
H A Dsas.vim186 syn keyword sasFunction RANGAM RANGE RANK RANNOR RANPOI RANTBL RANTRI
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c256 #define RANGE 'R' /* - within [] which might be range delim. */ macro
1379 case RANGE: /* a-b-c or other botch */
1387 if (!SEE(RANGE) && !ISCELEADER(v, c[0])) {
1430 if (SEE(RANGE)) {
1434 case RANGE:
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h447 CURLE_RANGE_ERROR, /* 33 - RANGE "command" didn't work */
851 CINIT(RANGE, OBJECTPOINT, 7),

Completed in 271 milliseconds

12