Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h165 #define LITOUT 0x00200000 /* literal output */ macro
185 #define LLITOUT (LITOUT>>16)
/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c594 flags |= LITOUT; in ttcompatgetflags()
679 if (flags & (RAW | LITOUT | PASS8)) { in ttcompatsetflags()
687 if (flags & (RAW | LITOUT)) { in ttcompatsetflags()
799 if (flags & (RAW | LITOUT | PASS8)) { in ttcompatsetlflags()
807 if (flags & (RAW | LITOUT)) { in ttcompatsetlflags()