Searched refs:VWERASE (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 109 #if defined(VWERASE) 110 TTYCHAR(VWERASE, 13)
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 352 # ifdef VWERASE in tty_raw() 353 if(ttyparm.c_cc[VWERASE] == _POSIX_DISABLE) in tty_raw() 356 ep->e_werase = nttyparm.c_cc[VWERASE]; in tty_raw() 357 nttyparm.c_cc[VWERASE] = _POSIX_DISABLE; in tty_raw() 480 # ifdef VWERASE in tty_alt() 481 if(ttyparm.c_cc[VWERASE] == _POSIX_DISABLE) in tty_alt() 482 nttyparm.c_cc[VWERASE] = cntl('W'); in tty_alt() 483 ep->e_werase = nttyparm.c_cc[VWERASE]; in tty_alt()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 119 buf[2] = my_win.werase = tty.c_cc[VWERASE]; in set_edit_chars()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 296 if (cb.c_cc[VWERASE] != CWERASE) in prmodes() 297 pit(cb.c_cc[VWERASE], "werase", "; "); in prmodes() 508 pit(cb.c_cc[VWERASE], "werase", "; "); in pramodes() 663 pcol(cb.c_cc[VWERASE], 0); in prachars()
|
H A D | sttyparse.c | 114 cb->c_cc[VWERASE] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 65 #define VWERASE 14 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 65 #define VWERASE 14 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 347 if (cb.c_cc[VWERASE] != CWERASE) in prmodes() 348 pit(cb.c_cc[VWERASE], "werase", "; "); in prmodes() 558 pit(cb.c_cc[VWERASE], "werase", "; "); in pramodes()
|
H A D | sttyparse.c | 129 cb->c_cc[VWERASE] = gct(*++argv, term);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 144 #define VWERASE 14 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 362 #define termWerasChar new_tc.c_cc[VWERASE]
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 188 #ifdef VWERASE 189 { "werase", CHAR, T_CHAR, SS, VWERASE, 'W', C("Erase the last word entered") },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1178 FROM_COMPAT_CHAR(termiosp->c_cc[VWERASE], csp->t_werasc); in from_compat() 1335 TO_COMPAT_CHAR(csp->t_werasc, termiosp->c_cc[VWERASE]); in to_compat()
|
H A D | ldterm.c | 1791 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { in ldterm_docanon()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1099 tty.c_cc[VWERASE] = _POSIX_VDISABLE; in ttcharoff()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 750 td->tio_werase = td->tio_ptios.c_cc[VWERASE]; in termio_resume_tty()
|