Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c72 PTERMIOS(_prog)->c_cc[VEOF] = PTERMIOS(_shell)->c_cc[VEOF]; in nocbreak()
117 PTERMIOS(_prog)->c_cc[VEOF] = PTERMIOS(_shell)->c_cc[VEOF]; in noraw()
H A Dwgetn_ws.c83 #if VEOF == VMIN
147 #if VEOF != VMIN in __m_wgetn_wstr()
150 (void) __m_tty_wc(VEOF, &wc); in __m_wgetn_wstr()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c74 cur_term->_prog.c_cc[VEOF] = cur_term->_shell.c_cc[VEOF]; in nocbreak()
130 cur_term->_prog.c_cc[VEOF] = cur_term->_shell.c_cc[VEOF]; in noraw()
H A Dwgetn_ws.c141 (void) __m_tty_wc(VEOF, &wc);
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h52 #define VEOF 4 macro
70 #define VMIN VEOF
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h52 #define VEOF 4 macro
70 #define VMIN VEOF
/titanic_41/usr/src/cmd/ttymon/
H A Dtmterm.c101 termios.c_cc[VEOF] = CEOF;
157 termio.c_cc[VEOF] = CEOF;
H A Dstty.c326 if (cb.c_cc[VEOF] != CEOF) in prmodes()
327 pit(cb.c_cc[VEOF], "eof", "; "); in prmodes()
547 pit(cb.c_cc[VEOF], "eof", "; "); in pramodes()
H A Dsttyparse.c90 cb->c_cc[VEOF] = gct(*++argv, term);
148 cb->c_cc[VEOF] = CEOF;
155 cb->c_cc[VEOF] = CEOF;
/titanic_41/usr/src/lib/libcurses/screen/
H A Dnocbreak.c54 PROGTTYS.c_cc[VEOF] = _CTRL('D'); in nocbreak()
H A Dnoraw.c53 PROGTTYS.c_cc[VEOF] = _CTRL('D'); in noraw()
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h91 TTYCHAR(VEOF, 5)
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c83 cb->c_cc[VEOF] = gct(*++argv, term);
148 cb->c_cc[VEOF] = CEOF;
156 cb->c_cc[VEOF] = CEOF;
H A Dstty.c275 if (cb.c_cc[VEOF] != CEOF) in prmodes()
276 pit(cb.c_cc[VEOF], "eof", "; "); in prmodes()
497 pit(cb.c_cc[VEOF], "eof", "; "); in pramodes()
672 pcol(cb.c_cc[VEOF], cb.c_cc[VEOL]); in prachars()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c370 ep->e_eof = ttyparm.c_cc[VEOF]; in tty_raw()
456 ep->e_eof = ttyparm.c_cc[VEOF]; in tty_alt()
464 nttyparm.c_cc[VEOF] = ESC; /* make ESC the eof char */ in tty_alt()
1518 ott.c_cc[VEOF]= ESC; /* ESC -> eof char */
1520 ott.c_cc[VEOL2] = tt->c_cc[VEOF]; /* EOF -> eol char */
/titanic_41/usr/src/lib/libnsl/dial/
H A Dline.c171 ttbufs.c_cc[VEOF] = '\1'; in fixline()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h127 #define VEOF 4 macro
/titanic_41/usr/src/cmd/bnu/
H A Dcu.c508 _Myeof = _Tv0s.c_cc[VEOF] ? _Tv0s.c_cc[VEOF] : '\04';
1406 _Tv.c_cc[VEOF] = '\01'; in _mode()
H A Dline.c189 ttbufs.c_cc[VEOF] = '\1';
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c113 if (c == old.c_cc[VEOF])
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h354 #define termEofChar new_tc.c_cc[VEOF]
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c504 effective_termios.c_cc[VEOF] = save_termios.c_cc[VEOF]; in set_tty_rawmode()
638 if (c == '.' || c == effective_termios.c_cc[VEOF]) { in process_user_input()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c514 modes.c_cc[VEOF] = reset(modes.c_cc[VEOF], CEOF); in main()
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c382 ttymodes.c_cc[VEOF] = CEOF; in sanitize_tty()
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1299 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc); in from_compat()
1445 TO_COMPAT_CHAR(csp->t_eofc, termiosp->c_cc[VEOF]); in to_compat()

12