Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c354 # ifdef VWERASE in tty_raw()
355 if(ttyparm.c_cc[VWERASE] == _POSIX_DISABLE) in tty_raw()
358 ep->e_werase = nttyparm.c_cc[VWERASE]; in tty_raw()
359 nttyparm.c_cc[VWERASE] = _POSIX_DISABLE; in tty_raw()
483 # ifdef VWERASE in tty_alt()
484 if(ttyparm.c_cc[VWERASE] == _POSIX_DISABLE) in tty_alt()
485 nttyparm.c_cc[VWERASE] = cntl('W'); in tty_alt()
486 ep->e_werase = nttyparm.c_cc[VWERASE]; in tty_alt()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c297 if (cb.c_cc[VWERASE] != CWERASE) in prmodes()
298 pit(cb.c_cc[VWERASE], "werase", "; "); in prmodes()
509 pit(cb.c_cc[VWERASE], "werase", "; "); in pramodes()
664 pcol(cb.c_cc[VWERASE], 0); in prachars()
H A Dsttyparse.c111 cb->c_cc[VWERASE] = gct(*++argv, term);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c117 buf[2] = my_win.werase = tty.c_cc[VWERASE]; in set_edit_chars()
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c351 if (cb.c_cc[VWERASE] != CWERASE) in prmodes()
352 pit(cb.c_cc[VWERASE], "werase", "; "); in prmodes()
565 pit(cb.c_cc[VWERASE], "werase", "; "); in pramodes()
H A Dsttyparse.c129 cb->c_cc[VWERASE] = gct(*++argv, term);
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h144 #define VWERASE 14 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h360 #define termWerasChar new_tc.c_cc[VWERASE]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c190 #ifdef VWERASE
191 { "werase", CHAR, T_CHAR, SS, VWERASE, 'W', C("Erase the last word entered") },
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1080 FROM_COMPAT_CHAR(termiosp->c_cc[VWERASE], csp->t_werasc); in from_compat()
1237 TO_COMPAT_CHAR(csp->t_werasc, termiosp->c_cc[VWERASE]); in to_compat()
H A Dldterm.c1808 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { in ldterm_docanon()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1098 tty.c_cc[VWERASE] = _POSIX_VDISABLE; in ttcharoff()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c805 td->tio_werase = td->tio_ptios.c_cc[VWERASE]; in termio_resume_tty()