Home
last modified time | relevance | path

Searched refs:ALTWERASE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dtermios.h249 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/xnu-12377.81.4/bsd/kern/
H A Dtty.c764 (!ISSET(lflag, ALTWERASE) || ISALPHA(c) == ctype)); in ttyinput()