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

12

/freebsd-current/sys/contrib/device-tree/scripts/
H A Dfilter.sh16 RANGE="$LAST..$UPSTREAM_REWRITTEN"
19 RANGE="$UPSTREAM_REWRITTEN"
38 -- $RANGE
/freebsd-current/usr.bin/tr/
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon932::__anon934
H A Dstr.c95 case RANGE:
265 s->state = RANGE;
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.h43 #define RANGE(var, low, high) (var) = \ macro
/freebsd-current/contrib/nvi/ex/
H A Dex_at.c39 RANGE *rp;
83 CALLOC_RET(sp, rp, 1, sizeof(RANGE));
H A Dex_global.c66 RANGE *rp;
234 CALLOC(sp, rp, 1, sizeof(RANGE));
254 RANGE *nrp, *rp;
298 CALLOC_RET(sp, nrp, 1, sizeof(RANGE));
H A Dex.h66 typedef struct _range RANGE; typedef in typeref:struct:_range
/freebsd-current/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-current/contrib/elftoolchain/libelf/
H A Delf_errmsg.c50 DEFINE_ERROR(RANGE, "Value out of range of target"),
H A D_libelf.h181 LIBELF_SET_ERROR(RANGE, 0); \
190 LIBELF_SET_ERROR(RANGE, 0); \
H A Dgelf_rela.c154 LIBELF_SET_ERROR(RANGE, 0);
H A Dgelf_rel.c152 LIBELF_SET_ERROR(RANGE, 0);
H A Delf_data.c115 LIBELF_SET_ERROR(RANGE, 0);
125 LIBELF_SET_ERROR(RANGE, 0);
/freebsd-current/sbin/dhclient/
H A Ddhctoken.h70 #define RANGE 272 macro
H A Dconflex.c460 return (RANGE);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon41
138 // SubExprs[RANGE] is an expression or declstmt.
162 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
173 return cast<DeclStmt>(SubExprs[RANGE]);
193 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
194 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/freebsd-current/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c75 #define RANGE(start, end) { start, end, (end - start) + 1 } macro
76 /* CTRL */ RANGE(0x00, 0x1F),
77 /* ASCII */ RANGE(0x20, 0x7F),
78 /* GB2312 */ RANGE(0x21, 0x7E),
79 /* CS94 */ RANGE(0x21, 0x7E),
80 /* CS96 */ RANGE(0x20, 0x7F),
81 #undef RANGE macro
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp57 SubExprs[RANGE] = Range;
/freebsd-current/contrib/tcsh/
H A Dglob.c114 #define RANGE '-' macro
385 if (*qpatnext == RANGE &&
/freebsd-current/sys/dev/sound/pcm/
H A Dsound.h163 #define RANGE(var, low, high) (var) = \ macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c97 #define RANGE '-' macro
520 if (*qpatnext == RANGE &&
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c86 #define RANGE L'-' macro
530 if (*qpatnext == RANGE &&

Completed in 316 milliseconds

12