Home
last modified time | relevance | path

Searched defs:tty_s (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c120 typedef struct tty_s struct
122 nametty_s global() argument
123 typetty_s global() argument
124 fieldtty_s global() argument
125 flagstty_s global() argument
126 masktty_s global() argument
127 valtty_s global() argument
128 descriptiontty_s global() argument
/titanic_51/usr/src/lib/libcmd/common/
H A Dstty.c118 typedef struct tty_s struct
120 const char name[8];
121 unsigned char type;
122 unsigned char field;
123 short flags;
124 unsigned long mask;
125 unsigned long val;
126 const char description[76];