Home
last modified time | relevance | path

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

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