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