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

/freebsd-11-stable/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.c430 #if defined(VSTATUS)
432 #endif /* VSTATUS */
699 #ifdef VSTATUS
701 return VSTATUS;
702 #endif /* VSTATUS */
789 #ifdef VSTATUS
790 s[C_STATUS] = td->c_cc[VSTATUS];
791 #endif /* VSTATUS */
871 #ifdef VSTATUS
872 td->c_cc[VSTATUS]
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h57 # if defined(VSTAT) && !defined(VSTATUS)
58 # define VSTATUS VSTAT macro
59 # endif /* VSTAT && ! VSTATUS */
419 # ifdef VSTATUS
420 # if NUMCC <= VSTATUS
421 # undef VSTATUS macro
422 # endif /* NUMCC <= VSTATUS */
423 # endif /* VSTATUS */
H A Ded.term.c504 # if defined(VSTATUS) || defined(TIOCGPAGE)
506 # endif /* VSTATUS */
831 # ifdef VSTATUS
832 s[C_STATUS] = n->c_cc[VSTATUS];
833 # endif /* VSTATUS */
967 # ifdef VSTATUS
968 n->c_cc[VSTATUS] = s[C_STATUS];
969 # endif /* VSTATUS */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c106 #ifdef VSTATUS
107 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
108 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h106 #if defined(VSTATUS)
107 TTYCHAR(VSTATUS, 17)
108 #endif /* VSTATUS */
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c98 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
99 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c212 #ifdef VSTATUS
213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
214 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-11-stable/bin/stty/
H A Dcchar.c73 { "status", VSTATUS, CSTATUS },
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c70 # ifndef VSTATUS
H A Dexterns.h424 # ifndef VSTATUS
427 # define termAytChar new_tc.c_cc[VSTATUS]
H A Dsys_bsd.c211 #ifndef VSTATUS
244 # ifdef VSTATUS
278 # ifndef VSTATUS
/freebsd-11-stable/sys/sys/
H A D_termios.h73 #define VSTATUS 18 /* ICANON together with IEXTEN */ macro
176 #define NOKERNINFO 0x02000000 /* no kernel output from VSTATUS */
/freebsd-11-stable/contrib/telnet/telnet/
H A Dterminal.c85 # ifndef VSTATUS
H A Dexterns.h436 # ifndef VSTATUS
439 # define termAytChar new_tc.c_cc[VSTATUS]
H A Dsys_bsd.c264 #ifndef VSTATUS
299 # ifdef VSTATUS
340 # ifndef VSTATUS
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_screen.c360 #ifdef VSTATUS
361 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c456 #ifdef VSTATUS
457 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS];
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c299 #ifdef VSTATUS
300 setval(VSTATUS, SLC_VARIABLE);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c352 #ifdef VSTATUS
353 setval(VSTATUS, SLC_VARIABLE);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c209 bt->c_cc[VSTATUS] = _POSIX_VDISABLE;
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c914 if (CMP_CC(VSTATUS, c)) {

Completed in 128 milliseconds