Home
last modified time | relevance | path

Searched refs:_POSIX_VDISABLE (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/libedit/
H A Dtty.h114 # define _POSIX_VDISABLE VDISABLE macro
153 #ifndef _POSIX_VDISABLE
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
216 # define CLNEXT _POSIX_VDISABLE
219 # define CWERASE _POSIX_VDISABLE
[all …]
H A Dtty.c110 _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 Ded.term.h114 # define _POSIX_VDISABLE VDISABLE macro
155 #ifndef _POSIX_VDISABLE
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
259 # define CLNEXT _POSIX_VDISABLE
262 # define CWERASE _POSIX_VDISABLE
[all …]
H A Ded.init.c69 _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 Dsys_bsd.c447 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 Dmain.c136 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 Dexterns.h78 #ifndef _POSIX_VDISABLE
83 # define _POSIX_VDISABLE VDISABLE macro
85 # define _POSIX_VDISABLE ((cc_t)'\377') macro
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h151 #ifndef _POSIX_VDISABLE
153 # define _POSIX_VDISABLE VDISABLE macro
155 # define _POSIX_VDISABLE ((unsigned char)'\377') macro
/freebsd/usr.bin/mail/
H A Dtty.c84 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/contrib/nvi/cl/
H A Dcl_screen.c339 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 Dcl_funcs.c471 *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 Dreadpassphrase.c45 #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 Dreadpassphrase.c51 #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 Dttymodes.c253 #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 Dmain.c179 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 Dsys_bsd.c402 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 Dexterns.h42 #ifndef _POSIX_VDISABLE
47 # define _POSIX_VDISABLE VDISABLE macro
49 # define _POSIX_VDISABLE ((cc_t)'\377') macro
H A Dcommands.c159 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 Dpassphrase.c146 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
147 # define _POSIX_VDISABLE VDISABLE macro
213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
214 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
/freebsd/usr.bin/talk/
H A Dinit_disp.c131 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/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c59 #if defined(_POSIX_VDISABLE) && HAVE_UNISTD_H in _nc_vdisable()
60 value = _POSIX_VDISABLE; in _nc_vdisable()
/freebsd/bin/stty/
H A Dcchar.c111 ip->t.c_cc[cp->sub] = _POSIX_VDISABLE; in csearch()
126 (arg[1] == '-') ? _POSIX_VDISABLE : arg[1] & 037; in csearch()
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c95 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
96 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
/freebsd/sys/kern/
H A Dtty_ttydisc.c61 #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 Dtermios.h53 #define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)

12