Home
last modified time | relevance | path

Searched refs:VQUIT (Results 1 – 15 of 15) sorted by relevance

/original-bsd/usr.bin/window/
H A Dmain.c111 wwnewtty.ww_termios.c_cc[VQUIT] =
112 wwoldtty.ww_termios.c_cc[VQUIT];
/original-bsd/lib/libedit/
H A Dtty.h254 # ifdef VQUIT
255 # if NUMCC <= VQUIT
256 # undef VQUIT
H A Dtty.c339 # if defined(VQUIT)
561 # ifdef VQUIT
562 s[C_QUIT] = td->c_cc[VQUIT];
644 # ifdef VQUIT
645 td->c_cc[VQUIT] = s[C_QUIT];
/original-bsd/usr.bin/tset/
H A Dset.c43 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT); in reset_mode()
/original-bsd/bin/stty/
H A Dcchar.c41 { "quit", VQUIT, CQUIT },
/original-bsd/sys/sys/
H A Dtermios.h35 #define VQUIT 9 /* ISIG */ macro
/original-bsd/sys/kern/
H A Dtty_compat.c108 tc->t_quitc = cc[VQUIT];
120 cc[VQUIT] = tc->t_quitc;
H A Dtty.c292 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) {
/original-bsd/sys/sparc/sunos/
H A Dsun_ioctl.c176 st.c_cc[1] = mapcc(bt.c_cc[VQUIT]);
/original-bsd/sys/hp/hpux/
H A Dhpux_tty.c146 htios.c_cc[HPUXVQUIT] = tios.c_cc[VQUIT];
274 tios.c_cc[VQUIT] = htios.c_cc[HPUXVQUIT];
/original-bsd/usr.bin/telnet/
H A Dexterns.h333 # define termQuitChar new_tc.c_cc[VQUIT]
/original-bsd/usr.bin/ex/
H A Dex_put.c1002 tty.c_cc[VQUIT] = '\377'; in ttcharoff()
/original-bsd/contrib/usr.x25/x29d/
H A Dx29d.c622 is_ctl(VINTR) || is_ctl(VQUIT)) {
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c531 s.c_cc[VQUIT] = 0377;
884 tty.c_cc[VQUIT] = quit_char; in init_sys_modes()
/original-bsd/libexec/telnetd/
H A Dsys_term.c333 setval(VQUIT, SLC_VARIABLE|SLC_FLUSHIN|SLC_FLUSHOUT);