| /freebsd/contrib/tcsh/ |
| H A D | ed.term.h | 394 # ifdef VSUSP 395 # if NUMCC <= VSUSP 396 # undef VSUSP 463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
|
| H A D | ed.term.c | 489 # if defined(VSUSP) || defined(TIOCGLTC) 816 # ifdef VSUSP in tty_getchar() 817 s[C_SUSP] = n->c_cc[VSUSP]; in tty_getchar() 952 # ifdef VSUSP in tty_setchar() 953 n->c_cc[VSUSP] = s[C_SUSP]; in tty_setchar()
|
| H A D | mi.termios.c | 277 termios_p->c_cc[VSUSP] = 0;
|
| /freebsd/contrib/libedit/ |
| H A D | tty.h | 343 # ifdef VSUSP 344 # if NUMCC <= VSUSP 345 # undef VSUSP
|
| H A D | tty.c | 414 #if defined(VSUSP) 679 #ifdef VSUSP in tty__getcharindex() 681 return VSUSP; in tty__getcharindex() 774 #ifdef VSUSP in tty__getchar() 775 s[C_SUSP] = td->c_cc[VSUSP]; in tty__getchar() 856 #ifdef VSUSP in tty__setchar() 857 td->c_cc[VSUSP] = s[C_SUSP]; in tty__setchar() 1365 #if defined(SIGTSTP) && defined(VSUSP) in tty_get_signal_character() 1367 return el->el_tty.t_c[ED_IO][VSUSP]; in tty_get_signal_character()
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 76 #if defined(VSUSP) 77 TTYCHAR(VSUSP, 10)
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 97 termios.c_cc[VSUSP] = Ctl('Z'); in stty_default()
|
| /freebsd/libexec/getty/ |
| H A D | init.c | 69 { "su", M(VSUSP), NULL }, /* suspend char */
|
| H A D | subr.c | 205 CV(VEOF), CV(VEOL), CV(VSUSP),
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | externs.h | 376 # ifndef VSUSP 379 # define termSuspChar new_tc.c_cc[VSUSP]
|
| H A D | terminal.c | 49 # ifndef VSUSP
|
| H A D | sys_bsd.c | 232 # ifdef VSUSP in tcval()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 79 #define VSUSP 10 macro
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | externs.h | 388 # ifndef VSUSP 391 # define termSuspChar new_tc.c_cc[VSUSP]
|
| H A D | terminal.c | 62 # ifndef VSUSP
|
| H A D | sys_bsd.c | 285 # ifdef VSUSP in tcval()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 59 #define VSUSP 10 /* ISIG */ macro
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 68 { "susp", VSUSP, CSUSP },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 308 #if defined(VSUSP) && defined(CSUSP) in reset_tty_settings() 309 reset_char(VSUSP, CSUSP); in reset_tty_settings()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 147 cc[VSUSP] = ltc->t_suspc; in ttsetcompat() 230 ltc->t_suspc = cc[VSUSP]; in tty_ioctl_compat()
|
| H A D | tty_ttydisc.c | 1120 } else if (CMP_CC(VSUSP, c)) { in ttydisc_rint()
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_screen.c | 342 clp->vi_enter.c_cc[VSUSP] = _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/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 285 #ifdef VSUSP in spcset() 286 setval(VSUSP, SLC_VARIABLE|SLC_FLUSHIN); in spcset()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 521 lios->c_cc[LINUX_VSUSP] = bios->c_cc[VSUSP]; in bsd_to_linux_termios() 647 bios->c_cc[VSUSP] = lios->c_cc[LINUX_VSUSP]; in linux_to_bsd_termios()
|