Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd-src/usr.bin/ul/
H A Dul.c61 #define NORMAL 000 macro
276 lastmode = NORMAL; in flushln()
293 if (lastmode != NORMAL) { in flushln()
322 case NORMAL: in overstrike()
358 case NORMAL: *cp++ = ' '; break; in iattr()
436 if (curmode != NORMAL && newmode != NORMAL) in setulmode()
437 setulmode(NORMAL); in setulmode()
439 case NORMAL: in setulmode()
441 case NORMAL: in setulmode()
/netbsd-src/usr.bin/tr/
H A Dstr.c55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator
82 s->state = NORMAL; in str_create()
114 case NORMAL: in next()
143 s->state = NORMAL; in next()
152 s->state = NORMAL; in next()
161 s->state = NORMAL; in next()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dvga.c60 NORMAL, /* no pending escape */ enumerator
160 case NORMAL: in vga_putc()
306 d->state = NORMAL; in vga_putc()
362 d->state = NORMAL; in vga_putc()
372 d->state = NORMAL; in vga_putc()
381 d->state = NORMAL; in vga_putc()
H A Dvideo.c54 NORMAL, /* no pending escape */ enumerator
79 d->state = NORMAL; in video_init()
136 case NORMAL: in video_putc()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dvga.c62 NORMAL, /* no pending escape */ enumerator
162 case NORMAL: in vga_putc()
308 d->state = NORMAL; in vga_putc()
364 d->state = NORMAL; in vga_putc()
374 d->state = NORMAL; in vga_putc()
383 d->state = NORMAL; in vga_putc()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_rand.c20 NORMAL, TESTING, PRIVATE enumerator
50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand()
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
208 return bnrand_range(NORMAL, r, range, strength, ctx); in BN_rand_range_ex()
214 return bnrand_range(NORMAL, r, range, 0, NULL); in BN_rand_range()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_rand.c18 NORMAL, TESTING, PRIVATE enumerator
46 b = flag == NORMAL ? RAND_bytes(buf, bytes) : RAND_priv_bytes(buf, bytes); in bnrand()
99 return bnrand(NORMAL, rnd, bits, top, bottom); in BN_rand()
179 return bnrand_range(NORMAL, r, range); in BN_rand_range()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.cpp614 NORMAL, enumerator
834 : state(NORMAL), count(0), rptr(p), rcount(n), fp(f) in label_processing_state()
848 case NORMAL: in handle_pending()
859 state = NORMAL; in handle_pending()
872 state = NORMAL; in handle_pending()
888 state = NORMAL; in handle_pending()
894 state = NORMAL; in handle_pending()
899 state = NORMAL; in handle_pending()
910 assert(state == NORMAL); in process()
914 state = NORMAL; in process()
[all …]
/netbsd-src/usr.sbin/apmd/
H A Dapmd.c191 return NORMAL; in handle_client()
196 return NORMAL; in handle_client()
201 return NORMAL; in handle_client()
206 reply.newstate = NORMAL; in handle_client()
510 case NORMAL: in main()
H A Dapm-proto.h40 NORMAL, enumerator
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_records.h69 NORMAL = 0, enumerator
77 uint16_t RecordType = RecordTypes::NORMAL;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h381 NORMAL = 0, /* Normal lookup -- non-types can hide implicit types. */ enumerator
399 extern tree lookup_name (tree, LOOK_where, LOOK_want = LOOK_want::NORMAL);
427 LOOK_want = LOOK_want::NORMAL,
430 LOOK_want = LOOK_want::NORMAL,
H A Ddecl.h22 { NORMAL, /* Ordinary declaration */ enumerator
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp371 enum { NORMAL, IN_STRING, IN_STRING_QUOTED } state = NORMAL; in interpolate_macro_with_args() enumerator
380 if (state == NORMAL && level == 0 && (c == ',' || c == ')')) { in interpolate_macro_with_args()
392 case NORMAL: in interpolate_macro_with_args()
402 state = NORMAL; in interpolate_macro_with_args()
1246 enum { NORMAL, IN_STRING, IN_STRING_QUOTED, DELIM_END } state = NORMAL; in get_delimited() enumerator
1258 case NORMAL: in get_delimited()
1281 state = NORMAL; in get_delimited()
1287 state = NORMAL; in get_delimited()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dabtest.py55 NORMAL = ESCAPE % "0" variable
56 FAILED = RED + "failed" + NORMAL
83 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.h484 #define OUTPUT_JUMP(NORMAL, FLOAT, NO_OV) \ argument
487 return NORMAL; \
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_util.c74 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator
97 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
101 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
103 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
106 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
225 { "2001:DB8::", { 0x20010db8, 0, 0 }, 0, NORMAL },
226 { "2001:DB8::%0", { 0x20010db8, 0, 0, 0 }, 0, NORMAL },
227 { "2001:DB8::%1", { 0x20010db8, 0, 0, 0 }, 1, NORMAL },
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.h22 { NORMAL, /* Ordinary declaration */ enumerator
/netbsd-src/tests/lib/libcurses/tests/
H A Dstandout8 call3 OK $NORMAL 0 attr_get
H A Dwstandout8 call3 OK $NORMAL 0 wattr_get $win1
/netbsd-src/sys/dev/
H A Dspkr.c115 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
151 sc->sc_fill = NORMAL; in playinit()
388 sc->sc_fill = NORMAL; in playstring()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h33 NORMAL, enumerator
/netbsd-src/sys/arch/vax/vsa/
H A Dgpx.c558 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL; in gpx_putchar()
757 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL; in gpx_reset_viper()
1006 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL; in gpx_upload_font()
1083 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL; in gpx_copyrect()
1122 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL; in gpx_fillrect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h37 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator
/netbsd-src/sys/dev/qbus/
H A Dqdreg.h105 #define NORMAL 0x0000 macro

123456