Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c360 tc.t_startc = _POSIX_VDISABLE;
361 tc.t_stopc = _POSIX_VDISABLE;
379 tc.t_intrc = _POSIX_VDISABLE;
380 tc.t_quitc = _POSIX_VDISABLE;
381 tc.t_eofc = _POSIX_VDISABLE;
382 ltc.t_suspc = _POSIX_VDISABLE;
383 ltc.t_dsuspc = _POSIX_VDISABLE;
419 ltc.t_lnextc = _POSIX_VDISABLE;
421 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
490 ltc.t_dsuspc = _POSIX_VDISABLE;
[all …]
H A Dmain.c135 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE; in main()
206 rlogin = escape = _POSIX_VDISABLE; in main()
250 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1; in main()
H A Dexterns.h76 #ifndef _POSIX_VDISABLE
79 #define _POSIX_VDISABLE VDISABLE macro
81 #define _POSIX_VDISABLE ((cc_t)'\377') macro
H A Dcommands.c300 if (c == (cc_t)_POSIX_VDISABLE) { in control()
1023 if (rlogin != _POSIX_VDISABLE) {
1024 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
1028 escape = (s && *s) ? special(s) : _POSIX_VDISABLE;
1105 value = _POSIX_VDISABLE;
1172 *(ct->charp) = _POSIX_VDISABLE; in unsetcmd()
2421 if (rlogin != _POSIX_VDISABLE) in status()
3444 if (rlogin == _POSIX_VDISABLE) in command()
3457 if (rlogin == _POSIX_VDISABLE) in command()
3461 if (rlogin != _POSIX_VDISABLE) in command()
H A Dtelnet.c222 rlogin = _POSIX_VDISABLE; in init_telnet()
1321 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export()
1414 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check()
2014 if (rlogin != _POSIX_VDISABLE) { in telsnd()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1088 tty.c_cc[VQUIT] = termiosflag ? _POSIX_VDISABLE : '\200'; in ttcharoff()
1090 tty.c_cc[VSTART] = _POSIX_VDISABLE; in ttcharoff()
1092 tty.c_cc[VSTOP] = _POSIX_VDISABLE; in ttcharoff()
1094 tty.c_cc[VSUSP] = _POSIX_VDISABLE; in ttcharoff()
1095 tty.c_cc[VDSUSP] = _POSIX_VDISABLE; in ttcharoff()
1096 tty.c_cc[VREPRINT] = _POSIX_VDISABLE; in ttcharoff()
1097 tty.c_cc[VDISCARD] = _POSIX_VDISABLE; in ttcharoff()
1098 tty.c_cc[VWERASE] = _POSIX_VDISABLE; in ttcharoff()
1099 tty.c_cc[VLNEXT] = _POSIX_VDISABLE; in ttcharoff()
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h113 #ifndef _POSIX_VDISABLE
114 #define _POSIX_VDISABLE 0 macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c168 #ifdef _POSIX_VDISABLE
169 if (cur_term->_shell.c_cc[VERASE] != _POSIX_VDISABLE)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c73 #ifndef _POSIX_VDISABLE
74 # define _POSIX_VDISABLE 0 macro
166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
539 if(off==_POSIX_VDISABLE) in output()
660 sp->c_cc[tp->mask] = _POSIX_VDISABLE; in set()
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h69 #ifndef _POSIX_VDISABLE
70 #define _POSIX_VDISABLE 0 /* Disable special character functions */ macro
H A Dtermios.h58 #ifndef _POSIX_VDISABLE
59 #define _POSIX_VDISABLE 0 /* Disable special character functions */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty4 mac _POSIX_VDISABLE termios.h
11 # undef _POSIX_VDISABLE
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c388 #ifdef _POSIX_VDISABLE in wgetch()
389 if (PTERMIOS(_shell)->c_cc[VERASE] != _POSIX_VDISABLE) in wgetch()
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h78 #define _POSIX_VDISABLE 0xff macro
/illumos-gate/usr/src/head/
H A Dunistd.h179 #ifndef _POSIX_VDISABLE
180 #define _POSIX_VDISABLE 0 macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c353 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
358 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
H A Dstty.c705 if (((term & TERMIOS) && what == _POSIX_VDISABLE) || in pit()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c658 (c != _POSIX_VDISABLE)) { in xencons_rxint()
662 (c != _POSIX_VDISABLE)) { in xencons_rxint()
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c493 #ifdef _POSIX_VDISABLE in main()
494 vdisable = _POSIX_VDISABLE; in main()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c321 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200; /* map '^-' to undefined */
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c508 val = _POSIX_VDISABLE; in fs_pathconf()

12