Searched refs:LITOUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h118 #define LITOUT 0x00200000 /* literal output */ macro
138 #define LLITOUT (LITOUT>>16)
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c310 flags |= LITOUT;
371 if (flags&(RAW|LITOUT|PASS8)) {
378 if (flags&(RAW|LITOUT))
459 * LITOUT bit or the PASS8 bit is being changed, but the delta of
464 if (flags&(RAW|LITOUT|PASS8)) {
471 if (flags&(RAW|LITOUT))
/freebsd-10-stable/include/rpcsvc/
H A Drex.x139 const LITOUT = 0x00200000; /* literal output */
/freebsd-10-stable/contrib/tcsh/
H A Ded.term.c372 # ifdef LITOUT
373 { "litout", LITOUT, M_CONTROL },
374 # endif /* LITOUT */

Completed in 71 milliseconds