Home
last modified time | relevance | path

Searched refs:VEOL (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c73 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 Dwgetn_ws.c148 (void) __m_tty_wc(VEOL, &wc); in __m_wgetn_wstr()
H A Dwgetch.c82 if (PTERMIOS(_shell)->c_cc[VEOL] == ch) in iqContainsFullLine()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c75 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 Dwgetn_ws.c139 (void) __m_tty_wc(VEOL, &wc);
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h92 #if defined(VEOL)
93 TTYCHAR(VEOL, 6)
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h53 #define VEOL 5 macro
71 #define VTIME VEOL
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h53 #define VEOL 5 macro
71 #define VTIME VEOL
/titanic_41/usr/src/cmd/ttymon/
H A Dtmterm.c102 termios.c_cc[VEOL] = CNUL;
158 termio.c_cc[VEOL] = CNUL;
H A Dstty.c328 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 Dsttyparse.c97 cb->c_cc[VEOL] = gct(*++argv, term);
149 cb->c_cc[VEOL] = CNUL;
156 cb->c_cc[VEOL] = CNUL;
/titanic_41/usr/src/lib/libcurses/screen/
H A Dnocbreak.c55 PROGTTYS.c_cc[VEOL] = 0; in nocbreak()
H A Dnoraw.c54 PROGTTYS.c_cc[VEOL] = 0; in noraw()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c87 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 Dstty.c277 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_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c504 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 Dexterns.h367 #define termForw1Char new_tc.c_cc[VEOL]
368 #define termForw2Char new_tc.c_cc[VEOL]
/titanic_41/usr/src/lib/libshell/common/include/
H A Dterminal.h171 # ifndef VEOL
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c460 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_41/usr/src/uts/common/sys/
H A Dtermios.h128 #define VEOL 5 macro
/titanic_41/usr/src/cmd/bnu/
H A Dcu.c507 _Teol = _Tv0s.c_cc[VEOL] ? _Tv0s.c_cc[VEOL] : vdisable;
1407 _Tv.c_cc[VEOL] = '\0'; in _mode()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c505 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_41/usr/src/cmd/sulogin/
H A Dsulogin.c383 ttymodes.c_cc[VEOL] = CNUL; in sanitize_tty()
/titanic_41/usr/src/cmd/csh/
H A Dsh.file.c93 tty_new.c_cc[VEOL] = ESC; in setup_tty()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1300 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()

12