Home
last modified time | relevance | path

Searched refs:VDSUSP (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.h399 # ifdef VDSUSP
400 # if NUMCC <= VDSUSP
401 # undef VDSUSP
463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
H A Ded.term.c492 # if defined(VDSUSP) || defined(TIOCGLTC)
819 # ifdef VDSUSP in tty_getchar()
820 s[C_DSUSP] = n->c_cc[VDSUSP]; in tty_getchar()
955 # ifdef VDSUSP in tty_setchar()
956 n->c_cc[VDSUSP] = s[C_DSUSP]; in tty_setchar()
/freebsd/contrib/libedit/
H A Dtty.h348 # ifdef VDSUSP
349 # if NUMCC <= VDSUSP
350 # undef VDSUSP
H A Dtty.c417 #if defined(VDSUSP)
683 #ifdef VDSUSP in tty__getcharindex()
685 return VDSUSP; in tty__getcharindex()
777 #ifdef VDSUSP in tty__getchar()
778 s[C_DSUSP] = td->c_cc[VDSUSP]; in tty__getchar()
859 #ifdef VDSUSP in tty__setchar()
860 td->c_cc[VDSUSP] = s[C_DSUSP]; in tty__setchar()
/freebsd/crypto/openssh/
H A Dttymodes.h79 #if defined(VDSUSP)
80 TTYCHAR(VDSUSP, 11)
/freebsd/libexec/getty/
H A Dinit.c70 { "ds", M(VDSUSP), NULL }, /* delayed suspend */
H A Dsubr.c206 CV(VDSUSP), CV(VREPRINT), CV(VDISCARD),
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c338 #ifdef VDSUSP in cl_vi_init()
339 clp->vi_enter.c_cc[VDSUSP] = _POSIX_VDISABLE; in cl_vi_init()
/freebsd/sys/sys/
H A D_termios.h61 #define VDSUSP 11 /* ISIG together with IEXTEN */ macro
/freebsd/bin/stty/
H A Dcchar.c51 { "dsusp", VDSUSP, CDSUSP },
/freebsd/sys/kern/
H A Dtty_compat.c148 cc[VDSUSP] = ltc->t_dsuspc; in ttsetcompat()
231 ltc->t_dsuspc = cc[VDSUSP]; in tty_ioctl_compat()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c472 # ifdef VDSUSP in TerminalNewMode()
473 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c612 # ifdef VDSUSP in TerminalNewMode()
613 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
/freebsd/usr.bin/tip/tip/
H A Dtip.c215 term.c_cc[VDSUSP] = term.c_cc[VDISCARD] = in main()
/freebsd/contrib/less/
H A Dscreen.c496 #ifdef VDSUSP in raw_mode()
497 s.c_cc[VDSUSP] = 0; in raw_mode()