/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 73 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL]; in nocbreak() 118 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL]; in noraw()
|
H A D | wgetn_ws.c | 148 (void) __m_tty_wc(VEOL, &wc); in __m_wgetn_wstr()
|
H A D | wgetch.c | 82 if (PTERMIOS(_shell)->c_cc[VEOL] == ch) in iqContainsFullLine()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 75 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL]; in nocbreak() 131 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL]; in noraw()
|
H A D | wgetn_ws.c | 139 (void) __m_tty_wc(VEOL, &wc);
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 92 #if defined(VEOL) 93 TTYCHAR(VEOL, 6)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 53 #define VEOL 5 macro 71 #define VTIME VEOL
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 53 #define VEOL 5 macro 71 #define VTIME VEOL
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 102 termios.c_cc[VEOL] = CNUL; 158 termio.c_cc[VEOL] = CNUL;
|
H A D | stty.c | 328 if (cb.c_cc[VEOL] != CNUL) in prmodes() 329 pit(cb.c_cc[VEOL], "eol", "; "); in prmodes() 548 pit(cb.c_cc[VEOL], "eol", "; "); in pramodes()
|
H A D | sttyparse.c | 97 cb->c_cc[VEOL] = gct(*++argv, term); 149 cb->c_cc[VEOL] = CNUL; 156 cb->c_cc[VEOL] = CNUL;
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | nocbreak.c | 55 PROGTTYS.c_cc[VEOL] = 0; in nocbreak()
|
H A D | noraw.c | 54 PROGTTYS.c_cc[VEOL] = 0; in noraw()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 87 cb->c_cc[VEOL] = gct(*++argv, term); 89 cb->c_cc[VEOL] = gct(*++argv, term); 149 cb->c_cc[VEOL] = CNUL; 157 cb->c_cc[VEOL] = CNUL;
|
H A D | stty.c | 277 if (cb.c_cc[VEOL] != CNUL) in prmodes() 278 pit(cb.c_cc[VEOL], "eol", "; "); in prmodes() 498 pit(cb.c_cc[VEOL], "eol", "; "); in pramodes() 672 pcol(cb.c_cc[VEOF], cb.c_cc[VEOL]); in prachars()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 504 if ((tmp_tc.c_cc[VEOL] != esc) 508 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) 509 tmp_tc.c_cc[VEOL] = esc;
|
H A D | externs.h | 367 #define termForw1Char new_tc.c_cc[VEOL] 368 #define termForw2Char new_tc.c_cc[VEOL]
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 171 # ifndef VEOL
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 460 nttyparm.c_cc[VEOL] = ESC; in tty_alt() 468 nttyparm.c_cc[VEOL] = '\r'; /* make CR an eol char */ in tty_alt() 471 nttyparm.c_cc[VEOL] = ep->e_eof; /* make EOF an eol char */ in tty_alt() 1519 ott.c_cc[VEOL] = '\r'; /* CR -> eol char */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 128 #define VEOL 5 macro
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | cu.c | 507 _Teol = _Tv0s.c_cc[VEOL] ? _Tv0s.c_cc[VEOL] : vdisable; 1407 _Tv.c_cc[VEOL] = '\0'; in _mode()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 505 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL]; in set_tty_rawmode() 685 c == effective_termios.c_cc[VEOL] || in process_user_input()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.file.c | 93 tty_new.c_cc[VEOL] = ESC; in setup_tty()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 383 ttymodes.c_cc[VEOL] = CNUL; in sanitize_tty()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1300 FROM_COMPAT_CHAR(termiosp->c_cc[VEOL], csp->t_brkc); in from_compat() 1446 TO_COMPAT_CHAR(csp->t_brkc, termiosp->c_cc[VEOL]); in to_compat()
|