Searched refs:ttybuff (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | terminal.c | 658 struct termios original_termios, ttybuff; variable 662 struct termio original_termio, ttybuff; variable 667 struct sgttyb ttybuff; variable 708 tcgetattr (tty, &ttybuff); in terminal_prep_terminal() 712 ioctl (tty, TCGETA, &ttybuff); in terminal_prep_terminal() 717 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal() 721 ttybuff.c_oflag &= ~ONLCR ; in terminal_prep_terminal() 724 ttybuff.c_oflag &= ~OCRNL; in terminal_prep_terminal() 726 ttybuff.c_lflag &= (~ICANON & ~ECHO); in terminal_prep_terminal() 728 ttybuff.c_cc[VMIN] = 1; in terminal_prep_terminal() [all …]
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | rltty.c | 783 TIOTYPE ttybuff; local 798 if (get_tty_settings (tty, &ttybuff) == 0) 800 if (ttybuff.flags & SGTTY_SET) 802 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); 803 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard); 807 if (ttybuff.flags & LTCHARS_SET) 809 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout); 810 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert); 821 uc = ttybuff.c_cc[sc]; \ 827 if (get_tty_settings (tty, &ttybuff) == 0)
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 7847 [HAVE_TERMIOS_H] (original_termios, ttybuff): New variables.
|