Home
last modified time | relevance | path

Searched refs:O_ECHO (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h174 #define O_ECHO 010 /* echo input */
201 #define O_ECHO 0x00000008 /* echo input */ macro
H A Dioctl.h90 #define ECHO O_ECHO
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h28 #define ECHO O_ECHO
H A Dttold.h92 #define O_ECHO 0x00000008 /* echo input */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h87 #define ECHO O_ECHO
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2792 b.sg_flags &= ~O_ECHO; in doit()
3831 mode(O_ECHO|O_CRMOD, 0); in dooption()
3920 mode(0, O_ECHO); in dontoption()
4215 if (on & O_ECHO) in mode()
4217 if (off & O_ECHO) in mode()
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1188 if (csp->t_flags & O_ECHO) in from_compat()
1388 csp->t_flags |= O_ECHO; in to_compat()