Home
last modified time | relevance | path

Searched refs:omodes (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/bnu/
H A Dsetmode.c203 static struct mds omodes[] = { variable
307 for (i = 0; omodes[i].string != NULL; i++) {
308 if (strcmp(curtoken, omodes[i].string) == 0) {
310 termios_clear.c_oflag |= omodes[i].reset;
311 termios_set.c_oflag |= omodes[i].set;
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttyparse.c67 extern const struct mds omodes[];
213 for(i=0; omodes[i].string; i++)
214 if(eq(omodes[i].string)) {
215 cb->c_oflag &= ~omodes[i].reset;
216 cb->c_oflag |= omodes[i].set;
H A Dsttytable.c243 const struct mds omodes[] = { variable
/titanic_50/usr/src/cmd/ttymon/
H A Dstty.h80 extern const struct mds omodes[];
H A Dsttyparse.c241 for (i = 0; omodes[i].string; i++)
242 if (eq(omodes[i].string)) {
243 cb->c_oflag &= ~omodes[i].reset;
244 cb->c_oflag |= omodes[i].set;
H A Dsttytable.c237 const struct mds omodes[] = { variable