Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c61 extern const struct mds ncmodes[];
225 for(i=0; ncmodes[i].string; i++)
226 if(eq(ncmodes[i].string)) {
227 cb->c_cflag &= ~ncmodes[i].reset;
228 cb->c_cflag |= ncmodes[i].set;
H A Dsttytable.c121 const struct mds ncmodes[] = { variable
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h75 extern const struct mds ncmodes[];
H A Dsttyparse.c270 for (i = 0; ncmodes[i].string; i++)
271 if (eq(ncmodes[i].string)) {
272 cb->c_cflag &= ~ncmodes[i].reset;
273 cb->c_cflag |= ncmodes[i].set;
H A Dsttytable.c125 const struct mds ncmodes[] = { variable