RAW
mode = index->strm.avail_in == 0 ? RAW : // will fail
/* else */ RAW;
if (mode == RAW && index->have == 0)
ret = inflateReset2(&index->strm, RAW);
inflateReset2(&index->strm, RAW);
#define CBREAK RAW /* V7 has no CBREAK */
#define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty))
#define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty))
if (ISSET(flags, RAW)) {
if (ISSET(flags, RAW|LITOUT|PASS8)) {
if (!ISSET(flags, RAW|PASS8))
if (!ISSET(flags, RAW|LITOUT))
SET(flags, RAW);
if (ISSET(flags, RAW))
if (ISSET(flags, RAW)) {
if (ISSET(flags, RAW|LITOUT|PASS8)) {
if (!ISSET(flags, RAW|PASS8))
if (!ISSET(flags, RAW|LITOUT))
if (ISSET(flags, RAW|LITOUT|PASS8)) {
if (!ISSET(flags, RAW|PASS8))
if (!ISSET(flags, RAW|LITOUT))
sg.sg_flags |= RAW;
if (ISSET(flags, RAW)) {
if (ISSET(flags, RAW|LITOUT|PASS8)) {
if (!ISSET(flags, RAW|PASS8))
if (!ISSET(flags, RAW|LITOUT))
SET(flags, RAW);
tty.sg_flags = RAW | ANYP;