Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dtty.h68 # if defined(VSTAT) && !defined(VSTATUS)
69 # define VSTATUS VSTAT macro
368 # ifdef VSTATUS
369 # if NUMCC <= VSTATUS
370 # undef VSTATUS
H A Dtty.c429 #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 Dreadpassphrase.c102 #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 Dreadpassphrase.c102 #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 Dpassphrase.c212 #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 Dttymodes.h98 #if defined(VSTATUS)
99 TTYCHAR(VSTATUS, 17)
H A Dreadpassphrase.c108 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
109 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/netbsd-src/libexec/getty/
H A Dinit.c83 { "st", M(VSTATUS), NULL }, /* status */
H A Dsubr.c161 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], &tmode.c_cc[VSTATUS],
/netbsd-src/sys/sys/
H A Dttydefaults.h108 [VSTATUS] = CSTATUS,
H A Dtermios.h76 #define VSTATUS 18 /* ICANON */ macro
/netbsd-src/bin/stty/
H A Dcchar.c73 { "status", VSTATUS, CSTATUS },
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_screen.c395 #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 Dsunos_ioctl.c239 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 Drltty.c390 #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 Dsunos32_ioctl.c275 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 Dgetpass.c191 c == C(VSTOP, CTRL('s')) || c == C(VSTATUS, CTRL('t')) || in __weak_alias()
/netbsd-src/usr.bin/telnet/
H A Dexterns.h349 # define termAytChar new_tc.c_cc[VSTATUS]
/netbsd-src/sys/compat/ultrix/
H A Dultrix_ioctl.c258 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 Dsys_term.c157 setval(VSTATUS, SLC_VARIABLE); in spcset()
/netbsd-src/sys/kern/
H A Dtty.c833 if (CCEQ(cc[VSTATUS], c)) { in ttyinput_wlock()