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

  /src/bin/ksh/
tty.h 78 struct sgttyb sgttyb; member in struct:__anon23
  /src/external/gpl3/gdb/dist/readline/readline/
rltty.c 106 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
138 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
139 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
176 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
203 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
238 _rl_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
239 _rl_echoctl = (oldtio.sgttyb.sg_flags & ECHOCTL);
243 tiop->sgttyb = oldtio.sgttyb;
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.c 106 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
138 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
139 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
176 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
203 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
238 _rl_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
239 _rl_echoctl = (oldtio.sgttyb.sg_flags & ECHOCTL);
243 tiop->sgttyb = oldtio.sgttyb;
    [all...]
  /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/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*/

Completed in 51 milliseconds