Searched refs:STWRAP (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL), 210 "stwrap", STWRAP, 0, 211 "-stwrap", 0, STWRAP,
|
H A D | stty.c | 261 if (m & STWRAP) in prmodes() 620 (void) printf("-stwrap "+((m&STWRAP) != 0)); in pramodes()
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL), 210 "stwrap", STWRAP, 0, 211 "-stwrap", 0, STWRAP,
|
H A D | stty.c | 209 if (m & STWRAP) in prmodes() 568 (void) fprintf(output, "-stwrap " + ((m & STWRAP) != 0)); in pramodes()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stermio.h | 75 #define STWRAP 01000 /* WRAP mode; lmode */ macro
|
/titanic_50/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
|