Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c68 extern const struct mds hmodes[];
245 for(i=0; hmodes[i].string; i++)
246 if(eq(hmodes[i].string)) {
247 termiox->x_hflag &= ~hmodes[i].reset;
248 termiox->x_hflag |= hmodes[i].set;
H A Dsttytable.c304 const struct mds hmodes[] = { variable
/titanic_41/usr/src/cmd/ttymon/
H A Dstty.h81 extern const struct mds hmodes[];
H A Dsttyparse.c281 for (i = 0; hmodes[i].string; i++)
282 if (eq(hmodes[i].string)) {
283 termiox->x_hflag &= ~hmodes[i].reset;
284 termiox->x_hflag |= hmodes[i].set;
H A Dsttytable.c297 const struct mds hmodes[] = { variable