Home
last modified time | relevance | path

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

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