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

  /src/include/
sgtty.h 44 int gtty(int, struct sgttyb *);
45 int stty(int, struct sgttyb *);
  /src/lib/libcompat/4.1/
gtty.c 54 struct sgttyb *tty;
stty.c 54 struct sgttyb *tty;
  /src/sys/sys/
ioctl_compat.h 69 struct sgttyb { struct
88 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
89 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
90 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
  /src/bin/ksh/
tty.h 78 struct sgttyb sgttyb; member in struct:__anon02bc16e10108
tty.c 29 ret = ioctl(fd, TIOCGETP, &ts->sgttyb);
77 ret = ioctl(fd, TIOCSETN, &ts->sgttyb);
edit.c 253 edchars.erase = cb.sgttyb.sg_erase;
254 edchars.kill = cb.sgttyb.sg_kill;
255 cb.sgttyb.sg_flags &= ~ECHO;
256 cb.sgttyb.sg_flags |= CBREAK;
  /src/lib/librpcsvc/
rex.x 74 struct sgttyb {
178 sgttyb basic; /* standard unix tty flags */
  /src/distrib/utils/more/
screen.c 200 struct sgttyb s;
202 static struct sgttyb save_term;
  /src/games/larn/
io.c 80 #define sgttyb termio macro
86 #define sgttyb termios macro
135 static struct sgttyb ttx;/* storage for the tty modes */
  /src/sys/compat/common/
tty_43.c 129 struct sgttyb *sg = (struct sgttyb *)data;
150 struct sgttyb *sg = (struct sgttyb *)data;
  /src/usr.sbin/sliplogin/
sliplogin.c 215 struct sgttyb tty, otty;
  /src/usr.bin/resize/
resize.c 169 static struct sgttyb sgorig;
333 struct sgttyb sg;
  /src/games/warp/
term.h 194 EXT struct sgttyb _tty;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 795 unsigned struct_sgttyb_sz = sizeof(sgttyb);

Completed in 23 milliseconds