Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/ !
H A Dttydefaults.h81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL) macro
/xnu-12377.61.12/bsd/kern/ !
H A Dtty_dev.c285 tp->t_cflag = TTYDEF_CFLAG; in ptsopen()