Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h47 #define CDXON 0000010 /* Enable CD hardware flow control on output */ macro
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c304 "-cdxon", 0, CDXON,
305 "cdxon", CDXON, 0,
H A Dstty.c451 if (m & CDXON) in prmodes()
645 (void) printf("-cdxon "+((m&CDXON) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c311 "-rlsdxon", 0, CDXON,
312 "rlsdxon", CDXON, 0,
H A Dstty.c409 if (m & CDXON) in prmodes()
596 (void) fprintf(output, "-rlsdxon " + ((m & CDXON) != 0)); in pramodes()