Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c65 extern const struct mds hmodes[];
242 for(i=0; hmodes[i].string; i++)
243 if(eq(hmodes[i].string)) {
244 termiox->x_hflag &= ~hmodes[i].reset;
245 termiox->x_hflag |= hmodes[i].set;
H A Dsttytable.c312 const struct mds hmodes[] = { variable
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h79 extern const struct mds hmodes[];
H A Dsttyparse.c287 for (i = 0; hmodes[i].string; i++)
288 if (eq(hmodes[i].string)) {
289 termiox->x_hflag &= ~hmodes[i].reset;
290 termiox->x_hflag |= hmodes[i].set;
H A Dsttytable.c305 const struct mds hmodes[] = { variable