HomeSort by: relevance | last modified time | path
    Searched refs:sg_flags (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
termios.h 47 #define GETFLAGS( tio ) ((tio).sg_flags)
48 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags))
  /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/external/gpl2/texinfo/dist/info/
terminal.c 771 original_tty_flags = ttybuff.sg_flags;
775 ttybuff.sg_flags |= PASS8;
828 ttybuff.sg_flags &= ~ECHO;
829 ttybuff.sg_flags |= CBREAK;
856 ttybuff.sg_flags = original_tty_flags;
  /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/sys/sys/
ioctl_compat.h 74 short sg_flags; /* mode flags */ member in struct:sgttyb
  /src/distrib/utils/more/
screen.c 224 s.sg_flags |= CBREAK;
225 s.sg_flags &= ~(ECHO|XTABS);
  /src/external/bsd/top/dist/
screen.c 373 new_settings.sg_flags |= CBREAK;
374 new_settings.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/bin/ksh/
edit.c 255 cb.sgttyb.sg_flags &= ~ECHO;
256 cb.sgttyb.sg_flags |= CBREAK;
  /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/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 342 ttyb.sg_flags = EVENP|ODDP|CRMOD;
ntp_refclock.c 1205 ttyp->sg_flags = EVENP | ODDP | CRMOD;
  /src/external/bsd/ntp/dist/clockstuff/
chutest.c 196 ttyb.sg_flags = EVENP|ODDP|RAW;
  /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
  /src/external/bsd/less/dist/
screen.c 640 s.sg_flags |= CBREAK;
641 s.sg_flags &= ~(ECHO|XTABS);

Completed in 88 milliseconds