Searched refs:CERASE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | ttychars.h | 52 #define CERASE 0177 macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ttychars.h | 69 #define CERASE 0177 macro
|
H A D | termios.h | 164 #define CERASE 0177 /* DEL */ macro
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 286 #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 D | sttyparse.c | 118 cb->c_cc[VERASE] = CERASE; 149 cb->c_cc[VERASE] = CERASE;
|
H A D | stty.c | 272 if (cb.c_cc[VERASE] != CERASE) in prmodes()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 140 cb->c_cc[VERASE] = CERASE; 155 cb->c_cc[VERASE] = CERASE;
|
H A D | stty.c | 322 if (cb.c_cc[VERASE] != CERASE) in prmodes()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 41 CERASE,
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 379 ttymodes.c_cc[VERASE] = CERASE; in sanitize_tty()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 424 .c_cc = { CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,
|