/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 72 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 D | wgetn_ws.c | 83 #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 D | cbreak.c | 74 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 D | wgetn_ws.c | 141 (void) __m_tty_wc(VEOF, &wc);
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 52 #define VEOF 4 macro 70 #define VMIN VEOF
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 52 #define VEOF 4 macro 70 #define VMIN VEOF
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 101 termios.c_cc[VEOF] = CEOF; 157 termio.c_cc[VEOF] = CEOF;
|
H A D | stty.c | 326 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 D | sttyparse.c | 90 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 D | nocbreak.c | 54 PROGTTYS.c_cc[VEOF] = _CTRL('D'); in nocbreak()
|
H A D | noraw.c | 53 PROGTTYS.c_cc[VEOF] = _CTRL('D'); in noraw()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 91 TTYCHAR(VEOF, 5)
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 83 cb->c_cc[VEOF] = gct(*++argv, term); 148 cb->c_cc[VEOF] = CEOF; 156 cb->c_cc[VEOF] = CEOF;
|
H A D | stty.c | 275 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 D | edit.c | 370 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 D | line.c | 171 ttbufs.c_cc[VEOF] = '\1'; in fixline()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 127 #define VEOF 4 macro
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cu.c | 508 _Myeof = _Tv0s.c_cc[VEOF] ? _Tv0s.c_cc[VEOF] : '\04'; 1406 _Tv.c_cc[VEOF] = '\01'; in _mode()
|
H A D | line.c | 189 ttbufs.c_cc[VEOF] = '\1';
|
/titanic_41/usr/src/lib/libast/common/disc/ |
H A D | sfdcmore.c | 113 if (c == old.c_cc[VEOF])
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 354 #define termEofChar new_tc.c_cc[VEOF]
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 504 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 D | tset.c | 514 modes.c_cc[VEOF] = reset(modes.c_cc[VEOF], CEOF); in main()
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 382 ttymodes.c_cc[VEOF] = CEOF; in sanitize_tty()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1299 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()
|