Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttychars.h57 #ifndef CERASE
58 #define CERASE 0177 macro
H A Dtermios.h83 #define CERASE 0177 /* DEL, ^? */ macro
/titanic_41/usr/src/ucbhead/sys/
H A Dttychars.h54 #define CERASE 0177 macro
/titanic_41/usr/src/uts/common/sys/
H A Dttychars.h69 #define CERASE 0177 macro
H A Dtermios.h163 #define CERASE 0177 /* DEL */ macro
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c285 #ifndef CERASE
286 #define CERASE '\177' macro
510 curerase = reset(curerase, CERASE); in main()
875 curerase = CERASE; in main()
1057 reportek("Erase", curerase, olderase, CERASE); in main()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h83 #define CERASE 0177 /* DEL, ^? */ macro
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c121 cb->c_cc[VERASE] = CERASE;
152 cb->c_cc[VERASE] = CERASE;
H A Dstty.c271 if (cb.c_cc[VERASE] != CERASE) in prmodes()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttyparse.c138 cb->c_cc[VERASE] = CERASE;
151 cb->c_cc[VERASE] = CERASE;
H A Dstty.c322 if (cb.c_cc[VERASE] != CERASE) in prmodes()
/titanic_41/usr/src/uts/common/io/
H A Dtty_common.c41 CERASE,
H A Dttcompat.c169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c378 ttymodes.c_cc[VERASE] = CERASE; in sanitize_tty()
/titanic_41/usr/src/cmd/init/
H A Dinit.c421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,