Home
last modified time | relevance | path

Searched refs:LOBLK (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c102 "loblk", LOBLK, 0,
103 "-loblk", 0, LOBLK,
H A Dstty.c303 if (m&LOBLK) in prmodes()
573 (void) printf("-loblk "+((m&LOBLK) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c98 "loblk", LOBLK, 0,
99 "-loblk", 0, LOBLK,
H A Dstty.c252 if (m & LOBLK) in prmodes()
523 (void) fprintf(output, "-loblk " + ((m & LOBLK) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c71 "loblk", LOBLK, 0,
72 "-loblk", 0, LOBLK,
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h181 #define LOBLK 0x00001000 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h181 #define LOBLK 0x00001000 macro
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h272 #define LOBLK 0040000 macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()