| /NextBSD/contrib/nvi/ex/ |
| HD | ex_global.c | 70 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()
|
| HD | ex_at.c | 43 RANGE *rp; in ex_at() 87 CALLOC_RET(sp, rp, RANGE *, 1, sizeof(RANGE)); in ex_at()
|
| HD | ex.h | 68 typedef struct _range RANGE; typedef
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtCXX.h | 130 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/ |
| HD | citrus_hz.c | 74 #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/ |
| HD | parse.y | 93 %token SUBSTITUTE WITH ORDER RANGE 233 | CHAR RANGE CHAR { 264 | CHAR RANGE CHAR { 294 | CHAR RANGE CHAR {
|
| HD | scan.l | 85 <INITIAL>;[ \t]*\.\.\.[ \t]*; return RANGE;
|
| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | asn1parse.h | 122 RANGE = 338, enumerator 212 #define RANGE 338 macro
|
| HD | asn1parse.y | 167 %token RANGE 357 range : '(' Value RANGE Value ')' 367 | '(' Value RANGE kw_MAX ')' 375 | '(' kw_MIN RANGE Value ')'
|
| HD | lex.l | 272 \.\. { return RANGE; }
|
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | _libelf.h | 177 LIBELF_SET_ERROR(RANGE, 0); \ 186 LIBELF_SET_ERROR(RANGE, 0); \
|
| HD | elf_errmsg.c | 50 DEFINE_ERROR(RANGE, "Value out of range of target"),
|
| HD | elf_data.c | 114 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata() 123 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
|
| HD | gelf_rel.c | 149 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rel()
|
| HD | gelf_rela.c | 150 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rela()
|
| /NextBSD/usr.bin/tr/ |
| HD | extern.h | 40 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|
| HD | str.c | 99 case RANGE: in next() 269 s->state = RANGE; in genrange()
|
| /NextBSD/sys/dev/sound/midi/ |
| HD | sequencer.h | 44 #define RANGE(var, low, high) (var) = \ macro
|
| /NextBSD/sbin/dhclient/ |
| HD | dhctoken.h | 68 #define RANGE 272 macro
|
| HD | conflex.c | 455 return (RANGE); in intern()
|
| /NextBSD/contrib/tcsh/ |
| HD | glob.c | 109 #define RANGE '-' macro 377 if (*qpatnext == RANGE && in glob()
|
| /NextBSD/lib/libc/gen/ |
| HD | glob.c | 127 #define RANGE '-' macro 522 if (*qpatnext == RANGE && in glob0()
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | emu10kx.c | 842 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/ |
| HD | hx509_err.et | 25 error_code RANGE, "Number too large"
|
| /NextBSD/sys/dev/sound/isa/ |
| HD | sb16.c | 628 RANGE(ch->spd, 5000, 45000); in sb_setup() 653 RANGE(ch->spd, 5000, 45000); in sb_setup()
|