Searched refs:CERASE (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttychars.h | 57 #ifndef CERASE 58 #define CERASE 0177 macro
|
H A D | termios.h | 83 #define CERASE 0177 /* DEL, ^? */ macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ttychars.h | 54 #define CERASE 0177 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttychars.h | 69 #define CERASE 0177 macro
|
H A D | termios.h | 163 #define CERASE 0177 /* DEL */ macro
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 285 #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_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 83 #define CERASE 0177 /* DEL, ^? */ macro
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 121 cb->c_cc[VERASE] = CERASE; 152 cb->c_cc[VERASE] = CERASE;
|
H A D | stty.c | 271 if (cb.c_cc[VERASE] != CERASE) in prmodes()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 138 cb->c_cc[VERASE] = CERASE; 151 cb->c_cc[VERASE] = CERASE;
|
H A D | stty.c | 322 if (cb.c_cc[VERASE] != CERASE) in prmodes()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 41 CERASE,
|
H A D | ttcompat.c | 169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 378 ttymodes.c_cc[VERASE] = CERASE; in sanitize_tty()
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,
|