Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c71 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL]; in nocbreak()
116 PTERMIOS(_prog)->c_cc[VEOL] = PTERMIOS(_shell)->c_cc[VEOL]; in noraw()
H A Dwgetn_ws.c146 (void) __m_tty_wc(VEOL, &wc); in __m_wgetn_wstr()
H A Dwgetch.c80 if (PTERMIOS(_shell)->c_cc[VEOL] == ch) in iqContainsFullLine()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c73 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL]; in nocbreak()
129 cur_term->_prog.c_cc[VEOL] = cur_term->_shell.c_cc[VEOL]; in noraw()
H A Dwgetn_ws.c137 (void) __m_tty_wc(VEOL, &wc);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmterm.c89 termios.c_cc[VEOL] = CNUL; in set_termio()
143 termio.c_cc[VEOL] = CNUL; in turnon_canon()
H A Dsttyparse.c97 cb->c_cc[VEOL] = gct(*++argv, term);
153 cb->c_cc[VEOL] = CNUL;
162 cb->c_cc[VEOL] = CNUL;
H A Dstty.c332 if (cb.c_cc[VEOL] != CNUL) in prmodes()
333 pit(cb.c_cc[VEOL], "eol", "; "); in prmodes()
555 pit(cb.c_cc[VEOL], "eol", "; "); in pramodes()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnocbreak.c53 PROGTTYS.c_cc[VEOL] = 0; in nocbreak()
H A Dnoraw.c52 PROGTTYS.c_cc[VEOL] = 0; in noraw()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c84 cb->c_cc[VEOL] = gct(*++argv, term);
86 cb->c_cc[VEOL] = gct(*++argv, term);
146 cb->c_cc[VEOL] = CNUL;
154 cb->c_cc[VEOL] = CNUL;
H A Dstty.c278 if (cb.c_cc[VEOL] != CNUL) in prmodes()
279 pit(cb.c_cc[VEOL], "eol", "; "); in prmodes()
499 pit(cb.c_cc[VEOL], "eol", "; "); in pramodes()
673 pcol(cb.c_cc[VEOF], cb.c_cc[VEOL]); in prachars()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h365 #define termForw1Char new_tc.c_cc[VEOL]
366 #define termForw2Char new_tc.c_cc[VEOL]
H A Dsys_bsd.c500 if ((tmp_tc.c_cc[VEOL] != esc)
504 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
505 tmp_tc.c_cc[VEOL] = esc;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h171 # ifndef VEOL
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c463 nttyparm.c_cc[VEOL] = ESC; in tty_alt()
471 nttyparm.c_cc[VEOL] = '\r'; /* make CR an eol char */ in tty_alt()
474 nttyparm.c_cc[VEOL] = ep->e_eof; /* make EOF an eol char */ in tty_alt()
815 register int delim = ((ep->e_raw&RAWMODE)?nttyparm.c_cc[VEOL]:'\n'); in ed_read()
1540 ott.c_cc[VEOL] = '\r'; /* CR -> eol char */
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h128 #define VEOL 5 macro
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c502 _Teol = _Tv0s.c_cc[VEOL] ? _Tv0s.c_cc[VEOL] : vdisable; in main()
1400 _Tv.c_cc[VEOL] = '\0'; in _mode()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c507 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL]; in set_tty_rawmode()
686 c == effective_termios.c_cc[VEOL] || in process_user_input()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1202 FROM_COMPAT_CHAR(termiosp->c_cc[VEOL], csp->t_brkc); in from_compat()
1348 TO_COMPAT_CHAR(csp->t_brkc, termiosp->c_cc[VEOL]); in to_compat()
H A Dldterm.c2015 (c == '\n' || (c != '\0' && (c == tp->t_modes.c_cc[VEOL] || in ldterm_docanon()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c384 ttymodes.c_cc[VEOL] = CNUL; in sanitize_tty()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c91 tty_new.c_cc[VEOL] = ESC; in setup_tty()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c287 ep->e_nttyparm.c_cc[VEOL] = delim; in sh_readline()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },