Home
last modified time | relevance | path

Searched refs:CERASE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dttychars.h52 #define CERASE 0177 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dttychars.h69 #define CERASE 0177 macro
H A Dtermios.h164 #define CERASE 0177 /* DEL */ macro
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c286 #ifndef CERASE
287 #define CERASE '\177' macro
514 curerase = reset(curerase, CERASE); in main()
877 curerase = CERASE; in main()
1059 reportek("Erase", curerase, olderase, CERASE); in main()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c118 cb->c_cc[VERASE] = CERASE;
149 cb->c_cc[VERASE] = CERASE;
H A Dstty.c272 if (cb.c_cc[VERASE] != CERASE) in prmodes()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c140 cb->c_cc[VERASE] = CERASE;
155 cb->c_cc[VERASE] = CERASE;
H A Dstty.c322 if (cb.c_cc[VERASE] != CERASE) in prmodes()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c41 CERASE,
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c379 ttymodes.c_cc[VERASE] = CERASE; in sanitize_tty()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c424 .c_cc = { CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,