Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/h2pl/
H A Dcbreak.pl17 ioctl(STDIN,&TIOCGETP,$sgttyb)
20 @ary = unpack($sgttyb_t,$sgttyb);
28 $sgttyb = pack($sgttyb_t,@ary);
29 ioctl(STDIN,&TIOCSETP,$sgttyb)
H A Dcbreak2.pl16 ioctl(STDIN,$TIOCGETP,$sgttyb)
19 @ary = unpack($sgttyb_t,$sgttyb);
27 $sgttyb = pack($sgttyb_t,@ary);
28 ioctl(STDIN,$TIOCSETP,$sgttyb)
H A DREADME41 eval 'sub TIOCGETP {&_IOR("t", 8,\'struct sgttyb\');}';
/openbsd/gnu/lib/libreadline/
H A Drltty.c164 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member
195 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
196 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
232 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
261 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
302 tiop->sgttyb = oldtio.sgttyb;
314 tiop->sgttyb.sg_flags &= ~(ECHO | CRMOD);
315 tiop->sgttyb.sg_flags |= CBREAK;
323 if (((oldtio.sgttyb.sg_flags & ANYP) == ANYP) ||
324 ((oldtio.sgttyb.sg_flags & ANYP) == 0))
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c60 struct sgttyb sgttyb; member
214 if (state->sgttyb.sg_flags & RAW) in hardwire_noflush_set_tty_state()
215 new_state.sgttyb.sg_flags |= RAW; in hardwire_noflush_set_tty_state()
217 new_state.sgttyb.sg_flags &= ~RAW; in hardwire_noflush_set_tty_state()
221 if (state->sgttyb.sg_flags & CBREAK) in hardwire_noflush_set_tty_state()
222 new_state.sgttyb.sg_flags |= CBREAK; in hardwire_noflush_set_tty_state()
224 new_state.sgttyb.sg_flags &= ~CBREAK; in hardwire_noflush_set_tty_state()
270 state->sgttyb.sg_flags); in hardwire_print_tty_state()
412 state.sgttyb.sg_flags |= RAW | ANYP; in hardwire_raw()
811 state.sgttyb.sg_ispeed = baud_code; in hardwire_setbaudrate()
[all …]
H A Dterminal.h76 #define TERMINAL struct sgttyb
H A DChangeLog-19944331 * symm-tdep.c (round): Remove. Also remove sgttyb.
H A DChangeLog-1992364 * ser-bsd.c (serial_open): Remove unused variable sgttyb.
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dterminal.h47 #define TERMINAL struct sgttyb
H A Dremote-utils.c110 struct sgttyb sg; in remote_open()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dterminal.c568 struct sgttyb sg; in terminal_initialize_terminal()
667 struct sgttyb ttybuff;
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs708 struct sgttyb buf; in getspeed()
751 struct sgttyb buf;
/openbsd/lib/libcurses/
H A Dterm.h135 #define TTY struct sgttyb
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp957 unsigned struct_sgttyb_sz = sizeof(sgttyb);