Home
last modified time | relevance | path

Searched refs:t_stopc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dioctl_compat.h50 char t_stopc; /* stop output */ member
/netbsd-src/sys/compat/common/
H A Dtty_43.c179 tc->t_stopc = tty_getctrlchar(tp, VSTOP); in compat_43_ttioctl()
190 tty_setctrlchar(tp, VSTOP, tc->t_stopc); in compat_43_ttioctl()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c149 _rl_tty_chars.t_stop = tiop->tchars.t_stopc; in save_tty_chars()
281 tiop->tchars.t_stopc = -1; /* C-s */ in prepare_terminal_settings()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c794 temp.t_startc = temp.t_stopc = -1; in terminal_prep_terminal()