Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
HDtty.h68 # if defined(VSTAT) && !defined(VSTATUS)
69 # define VSTATUS VSTAT macro
368 # ifdef VSTATUS
369 # if NUMCC <= VSTATUS
370 # undef VSTATUS
HDtty.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()
/dragonfly/contrib/tcsh-6/
HDed.term.h57 # if defined(VSTAT) && !defined(VSTATUS)
58 # define VSTATUS VSTAT macro
423 # ifdef VSTATUS
424 # if NUMCC <= VSTATUS
425 # undef VSTATUS
HDed.term.c505 # if defined(VSTATUS) || defined(TIOCGPAGE)
835 # ifdef VSTATUS in tty_getchar()
836 s[C_STATUS] = n->c_cc[VSTATUS]; in tty_getchar()
975 # ifdef VSTATUS in tty_setchar()
976 n->c_cc[VSTATUS] = s[C_STATUS]; in tty_setchar()
/dragonfly/crypto/openssh/
HDttymodes.h97 #if defined(VSTATUS)
98 TTYCHAR(VSTATUS, 17)
/dragonfly/contrib/libarchive/libarchive_fe/
HDpassphrase.c212 #ifdef VSTATUS in readpassphrase()
213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
214 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
/dragonfly/lib/libc/gen/
HDreadpassphrase.c95 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
96 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
/dragonfly/sys/platform/vkernel64/platform/
HDconsole.c454 tio.c_cc[VSTATUS] = init_tio.c_cc[VSTATUS]; in vcons_set_mode()
458 tio.c_cc[VSTATUS] = _POSIX_VDISABLE; in vcons_set_mode()
/dragonfly/contrib/nvi2/cl/
HDcl_screen.c356 #ifdef VSTATUS in cl_vi_init()
357 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE; in cl_vi_init()
/dragonfly/usr.bin/telnet/
HDexterns.h417 # ifndef VSTATUS
420 # define termAytChar new_tc.c_cc[VSTATUS]
HDterminal.c79 # ifndef VSTATUS
HDsys_bsd.c260 #ifndef VSTATUS in TerminalSaveState()
295 # ifdef VSTATUS in tcval()
336 # ifndef VSTATUS in TerminalDefaultChars()
HDREADME405 Add support for ^T (SIGINFO/VSTATUS), found in the
/dragonfly/bin/stty/
HDcchar.c70 { "status", VSTATUS, CSTATUS },
/dragonfly/sys/sys/
HD_termios.h73 #define VSTATUS 18 /* ICANON together with IEXTEN */ macro
/dragonfly/contrib/gdb-7/readline/
HDrltty.c392 #ifdef VSTATUS
393 _rl_tty_chars.t_status = tiop->c_cc[VSTATUS];
/dragonfly/libexec/telnetd/
HDsys_term.c344 #ifdef VSTATUS in spcset()
345 setval(VSTATUS, SLC_VARIABLE); in spcset()
/dragonfly/sys/kern/
HDtty.c655 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) { in ttyinput()