Searched refs:ISXOFF (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termiox.h | 46 #define ISXOFF 0000020 /* Enable isochronous hardware flow control on input */ macro
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 314 "-isxoff", 0, ISXOFF, 315 "isxoff", ISXOFF, 0,
|
H A D | stty.c | 458 if (m & ISXOFF) in prmodes() 653 (void) printf("-isxoff "+((m&ISXOFF) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 321 "-isxoff", 0, ISXOFF, 322 "isxoff", ISXOFF, 0,
|
H A D | stty.c | 412 if (m & ISXOFF) in prmodes() 598 (void) fprintf(output, "-isxoff " + ((m & ISXOFF) != 0)); in pramodes()
|