Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dioctl_compat.h120 #define LITOUT 0x00200000 /* literal output */ macro
140 #define LLITOUT (LITOUT>>16)
/f-stack/freebsd/kern/
H A Dtty_compat.c312 flags |= LITOUT; in ttcompatgetflags()
373 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetflags()
380 if (flags&(RAW|LITOUT)) in ttcompatsetflags()
466 if (flags&(RAW|LITOUT|PASS8)) { in ttcompatsetlflags()
473 if (flags&(RAW|LITOUT)) in ttcompatsetlflags()