Home
last modified time | relevance | path

Searched refs:VERASE2 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c135 cb->c_cc[VERASE2] = gct(*++argv, term);
142 cb->c_cc[VERASE2] = CERASE2;
157 cb->c_cc[VERASE2] = CERASE2;
H A Dstty.c325 if (cb.c_cc[VERASE2] != CERASE2) in prmodes()
552 pit(cb.c_cc[VERASE2], "erase2", "; "); in pramodes()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h147 #define VERASE2 17 macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1788 if (c == tp->t_modes.c_cc[VERASE] || c == tp->t_modes.c_cc[VERASE2]) { in ldterm_docanon()