Searched refs:VQUIT (Results 1 – 21 of 21) sorted by relevance
| /freebsd/contrib/libedit/ |
| H A D | tty.h | 283 # ifdef VQUIT 284 # if NUMCC <= VQUIT 285 # undef VQUIT
|
| H A D | tty.c | 378 #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 D | ed.term.h | 334 # ifdef VQUIT 335 # if NUMCC <= VQUIT 336 # undef VQUIT
|
| H A D | mi.termios.c | 272 termios_p->c_cc[VQUIT] = tcbuf.t_quitc; 381 tcbuf.t_quitc = termios_p->c_cc[VQUIT];
|
| H A D | ed.term.c | 453 # 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 D | init.c | 65 { "qu", M(VQUIT), NULL }, /* quit char */
|
| H A D | subr.c | 204 CV(VQUIT), CV(VSTART), CV(VSTOP),
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 70 #define VQUIT 1 macro
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 58 #define VQUIT 9 /* ISIG */ macro
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 63 { "quit", VQUIT, CQUIT },
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 62 TTYCHAR(VQUIT, 2)
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 132 cc[VQUIT] = tc->t_quitc; in ttsetcompat() 219 tc->t_quitc = cc[VQUIT]; in tty_ioctl_compat()
|
| H A D | tty_ttydisc.c | 1118 } else if (CMP_CC(VQUIT, c)) { in ttydisc_rint()
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | externs.h | 374 # define termQuitChar new_tc.c_cc[VQUIT]
|
| /freebsd/usr.sbin/watch/ |
| H A D | watch.c | 126 ntty.c_cc[VQUIT] = 07; /* ^G */ in set_tty()
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | externs.h | 386 # define termQuitChar new_tc.c_cc[VQUIT]
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_screen.c | 341 clp->vi_enter.c_cc[VQUIT] = _POSIX_VDISABLE; in cl_vi_init()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | tip.c | 214 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] = in main()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 298 reset_char(VQUIT, CQUIT); in reset_tty_settings()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 244 setval(VQUIT, SLC_VARIABLE|SLC_FLUSHIN|SLC_FLUSHOUT); in spcset()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 513 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()
|