Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtermios.h83 #define VWERASE 4 /* ICANON together with IEXTEN */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c309 cc[VWERASE] = ltc->t_werasc; in ttsetcompat()
466 ltc->t_werasc = cc[VWERASE]; in ttcompat()
H A Dtty.c668 if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) { in ttyinput()