| /freebsd-13-stable/contrib/libedit/ |
| HD | tty.h | 68 # if defined(VSTAT) && !defined(VSTATUS) 69 # define VSTATUS VSTAT macro 368 # ifdef VSTATUS 369 # if NUMCC <= VSTATUS 370 # undef VSTATUS
|
| HD | tty.c | 429 #if defined(VSTATUS) 699 #ifdef VSTATUS in tty__getcharindex() 701 return VSTATUS; in tty__getcharindex() 789 #ifdef VSTATUS in tty__getchar() 790 s[C_STATUS] = td->c_cc[VSTATUS]; in tty__getchar() 871 #ifdef VSTATUS in tty__setchar() 872 td->c_cc[VSTATUS] = s[C_STATUS]; in tty__setchar() 1361 #if defined(SIGINFO) && defined(VSTATUS) in tty_get_signal_character() 1363 return el->el_tty.t_c[ED_IO][VSTATUS]; in tty_get_signal_character()
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | ed.term.h | 57 # if defined(VSTAT) && !defined(VSTATUS) 58 # define VSTATUS VSTAT macro 419 # ifdef VSTATUS 420 # if NUMCC <= VSTATUS 421 # undef VSTATUS
|
| HD | ed.term.c | 504 # if defined(VSTATUS) || defined(TIOCGPAGE) 831 # ifdef VSTATUS in tty_getchar() 832 s[C_STATUS] = n->c_cc[VSTATUS]; in tty_getchar() 967 # ifdef VSTATUS in tty_setchar() 968 n->c_cc[VSTATUS] = s[C_STATUS]; in tty_setchar()
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | readpassphrase.c | 98 #ifdef VSTATUS in readpassphrase() 99 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 100 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
| /freebsd-13-stable/contrib/libfido2/openbsd-compat/ |
| HD | readpassphrase.c | 102 #ifdef VSTATUS in readpassphrase() 103 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 104 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | ttymodes.h | 97 #if defined(VSTATUS) 98 TTYCHAR(VSTATUS, 17)
|
| /freebsd-13-stable/contrib/libarchive/libarchive_fe/ |
| HD | passphrase.c | 212 #ifdef VSTATUS in readpassphrase() 213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 214 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | readpassphrase.c | 96 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 97 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | externs.h | 424 # ifndef VSTATUS 427 # define termAytChar new_tc.c_cc[VSTATUS]
|
| HD | sys_bsd.c | 211 #ifndef VSTATUS in TerminalSaveState() 244 # ifdef VSTATUS in tcval() 278 # ifndef VSTATUS in TerminalDefaultChars()
|
| HD | terminal.c | 70 # ifndef VSTATUS
|
| /freebsd-13-stable/contrib/nvi/cl/ |
| HD | cl_screen.c | 356 #ifdef VSTATUS in cl_vi_init() 357 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE; in cl_vi_init()
|
| /freebsd-13-stable/contrib/telnet/telnet/ |
| HD | externs.h | 436 # ifndef VSTATUS 439 # define termAytChar new_tc.c_cc[VSTATUS]
|
| HD | terminal.c | 85 # ifndef VSTATUS
|
| HD | sys_bsd.c | 264 #ifndef VSTATUS in TerminalSaveState() 299 # ifdef VSTATUS in tcval() 340 # ifndef VSTATUS in TerminalDefaultChars()
|
| /freebsd-13-stable/bin/stty/ |
| HD | cchar.c | 70 { "status", VSTATUS, CSTATUS },
|
| /freebsd-13-stable/sys/sys/ |
| HD | _termios.h | 74 #define VSTATUS 18 /* ICANON together with IEXTEN */ macro
|
| /freebsd-13-stable/contrib/telnet/telnetd/ |
| HD | sys_term.c | 352 #ifdef VSTATUS in spcset() 353 setval(VSTATUS, SLC_VARIABLE); in spcset()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 299 #ifdef VSTATUS in spcset() 300 setval(VSTATUS, SLC_VARIABLE); in spcset()
|
| /freebsd-13-stable/sys/kern/ |
| HD | tty_ttydisc.c | 1104 if (CMP_CC(VSTATUS, c)) { in ttydisc_rint()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_ioctl.c | 496 lios->c_cc[LINUX_VSTATUS] = bios->c_cc[VSTATUS]; in bsd_to_linux_termios() 612 bios->c_cc[VSTATUS] = lios->c_cc[LINUX_VSTATUS]; in linux_to_bsd_termios()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/ |
| HD | README.ORIG | 404 Add support for ^T (SIGINFO/VSTATUS), found in the
|