Home
last modified time | relevance | path

Searched refs:VSUSP (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.h394 # ifdef VSUSP
395 # if NUMCC <= VSUSP
396 # undef VSUSP
463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
H A Ded.term.c489 # 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 Dmi.termios.c277 termios_p->c_cc[VSUSP] = 0;
/freebsd/contrib/libedit/
H A Dtty.h343 # ifdef VSUSP
344 # if NUMCC <= VSUSP
345 # undef VSUSP
H A Dtty.c414 #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 Dttymodes.h76 #if defined(VSUSP)
77 TTYCHAR(VSUSP, 10)
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c97 termios.c_cc[VSUSP] = Ctl('Z'); in stty_default()
/freebsd/libexec/getty/
H A Dinit.c69 { "su", M(VSUSP), NULL }, /* suspend char */
H A Dsubr.c205 CV(VEOF), CV(VEOL), CV(VSUSP),
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h376 # ifndef VSUSP
379 # define termSuspChar new_tc.c_cc[VSUSP]
H A Dterminal.c49 # ifndef VSUSP
H A Dsys_bsd.c232 # ifdef VSUSP in tcval()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h79 #define VSUSP 10 macro
/freebsd/contrib/telnet/telnet/
H A Dexterns.h388 # ifndef VSUSP
391 # define termSuspChar new_tc.c_cc[VSUSP]
H A Dterminal.c62 # ifndef VSUSP
H A Dsys_bsd.c285 # ifdef VSUSP in tcval()
/freebsd/sys/sys/
H A D_termios.h59 #define VSUSP 10 /* ISIG */ macro
/freebsd/bin/stty/
H A Dcchar.c68 { "susp", VSUSP, CSUSP },
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c308 #if defined(VSUSP) && defined(CSUSP) in reset_tty_settings()
309 reset_char(VSUSP, CSUSP); in reset_tty_settings()
/freebsd/sys/kern/
H A Dtty_compat.c147 cc[VSUSP] = ltc->t_suspc; in ttsetcompat()
230 ltc->t_suspc = cc[VSUSP]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1120 } else if (CMP_CC(VSUSP, c)) { in ttydisc_rint()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c342 clp->vi_enter.c_cc[VSUSP] = _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/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c285 #ifdef VSUSP in spcset()
286 setval(VSUSP, SLC_VARIABLE|SLC_FLUSHIN); in spcset()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c521 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()