Home
last modified time | relevance | path

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

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