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

12

/freebsd-10.0-release/usr.bin/tr/
H A Dextern.h40 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon11494::__anon11496
H A Dstr.c99 case RANGE:
269 s->state = RANGE;
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dsequencer.h44 #define RANGE(var, low, high) (var) = \ macro
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_at.c43 RANGE *rp;
87 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE));
H A Dex_global.c70 RANGE *rp;
237 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE));
257 RANGE *nrp, *rp;
301 CALLOC_RET(sp, nrp, RANGE *, 1, sizeof(RANGE));
H A Dex.h68 typedef struct _range RANGE; typedef in typeref:struct:_range
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon2779
130 // SubExprs[RANGE] is an expression or declstmt.
150 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
160 return cast<DeclStmt>(SubExprs[RANGE]);
176 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
177 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.h122 RANGE = 338, enumerator in enum:yytokentype
212 #define RANGE 338 macro
H A Dlex.l272 \.\. { return RANGE; }
H A Dasn1parse.y167 %token RANGE
357 range : '(' Value RANGE Value ')'
367 | '(' Value RANGE kw_MAX ')'
375 | '(' kw_MIN RANGE Value ')'
H A Dasn1parse.c149 RANGE = 338, enumerator in enum:yytokentype
239 #define RANGE 338 macro
719 "RANGE", "EEQUAL", "ELLIPSIS", "IDENTIFIER", "referencename", "STRING",
/freebsd-10.0-release/lib/libelf/
H A Delf_errmsg.c50 DEFINE_ERROR(RANGE, "Value out of range of target"),
H A D_libelf.h142 LIBELF_SET_ERROR(RANGE, 0); \
151 LIBELF_SET_ERROR(RANGE, 0); \
H A Dgelf_rel.c141 LIBELF_SET_ERROR(RANGE, 0);
H A Dgelf_rela.c142 LIBELF_SET_ERROR(RANGE, 0);
/freebsd-10.0-release/sbin/dhclient/
H A Ddhctoken.h68 #define RANGE 272 macro
H A Dconflex.c455 return (RANGE);
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dhx509_err.et25 error_code RANGE, "Number too large"
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check217 print "BAD ERR RANGE IN LOG ENTRY!! $ARGV $.: $current_func\n";
/freebsd-10.0-release/usr.bin/colldef/
H A Dparse.y74 %token SUBSTITUTE WITH ORDER RANGE
214 | CHAR RANGE CHAR {
245 | CHAR RANGE CHAR {
275 | CHAR RANGE CHAR {
/freebsd-10.0-release/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c74 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
75 /* CTRL */ RANGE(0x00, 0x1F),
76 /* ASCII */ RANGE(0x20, 0x7F),
77 /* GB2312 */ RANGE(0x21, 0x7E),
78 /* CS94 */ RANGE(0x21, 0x7E),
79 /* CS96 */ RANGE(0x20, 0x7F),
80 #undef RANGE macro
/freebsd-10.0-release/contrib/tcsh/
H A Dglob.c109 #define RANGE '-' macro
377 if (*qpatnext == RANGE &&
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dglob.c89 #define RANGE '-' macro
515 if (*qpatnext == RANGE &&
/freebsd-10.0-release/lib/libc/gen/
H A Dglob.c123 #define RANGE '-' macro
498 if (*qpatnext == RANGE &&
/freebsd-10.0-release/sys/dev/sound/isa/
H A Dsb16.c630 RANGE(ch->spd, 5000, 45000);
655 RANGE(ch->spd, 5000, 45000);

Completed in 206 milliseconds

12