Home
last modified time | relevance | path

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

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