Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/contrib/nvi/ex/
HDex_global.c70 RANGE *rp; in ex_g_setup()
237 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE)); in ex_g_setup()
257 RANGE *nrp, *rp; in ex_g_insdel()
301 CALLOC_RET(sp, nrp, RANGE *, 1, sizeof(RANGE)); in ex_g_insdel()
HDex_at.c43 RANGE *rp; in ex_at()
87 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE)); in ex_at()
HDex.h68 typedef struct _range RANGE; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator
150 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt()
160 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt()
176 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit()
177 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
/NextBSD/lib/libiconv_modules/HZ/
HDcitrus_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
/NextBSD/usr.bin/colldef/
HDparse.y93 %token SUBSTITUTE WITH ORDER RANGE
233 | CHAR RANGE CHAR {
264 | CHAR RANGE CHAR {
294 | CHAR RANGE CHAR {
HDscan.l85 <INITIAL>;[ \t]*\.\.\.[ \t]*; return RANGE;
/NextBSD/crypto/heimdal/lib/asn1/
HDasn1parse.h122 RANGE = 338, enumerator
212 #define RANGE 338 macro
HDasn1parse.y167 %token RANGE
357 range : '(' Value RANGE Value ')'
367 | '(' Value RANGE kw_MAX ')'
375 | '(' kw_MIN RANGE Value ')'
HDlex.l272 \.\. { return RANGE; }
/NextBSD/contrib/elftoolchain/libelf/
HD_libelf.h177 LIBELF_SET_ERROR(RANGE, 0); \
186 LIBELF_SET_ERROR(RANGE, 0); \
HDelf_errmsg.c50 DEFINE_ERROR(RANGE, "Value out of range of target"),
HDelf_data.c114 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
123 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
HDgelf_rel.c149 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rel()
HDgelf_rela.c150 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rela()
/NextBSD/usr.bin/tr/
HDextern.h40 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
HDstr.c99 case RANGE: in next()
269 s->state = RANGE; in genrange()
/NextBSD/sys/dev/sound/midi/
HDsequencer.h44 #define RANGE(var, low, high) (var) = \ macro
/NextBSD/sbin/dhclient/
HDdhctoken.h68 #define RANGE 272 macro
HDconflex.c455 return (RANGE); in intern()
/NextBSD/contrib/tcsh/
HDglob.c109 #define RANGE '-' macro
377 if (*qpatnext == RANGE && in glob()
/NextBSD/lib/libc/gen/
HDglob.c127 #define RANGE '-' macro
522 if (*qpatnext == RANGE && in glob0()
/NextBSD/sys/dev/sound/pci/
HDemu10kx.c842 RANGE(delay, 16, 1024); in emu_timer_set()
843 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_set()
868 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_enable()
906 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_clear()
2633 RANGE(volume, 0, 100); in emumix_set_volume()
3067 RANGE(sc->mch_disabled, 0, 1); in emu_pci_attach()
3073 RANGE(sc->mch_rec, 0, 1); in emu_pci_attach()
3079 RANGE(sc->mch_rec, 0, 2); in emu_pci_attach()
/NextBSD/crypto/heimdal/lib/hx509/
HDhx509_err.et25 error_code RANGE, "Number too large"
/NextBSD/sys/dev/sound/isa/
HDsb16.c628 RANGE(ch->spd, 5000, 45000); in sb_setup()
653 RANGE(ch->spd, 5000, 45000); in sb_setup()

12