Home
last modified time | relevance | path

Searched refs:O_CTLECH (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h132 #define O_CTLECH 0x10000000 /* echo control chars as ^X */ macro
152 #define LCTLECH (O_CTLECH>>16)
H A Dioctl.h68 #define CTLECH O_CTLECH
/titanic_44/usr/src/uts/common/sys/
H A Dttold.h244 #define O_CTLECH 0x10000000 /* echo control chars as ^X */ macro
261 #define LCTLECH (O_CTLECH>>16)
H A Dioctl.h131 #define CTLECH O_CTLECH
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h128 #define CTLECH O_CTLECH
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1259 if (csp->t_flags & O_CTLECH) in from_compat()
1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()
1381 csp->t_flags |= O_CTLECH; in to_compat()
1383 csp->t_flags &= ~O_CTLECH; in to_compat()