Searched refs:STAPPL (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), 212 "stappl", STAPPL, 0, 213 "-stappl", 0, STAPPL,
|
H A D | stty.c | 265 if (m & STAPPL) in prmodes() 621 (void) printf("-stappl "+((m&STAPPL) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL), 212 "stappl", STAPPL, 0, 213 "-stappl", 0, STAPPL,
|
H A D | stty.c | 213 if (m & STAPPL) in prmodes() 569 (void) fprintf(output, "-stappl " + ((m & STAPPL) != 0)); in pramodes()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stermio.h | 76 #define STAPPL 02000 /* APPLICATION mode; lmode */ macro
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
|