Searched refs:VSTATUS (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h58 # if defined(VSTAT) && !defined(VSTATUS)
59 # define VSTATUS VSTAT macro
60 # endif /* VSTAT && ! VSTATUS */
412 # ifdef VSTATUS
413 # if NUMCC <= VSTATUS
414 # undef VSTATUS macro
415 # endif /* NUMCC <= VSTATUS */
416 # endif /* VSTATUS */
H A Ded.term.c507 # if defined(VSTATUS) || defined(TIOCGPAGE)
509 # endif /* VSTATUS */
834 # ifdef VSTATUS
835 s[C_STATUS] = n->c_cc[VSTATUS];
836 # endif /* VSTATUS */
970 # ifdef VSTATUS
971 n->c_cc[VSTATUS] = s[C_STATUS];
972 # endif /* VSTATUS */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h69 # if defined(VSTAT) && !defined(VSTATUS)
70 # define VSTATUS VSTAT macro
71 # endif /* VSTAT && ! VSTATUS */
369 # ifdef VSTATUS
370 # if NUMCC <= VSTATUS
371 # undef VSTATUS macro
372 # endif /* NUMCC <= VSTATUS */
373 # endif /* VSTATUS */
H A Dtty.c420 #if defined(VSTATUS)
422 #endif /* VSTATUS */
644 #ifdef VSTATUS
646 return VSTATUS;
647 #endif /* VSTATUS */
734 #ifdef VSTATUS
735 s[C_STATUS] = td->c_cc[VSTATUS];
736 #endif /* VSTATUS */
816 #ifdef VSTATUS
817 td->c_cc[VSTATUS]
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c112 #ifdef VSTATUS
113 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
114 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h106 #if defined(VSTATUS)
107 TTYCHAR(VSTATUS, 17)
108 #endif /* VSTATUS */
/freebsd-9.3-release/lib/libc/gen/
H A Dreadpassphrase.c89 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
90 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-9.3-release/bin/stty/
H A Dcchar.c73 { "status", VSTATUS, CSTATUS },
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dterminal.c89 # ifndef VSTATUS
H A Dexterns.h436 # ifndef VSTATUS
439 # define termAytChar new_tc.c_cc[VSTATUS]
H A Dsys_bsd.c267 #ifndef VSTATUS
302 # ifdef VSTATUS
343 # ifndef VSTATUS
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c70 # ifndef VSTATUS
H A Dexterns.h425 # ifndef VSTATUS
428 # define termAytChar new_tc.c_cc[VSTATUS]
H A Dsys_bsd.c211 #ifndef VSTATUS
244 # ifdef VSTATUS
278 # ifndef VSTATUS
/freebsd-9.3-release/sys/sys/
H A D_termios.h73 #define VSTATUS 18 /* ICANON together with IEXTEN */ macro
170 #define NOKERNINFO 0x02000000 /* no kernel output from VSTATUS */
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_screen.c364 #ifdef VSTATUS
365 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c456 #ifdef VSTATUS
457 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS];
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c292 #ifdef VSTATUS
293 setval(VSTATUS, SLC_VARIABLE);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c354 #ifdef VSTATUS
355 setval(VSTATUS, SLC_VARIABLE);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c209 bt->c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-9.3-release/sys/kern/
H A Dtty_ttydisc.c918 if (CMP_CC(VSTATUS, c)) {

Completed in 476 milliseconds