Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtermiox.h46 #define ISXOFF 0000020 /* Enable isochronous hardware flow control on input */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c314 "-isxoff", 0, ISXOFF,
315 "isxoff", ISXOFF, 0,
H A Dstty.c458 if (m & ISXOFF) in prmodes()
653 (void) printf("-isxoff "+((m&ISXOFF) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c321 "-isxoff", 0, ISXOFF,
322 "isxoff", ISXOFF, 0,
H A Dstty.c412 if (m & ISXOFF) in prmodes()
598 (void) fprintf(output, "-isxoff " + ((m & ISXOFF) != 0)); in pramodes()