Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c201 static struct mds omodes[] = { variable
305 for (i = 0; omodes[i].string != NULL; i++) {
306 if (strcmp(curtoken, omodes[i].string) == 0) {
308 termios_clear.c_oflag |= omodes[i].reset;
309 termios_set.c_oflag |= omodes[i].set;
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c64 extern const struct mds omodes[];
210 for(i=0; omodes[i].string; i++)
211 if(eq(omodes[i].string)) {
212 cb->c_oflag &= ~omodes[i].reset;
213 cb->c_oflag |= omodes[i].set;
H A Dsttytable.c251 const struct mds omodes[] = { variable
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h78 extern const struct mds omodes[];
H A Dsttyparse.c247 for (i = 0; omodes[i].string; i++)
248 if (eq(omodes[i].string)) {
249 cb->c_oflag &= ~omodes[i].reset;
250 cb->c_oflag |= omodes[i].set;
H A Dsttytable.c245 const struct mds omodes[] = { variable