Searched refs:ISXOFF (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermiox.h48 #define ISXOFF 0000020 /* Enable isochronous hardware flow control on input */ macro
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dsttytable.c306 "-isxoff", 0, ISXOFF,
307 "isxoff", ISXOFF, 0,
H A Dstty.c451 if (m & ISXOFF)
643 (void) printf("-isxoff "+((m&ISXOFF) != 0));
/opensolaris-onvv-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c313 "-isxoff", 0, ISXOFF,
314 "isxoff", ISXOFF, 0,
H A Dstty.c411 if (m & ISXOFF)
597 (void) fprintf(output, "-isxoff " + ((m & ISXOFF) != 0));

Completed in 105 milliseconds