/freebsd/contrib/libedit/ |
H A D | tty.h | 113 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE) 114 # define _POSIX_VDISABLE VDISABLE macro 153 #ifndef _POSIX_VDISABLE 154 # define _POSIX_VDISABLE ((unsigned char) -1) macro 180 # define CEOL _POSIX_VDISABLE 183 # define CEOL2 _POSIX_VDISABLE 186 # define CSWTCH _POSIX_VDISABLE 189 # define CDSWTCH _POSIX_VDISABLE 192 # define CERASE2 _POSIX_VDISABLE 210 # define CREPRINT _POSIX_VDISABLE [all …]
|
H A D | tty.c | 110 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP, 112 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE, 113 CDISCARD, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 114 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 1, 576 el->el_tty.t_vdisable = _POSIX_VDISABLE; in tty_init()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 113 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE) 114 # define _POSIX_VDISABLE VDISABLE macro 155 #ifndef _POSIX_VDISABLE 156 # define _POSIX_VDISABLE ((unsigned char) -1) macro 223 # define CEOL _POSIX_VDISABLE 226 # define CEOL2 _POSIX_VDISABLE 229 # define CSWTCH _POSIX_VDISABLE 232 # define CDSWTCH _POSIX_VDISABLE 235 # define CERASE2 _POSIX_VDISABLE 253 # define CREPRINT _POSIX_VDISABLE [all …]
|
H A D | ed.init.c | 69 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 70 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP, 71 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 72 CDISCARD, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 73 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 1, 155 vdisable = (unsigned char) _POSIX_VDISABLE; in ed_Setup() 158 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0) in ed_Setup() 160 if (ttychars[ED_IO][rst] == (unsigned char) _POSIX_VDISABLE) in ed_Setup() 162 if (ttychars[EX_IO][rst] == (unsigned char) _POSIX_VDISABLE) in ed_Setup() 167 vdisable = (unsigned char) _POSIX_VDISABLE; in ed_Setup()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 447 tc.t_startc = _POSIX_VDISABLE; in TerminalNewMode() 448 tc.t_stopc = _POSIX_VDISABLE; in TerminalNewMode() 465 tc.t_intrc = _POSIX_VDISABLE; in TerminalNewMode() 466 tc.t_quitc = _POSIX_VDISABLE; in TerminalNewMode() 467 tc.t_eofc = _POSIX_VDISABLE; in TerminalNewMode() 468 ltc.t_suspc = _POSIX_VDISABLE; in TerminalNewMode() 469 ltc.t_dsuspc = _POSIX_VDISABLE; in TerminalNewMode() 505 ltc.t_lnextc = _POSIX_VDISABLE; in TerminalNewMode() 508 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 610 ltc.t_dsuspc = _POSIX_VDISABLE; in TerminalNewMode() [all …]
|
H A D | main.c | 136 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE; in main() 173 rlogin = escape = _POSIX_VDISABLE; in main() 346 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1; in main()
|
H A D | externs.h | 78 #ifndef _POSIX_VDISABLE 83 # define _POSIX_VDISABLE VDISABLE macro 85 # define _POSIX_VDISABLE ((cc_t)'\377') macro
|
/freebsd/usr.bin/mail/ |
H A D | tty.c | 84 ttybuf.c_cc[VERASE] = _POSIX_VDISABLE; in grabh() 85 ttybuf.c_cc[VKILL] = _POSIX_VDISABLE; in grabh() 192 if ((c_erase != _POSIX_VDISABLE && c == c_erase) || in readtty() 193 (c_kill != _POSIX_VDISABLE && c == c_kill)) { in readtty() 237 if (c_erase != _POSIX_VDISABLE && c == c_erase) { in readtty() 247 if (c_kill != _POSIX_VDISABLE && c == c_kill) { in readtty()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.h | 151 #ifndef _POSIX_VDISABLE 153 # define _POSIX_VDISABLE VDISABLE macro 155 # define _POSIX_VDISABLE ((unsigned char)'\377') macro
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 339 clp->vi_enter.c_cc[VDSUSP] = _POSIX_VDISABLE; in cl_vi_init() 341 clp->vi_enter.c_cc[VQUIT] = _POSIX_VDISABLE; in cl_vi_init() 342 clp->vi_enter.c_cc[VSUSP] = _POSIX_VDISABLE; in cl_vi_init() 351 clp->vi_enter.c_cc[VDISCARD] = _POSIX_VDISABLE; in cl_vi_init() 354 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE; in cl_vi_init() 357 clp->vi_enter.c_cc[VSTATUS] = _POSIX_VDISABLE; in cl_vi_init()
|
H A D | cl_funcs.c | 471 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE; in cl_keyval() 474 *dnep = (*chp = clp->orig.c_cc[VERASE]) == _POSIX_VDISABLE; in cl_keyval() 477 *dnep = (*chp = clp->orig.c_cc[VKILL]) == _POSIX_VDISABLE; in cl_keyval() 481 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE; in cl_keyval()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | readpassphrase.c | 45 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE) 46 # define _POSIX_VDISABLE VDISABLE macro 99 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 100 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase.c | 51 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE) 52 # define _POSIX_VDISABLE VDISABLE macro 103 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 104 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 253 #ifdef _POSIX_VDISABLE in special_char_encode() 254 if (c == _POSIX_VDISABLE) in special_char_encode() 266 #ifdef _POSIX_VDISABLE in special_char_decode() 268 return _POSIX_VDISABLE; in special_char_decode()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | main.c | 179 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE; in main() 216 rlogin = escape = _POSIX_VDISABLE; in main() 327 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1; in main()
|
H A D | sys_bsd.c | 402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 473 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 479 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape; in TerminalNewMode() 485 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode() 488 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode() 693 if ((rlogin != _POSIX_VDISABLE) && rlogin_susp()) in susp()
|
H A D | externs.h | 42 #ifndef _POSIX_VDISABLE 47 # define _POSIX_VDISABLE VDISABLE macro 49 # define _POSIX_VDISABLE ((cc_t)'\377') macro
|
H A D | commands.c | 159 if (c == (cc_t)_POSIX_VDISABLE) { in control() 836 if (rlogin != _POSIX_VDISABLE) { in set_escape_char() 837 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE; in set_escape_char() 841 escape = (s && *s) ? special(s) : _POSIX_VDISABLE; in set_escape_char() 908 value = _POSIX_VDISABLE; in setcmd() 971 *(ct->charp) = _POSIX_VDISABLE; in unsetcmd() 2372 if (rlogin == _POSIX_VDISABLE) in command() 2383 if (rlogin == _POSIX_VDISABLE) in command() 2387 if (rlogin != _POSIX_VDISABLE) in command()
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 145 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */ 146 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE) 147 # define _POSIX_VDISABLE VDISABLE 213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 214 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase() 149 # define _POSIX_VDISABLE global() macro
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 131 if (my_win.cerase == (char)_POSIX_VDISABLE) in set_edit_chars() 133 if (my_win.kill == (char)_POSIX_VDISABLE) in set_edit_chars() 135 if (my_win.werase == (char)_POSIX_VDISABLE) in set_edit_chars()
|
/freebsd/bin/stty/ |
H A D | cchar.c | 111 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE; in csearch() 126 (arg[1] == '-') ? _POSIX_VDISABLE : arg[1] & 037; in csearch()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_kernel.c | 59 #if defined(_POSIX_VDISABLE) && HAVE_UNISTD_H in _nc_vdisable() 60 value = _POSIX_VDISABLE; in _nc_vdisable()
|
/freebsd/lib/libc/gen/ |
H A D | readpassphrase.c | 95 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase() 96 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 61 #define CMP_CC(v,c) (tp->t_termios.c_cc[v] != _POSIX_VDISABLE && \ 129 if (tp->t_termios.c_cc[c] != _POSIX_VDISABLE) \ in ttydisc_read_break() 145 unsigned char lastc = _POSIX_VDISABLE; in ttydisc_bytesavail() 159 if (lastc == _POSIX_VDISABLE) in ttydisc_bytesavail() 197 unsigned char lastc = _POSIX_VDISABLE; in ttydisc_read_canonical() 261 } while (uio->uio_resid > 0 && lastc == _POSIX_VDISABLE); in ttydisc_read_canonical() 793 if (c != _POSIX_VDISABLE) in ttydisc_reprint()
|
/freebsd/include/ |
H A D | termios.h | 53 #define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)
|