Searched refs:ISXOFF (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | termiox.h | 48 #define ISXOFF 0000020 /* Enable isochronous hardware flow control on input */ macro
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 306 "-isxoff", 0, ISXOFF, 307 "isxoff", ISXOFF, 0,
|
H A D | stty.c | 453 if (m & ISXOFF) in prmodes() 646 (void) printf("-isxoff "+((m&ISXOFF) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 313 "-isxoff", 0, ISXOFF, 314 "isxoff", ISXOFF, 0,
|
H A D | stty.c | 411 if (m & ISXOFF) in prmodes() 597 (void) fprintf(output, "-isxoff " + ((m & ISXOFF) != 0)); in pramodes()
|