Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtermios.h203 #define CIGNORE 0x00000001 /* ignore control flags */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty.c1319 if (!ISSET(t->c_cflag, CIGNORE)) { in ttioctl_locked()