Home
last modified time | relevance | path

Searched refs:VERASE (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dtermios.h81 #define VERASE 3 /* ICANON */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c266 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat()
430 sg->sg_erase = cc[VERASE]; in ttcompat()
H A Dtty.c691 if (CCEQ(cc[VERASE], c)) { in ttyinput()
2753 ttyecho(tp->t_cc[VERASE], tp); in ttyrub()