/src/games/warp/ |
term.h | 219 #define raw() ((bizarre=1),_tty.sg_flags|=RAW, stty(_tty_ch,&_tty)) 220 #define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty)) 221 #define crmode() ((bizarre=1),_tty.sg_flags |= CBREAK, stty(_tty_ch,&_tty)) 222 #define nocrmode() ((bizarre=1),_tty.sg_flags &= ~CBREAK,stty(_tty_ch,&_tty)) 223 #define echo() ((bizarre=1),_tty.sg_flags |= ECHO, stty(_tty_ch, &_tty)) 224 #define noecho() ((bizarre=1),_tty.sg_flags &= ~ECHO, stty(_tty_ch, &_tty)) 225 #define nl() ((bizarre=1),_tty.sg_flags |= CRMOD,stty(_tty_ch, &_tty)) 226 #define nonl() ((bizarre=1),_tty.sg_flags &= ~CRMOD, stty(_tty_ch, &_tty)) 227 #define savetty() (gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags) 228 #define resetty() ((bizarre=0),_tty.sg_flags = _res_flg, stty(_tty_ch, &_tty) [all...] |
/src/sys/sys/ |
ioctl_compat.h | 74 short sg_flags; /* mode flags */ member in struct:sgttyb
|
/src/games/larn/ |
io.c | 114 #define doraw(_a) (_a.sg_flags |= CBREAK,_a.sg_flags &= ~ECHO) 115 #define unraw(_a) (_a.sg_flags &= ~CBREAK,_a.sg_flags |= ECHO)
|
/src/distrib/utils/more/ |
screen.c | 224 s.sg_flags |= CBREAK; 225 s.sg_flags &= ~(ECHO|XTABS);
|
/src/usr.bin/resize/ |
resize.c | 470 sg.sg_flags |= RAW; 471 UIntClr(sg.sg_flags, ECHO);
|
/src/libexec/getty/ |
main.c | 369 tmode.sg_flags |= LCASE; 371 tmode.sg_flags &= ~LCASE;
|
/src/usr.sbin/sliplogin/ |
sliplogin.c | 312 tty.sg_flags = RAW | ANYP;
|
/src/sys/compat/common/ |
tty_43.c | 143 sg->sg_flags = ttcompatgetflags(tp); 166 tp->t_flags = (ttcompatgetflags(tp)&0xffff0000) | (sg->sg_flags&0xffff);
|
/src/bin/ksh/ |
edit.c | 255 cb.sgttyb.sg_flags &= ~ECHO; 256 cb.sgttyb.sg_flags |= CBREAK;
|
/src/sys/dev/pci/ |
mfii.c | 141 u_int8_t sg_flags; member in struct:mfii_sge 1258 sge->sg_flags = MFII_SGE_CHAIN_ELEMENT | MFII_SGE_ADDR_IOCPLBNTA; 1970 sge->sg_flags = MFII_SGE_CHAIN_ELEMENT | MFII_SGE_ADDR_IOCPLBNTA; 2675 ce->sg_flags = sc->sc_iop->sge_flag_chain; 2688 sge->sg_flags = MFII_SGE_ADDR_SYSTEM; 2692 sge->sg_flags |= sc->sc_iop->sge_flag_eol;
|
mpii.c | 838 nsge->sg_flags = MPII_IEEE_SGE_END_OF_LIST; 855 csge->sg_flags = MPII_IEEE_SGE_CHAIN_ELEMENT | 865 sge->sg_flags = MPII_IEEE_SGE_ADDR_SYSTEM; 871 sge->sg_flags |= MPII_IEEE_SGE_END_OF_LIST;
|
mpiireg.h | 149 u_int8_t sg_flags; member in struct:mpii_ieee_sge
|