Searched refs:VQUIT (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/libexec/getty/
H A Dinit.c72 { "qu", &omode.c_cc[VQUIT] }, /* quit char */
H A Dsubr.c228 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h327 # ifdef VQUIT
328 # if NUMCC <= VQUIT
329 # undef VQUIT macro
330 # endif /* NUMCC <= VQUIT */
331 # endif /* VQUIT */
H A Dmi.termios.c274 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
383 tcbuf.t_quitc = termios_p->c_cc[VQUIT];
H A Ded.term.c456 # if defined(VQUIT) || defined(TIOCGETC)
458 # endif /* VQUIT */
783 # ifdef VQUIT
784 s[C_QUIT] = n->c_cc[VQUIT];
785 # endif /* VQUIT */
919 # ifdef VQUIT
920 n->c_cc[VQUIT] = s[C_QUIT];
921 # endif /* VQUIT */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h284 # ifdef VQUIT
285 # if NUMCC <= VQUIT
286 # undef VQUIT macro
287 # endif /* NUMCC <= VQUIT */
288 # endif /* VQUIT */
H A Dtty.c369 #if defined(VQUIT)
371 #endif /* VQUIT */
576 #ifdef VQUIT
578 return VQUIT;
579 #endif /* VQUIT */
683 #ifdef VQUIT
684 s[C_QUIT] = td->c_cc[VQUIT];
685 #endif /* VQUIT */
765 #ifdef VQUIT
766 td->c_cc[VQUIT]
[all...]
/freebsd-9.3-release/bin/stty/
H A Dcchar.c70 { "quit", VQUIT, CQUIT },
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dkeyboard.c113 if (c == controlchars[VINTR] || c == controlchars[VQUIT]) {
/freebsd-9.3-release/sys/sys/
H A D_termios.h59 #define VQUIT 9 /* ISIG */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c113 if (c == controlchars[VINTR] || c == controlchars[VQUIT]) {
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h71 TTYCHAR(VQUIT, 2)
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c71 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c526 mode.c_cc[VQUIT] = CHK (mode.c_cc[VQUIT], CTRL ('\\'));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c736 if (ttybuff.c_cc[VQUIT] == '\177')
737 ttybuff.c_cc[VQUIT] = -1;
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c136 cc[VQUIT] = tc->t_quitc;
223 tc->t_quitc = cc[VQUIT];
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h375 # define termQuitChar new_tc.c_cc[VQUIT]
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_screen.c317 * turns on VINTR, VQUIT, VDSUSP and VSUSP. The main curses code
349 clp->vi_enter.c_cc[VQUIT] = _POSIX_VDISABLE;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h386 # define termQuitChar new_tc.c_cc[VQUIT]
/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c129 ntty.c_cc[VQUIT] = 07; /* ^G */
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c914 #ifdef VQUIT
916 attr.c_cc[VQUIT] = CQUIT;
918 attr.c_cc[VQUIT] = CONTROL('\\');
920 #endif /* VQUIT */
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c177 bt->c_cc[VQUIT] =
274 bt->c_cc[VQUIT] != _POSIX_VDISABLE ? bt->c_cc[VQUIT] : 0;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c538 add_special_char(t.c_cc[VQUIT]);
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c227 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] =
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c756 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);

Completed in 321 milliseconds

12