| /netbsd-src/lib/libedit/ |
| H A D | tty.h | 68 # if defined(VSTAT) && !defined(VSTATUS) 69 # define VSTATUS VSTAT macro 368 # ifdef VSTATUS 369 # if NUMCC <= VSTATUS 370 # undef VSTATUS
|
| H A D | 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()
|
| /netbsd-src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
| H A D | 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()
|
| /netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
| H A D | 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()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive_fe/ |
| H A D | 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()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ttymodes.h | 98 #if defined(VSTATUS) 99 TTYCHAR(VSTATUS, 17)
|
| H A D | readpassphrase.c | 108 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) 109 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
|
| /netbsd-src/libexec/getty/ |
| H A D | init.c | 83 { "st", M(VSTATUS), NULL }, /* status */
|
| H A D | subr.c | 161 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
|
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 108 [VSTATUS] = CSTATUS,
|
| H A D | termios.h | 76 #define VSTATUS 18 /* ICANON */ macro
|
| /netbsd-src/bin/stty/ |
| H A D | cchar.c | 73 { "status", VSTATUS, CSTATUS },
|
| /netbsd-src/external/bsd/nvi/dist/cl/ |
| H A D | cl_screen.c | 395 #ifdef VSTATUS in cl_vi_init() 396 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE; in cl_vi_init()
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_ioctl.c | 239 bt->c_cc[VSTATUS] = st->c_cc[16] ? st->c_cc[16] : _POSIX_VDISABLE; in stios2btios() 365 st->c_cc[16]= bt->c_cc[VSTATUS] != _POSIX_VDISABLE? bt->c_cc[VSTATUS]:0; in btios2stios()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 390 #ifdef VSTATUS in save_tty_chars() 391 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS]; in save_tty_chars()
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_ioctl.c | 275 bt->c_cc[VSTATUS] = st->c_cc[16] ? st->c_cc[16] : _POSIX_VDISABLE; in stios2btios() 401 st->c_cc[16]= bt->c_cc[VSTATUS] != _POSIX_VDISABLE? bt->c_cc[VSTATUS]:0; in btios2stios()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | getpass.c | 191 c == C(VSTOP, CTRL('s')) || c == C(VSTATUS, CTRL('t')) || in __weak_alias()
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | externs.h | 349 # define termAytChar new_tc.c_cc[VSTATUS]
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_ioctl.c | 258 bt->c_cc[VSTATUS] = EMUL_TO_NATIVE_CC(st->c_cc[18]); in stios2btios() 398 st->c_cc[18]= NATIVE_TO_EMUL_CC(bt->c_cc[VSTATUS]); in btios2stios()
|
| /netbsd-src/libexec/telnetd/ |
| H A D | sys_term.c | 157 setval(VSTATUS, SLC_VARIABLE); in spcset()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 833 if (CCEQ(cc[VSTATUS], c)) { in ttyinput_wlock()
|