Searched refs:O_ECHO (Results 1 – 7 of 7) sorted by relevance
174 #define O_ECHO 010 /* echo input */201 #define O_ECHO 0x00000008 /* echo input */ macro
90 #define ECHO O_ECHO
28 #define ECHO O_ECHO
92 #define O_ECHO 0x00000008 /* echo input */ macro
87 #define ECHO O_ECHO
2792 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()
1188 if (csp->t_flags & O_ECHO) in from_compat()1388 csp->t_flags |= O_ECHO; in to_compat()