Searched defs:CERASE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttychars.h57 #ifndef CERASE
58 #define CERASE 0177 macro
73 #endif /* !CERASE */
H A Dtermios.h83 #define CERASE 0177 /* DEL, ^? */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dttychars.h54 #define CERASE 0177 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dttychars.h69 #define CERASE 0177 macro
H A Dtermios.h159 /* CINTR, CERASE and CKILL modified to SunOS traditional values */
163 #define CERASE 0177 /* DEL */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h83 #define CERASE 0177 /* DEL, ^? */ macro
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c87 * (zero byte), the erase character is set to CERASE.
285 #ifndef CERASE
286 #define CERASE '\177' macro
510 curerase = reset(curerase, CERASE);
875 curerase = CERASE;
1057 reportek("Erase", curerase, olderase, CERASE);

Completed in 85 milliseconds