HomeSort by: relevance | last modified time | path
    Searched refs:CERASE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
ttydefaults.h 60 #define CERASE 0177
93 [VERASE] = CERASE,
  /src/bin/stty/
cchar.c 65 { "erase", VERASE, CERASE },
  /src/lib/libedit/
tty.h 170 #ifndef CERASE
171 # define CERASE 0177 /* ^? */
172 #endif /* CERASE */
tty.c 100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
  /src/usr.bin/tset/
set.c 59 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
167 mode.c_cc[VERASE] = erasechar ? erasechar : CERASE;
tset.c 193 report("Erase", VERASE, CERASE);

Completed in 14 milliseconds