Searched defs:cmodes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c71 const struct mds cmodes[] = { variable in typeref:struct:mds
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c79 const struct mds cmodes[] = { variable in typeref:struct:mds
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c43 static struct mds cmodes[] = { variable in typeref:struct:mds
314 for (i = 0; cmodes[i].string != NULL; i++) {
315 if (strcmp(curtoken, cmodes[i].string) == 0) {
317 termios_clear.c_cflag |= cmodes[i].reset;
318 termios_set.c_cflag |= cmodes[i].set;

Completed in 43 milliseconds