Searched refs:ttybuff (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | terminal.c | 661 struct termios original_termios, ttybuff; variable 665 struct termio original_termio, ttybuff; variable 670 struct sgttyb ttybuff; variable 711 tcgetattr (tty, &ttybuff); in terminal_prep_terminal() 715 ioctl (tty, TCGETA, &ttybuff); in terminal_prep_terminal() 720 ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON); in terminal_prep_terminal() 724 ttybuff.c_oflag &= ~ONLCR ; in terminal_prep_terminal() 727 ttybuff.c_oflag &= ~OCRNL; in terminal_prep_terminal() 729 ttybuff.c_lflag &= (~ICANON & ~ECHO); in terminal_prep_terminal() 731 ttybuff.c_cc[VMIN] = 1; in terminal_prep_terminal() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 811 #define SET_SPECIAL(sc, func) set_special_char(kmap, &ttybuff, sc, func) 832 _rl_bind_tty_special_chars (Keymap kmap, TIOTYPE ttybuff) in _rl_bind_tty_special_chars() argument 834 if (ttybuff.flags & SGTTY_SET) in _rl_bind_tty_special_chars() 836 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); in _rl_bind_tty_special_chars() 837 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard); in _rl_bind_tty_special_chars() 841 if (ttybuff.flags & LTCHARS_SET) in _rl_bind_tty_special_chars() 843 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout); in _rl_bind_tty_special_chars() 844 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert); in _rl_bind_tty_special_chars() 866 _rl_bind_tty_special_chars (Keymap kmap, TIOTYPE ttybuff) in _rl_bind_tty_special_chars() argument 893 TIOTYPE ttybuff; in rltty_set_default_bindings() local [all …]
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 7847 [HAVE_TERMIOS_H] (original_termios, ttybuff): New variables.
|