Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dtty.h283 # ifdef VQUIT
284 # if NUMCC <= VQUIT
285 # undef VQUIT
H A Dtty.c378 #if defined(VQUIT)
631 #ifdef VQUIT in tty__getcharindex()
633 return VQUIT; in tty__getcharindex()
738 #ifdef VQUIT in tty__getchar()
739 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar()
820 #ifdef VQUIT in tty__setchar()
821 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
1357 #if defined(SIGQUIT) && defined(VQUIT) in tty_get_signal_character()
1359 return el->el_tty.t_c[ED_IO][VQUIT]; in tty_get_signal_character()
/freebsd/contrib/tcsh/
H A Ded.term.h334 # ifdef VQUIT
335 # if NUMCC <= VQUIT
336 # undef VQUIT
H A Dmi.termios.c272 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
381 tcbuf.t_quitc = termios_p->c_cc[VQUIT];
H A Ded.term.c453 # if defined(VQUIT) || defined(TIOCGETC)
780 # ifdef VQUIT in tty_getchar()
781 s[C_QUIT] = n->c_cc[VQUIT]; in tty_getchar()
916 # ifdef VQUIT in tty_setchar()
917 n->c_cc[VQUIT] = s[C_QUIT]; in tty_setchar()
/freebsd/libexec/getty/
H A Dinit.c65 { "qu", M(VQUIT), NULL }, /* quit char */
H A Dsubr.c204 CV(VQUIT), CV(VSTART), CV(VSTOP),
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h70 #define VQUIT 1 macro
/freebsd/sys/sys/
H A D_termios.h58 #define VQUIT 9 /* ISIG */ macro
/freebsd/bin/stty/
H A Dcchar.c63 { "quit", VQUIT, CQUIT },
/freebsd/crypto/openssh/
H A Dttymodes.h62 TTYCHAR(VQUIT, 2)
/freebsd/sys/kern/
H A Dtty_compat.c132 cc[VQUIT] = tc->t_quitc; in ttsetcompat()
219 tc->t_quitc = cc[VQUIT]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1118 } else if (CMP_CC(VQUIT, c)) { in ttydisc_rint()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h374 # define termQuitChar new_tc.c_cc[VQUIT]
/freebsd/usr.sbin/watch/
H A Dwatch.c126 ntty.c_cc[VQUIT] = 07; /* ^G */ in set_tty()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h386 # define termQuitChar new_tc.c_cc[VQUIT]
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c341 clp->vi_enter.c_cc[VQUIT] = _POSIX_VDISABLE; in cl_vi_init()
/freebsd/usr.bin/tip/tip/
H A Dtip.c214 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] = in main()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c298 reset_char(VQUIT, CQUIT); in reset_tty_settings()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c244 setval(VQUIT, SLC_VARIABLE|SLC_FLUSHIN|SLC_FLUSHOUT); in spcset()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c513 lios->c_cc[LINUX_VQUIT] = bios->c_cc[VQUIT]; in bsd_to_linux_termios()
639 bios->c_cc[VQUIT] = lios->c_cc[LINUX_VQUIT]; in linux_to_bsd_termios()