Searched refs:STFLUSH (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL), 208 "stflush", STFLUSH, 0, 209 "-stflush", 0, STFLUSH,
|
H A D | stty.c | 257 if (m & STFLUSH) in prmodes() 619 (void) printf("-stflush "+((m&STFLUSH) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL), 208 "stflush", STFLUSH, 0, 209 "-stflush", 0, STFLUSH,
|
H A D | stty.c | 205 if (m & STFLUSH) in prmodes() 567 (void) fprintf(output, "-stflush " + ((m & STFLUSH) != 0)); in pramodes()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stermio.h | 74 #define STFLUSH 00400 /* FLUSH mode; lmode */ macro
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
|