Symbol: RAW
common/dist/zlib/examples/zran.c
173
mode = index->strm.avail_in == 0 ? RAW : // will fail
common/dist/zlib/examples/zran.c
176
/* else */ RAW;
common/dist/zlib/examples/zran.c
193
if (mode == RAW && index->have == 0)
common/dist/zlib/examples/zran.c
368
ret = inflateReset2(&index->strm, RAW);
common/dist/zlib/examples/zran.c
457
inflateReset2(&index->strm, RAW);
games/larn/io.c
111
#define CBREAK RAW /* V7 has no CBREAK */
games/warp/term.h
219
#define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty))
games/warp/term.h
220
#define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty))
libexec/getty/subr.c
397
if (ISSET(flags, RAW)) {
libexec/getty/subr.c
462
if (ISSET(flags, RAW|LITOUT|PASS8)) {
libexec/getty/subr.c
465
if (!ISSET(flags, RAW|PASS8))
libexec/getty/subr.c
469
if (!ISSET(flags, RAW|LITOUT))
sys/compat/common/tty_43.c
315
SET(flags, RAW);
sys/compat/common/tty_43.c
318
if (ISSET(flags, RAW))
sys/compat/common/tty_43.c
382
if (ISSET(flags, RAW)) {
sys/compat/common/tty_43.c
414
if (ISSET(flags, RAW|LITOUT|PASS8)) {
sys/compat/common/tty_43.c
417
if (!ISSET(flags, RAW|PASS8))
sys/compat/common/tty_43.c
421
if (!ISSET(flags, RAW|LITOUT))
sys/compat/common/tty_43.c
482
if (ISSET(flags, RAW|LITOUT|PASS8)) {
sys/compat/common/tty_43.c
485
if (!ISSET(flags, RAW|PASS8))
sys/compat/common/tty_43.c
489
if (!ISSET(flags, RAW|LITOUT))
usr.bin/resize/resize.c
470
sg.sg_flags |= RAW;
usr.sbin/lpr/lpd/ttcompat.c
105
if (ISSET(flags, RAW)) {
usr.sbin/lpr/lpd/ttcompat.c
137
if (ISSET(flags, RAW|LITOUT|PASS8)) {
usr.sbin/lpr/lpd/ttcompat.c
140
if (!ISSET(flags, RAW|PASS8))
usr.sbin/lpr/lpd/ttcompat.c
144
if (!ISSET(flags, RAW|LITOUT))
usr.sbin/lpr/lpd/ttcompat.c
91
SET(flags, RAW);
usr.sbin/sliplogin/sliplogin.c
312
tty.sg_flags = RAW | ANYP;