/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wgetch.c | 171 if (cur_term->_shell.c_cc[VERASE] != _POSIX_VDISABLE) 173 if (ch == cur_term->_shell.c_cc[VERASE])
|
H A D | killchar.c | 60 ch = cur_term->_shell.c_cc[VERASE]; in erasechar()
|
H A D | killwch.c | 56 code = __m_tty_wc(VERASE, wcp);
|
H A D | wgetn_ws.c | 145 (void) __m_tty_wc(VERASE, &wc);
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | erasechar.c | 56 return (SHELLTTYS.c_cc[VERASE]); in erasechar()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | killchar.c | 62 ch = (char)PTERMIOS(_shell)->c_cc[VERASE]; in erasechar()
|
H A D | killwch.c | 56 code = __m_tty_wc(VERASE, wcp); in erasewchar()
|
H A D | wgetch.c | 391 if (PTERMIOS(_shell)->c_cc[VERASE] != _POSIX_VDISABLE) in wgetch() 393 if (ch == PTERMIOS(_shell)->c_cc[VERASE]) { in wgetch()
|
H A D | wgetn_ws.c | 155 (void) __m_tty_wc(VERASE, &wc); in __m_wgetn_wstr()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 77 cb->c_cc[VERASE] = gct(*++argv, term); 121 cb->c_cc[VERASE] = CERASE; 131 cb->c_cc[VERASE] = 0177; 152 cb->c_cc[VERASE] = CERASE;
|
H A D | stty.c | 271 if (cb.c_cc[VERASE] != CERASE) in prmodes() 272 pit(cb.c_cc[VERASE], "erase", "; "); in prmodes() 495 pit(cb.c_cc[VERASE], "erase", "; "); in pramodes() 661 pcol(cb.c_cc[VERASE], 0); in prachars()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 87 TTYCHAR(VERASE, 3)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 116 buf[0] = my_win.cerase = tty.c_cc[VERASE]; in set_edit_chars()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 50 #define VERASE 2 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 50 #define VERASE 2 macro
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | stty.c | 322 if (cb.c_cc[VERASE] != CERASE) in prmodes() 323 pit(cb.c_cc[VERASE], "erase", "; "); in prmodes() 545 pit(cb.c_cc[VERASE], "erase", "; "); in pramodes()
|
H A D | sttyparse.c | 84 cb->c_cc[VERASE] = gct(*++argv, term); 138 cb->c_cc[VERASE] = CERASE; 151 cb->c_cc[VERASE] = CERASE;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 125 #define VERASE 2 macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 355 #define termEraseChar new_tc.c_cc[VERASE]
|
/titanic_41/usr/src/cmd/more/ |
H A D | more.c | 998 if (comchar == otty.c_cc[VERASE]) { in command() 1598 } else if ((ch == otty.c_cc[VERASE]) && !slash) { in ttyin() 1629 if (slash && (ch == otty.c_cc[VKILL] || ch == otty.c_cc[VERASE])) { in ttyin()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 1022 if (c == tty.c_cc[VERASE]) 1111 if (c == tty.c_cc[VERASE]
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 263 #define curerase modes.c_cc[VERASE] 266 #define olderase oldmodes.c_cc[VERASE]
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | tty.c | 319 c_erase = savtty.c_cc[VERASE]; in savetty()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cu.c | 505 _Terase = _Tv0s.c_cc[VERASE] ? _Tv0s.c_cc[VERASE] : vdisable;
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 378 ttymodes.c_cc[VERASE] = CERASE; in sanitize_tty()
|