Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c64 extern const struct mds ncmodes[];
228 for(i=0; ncmodes[i].string; i++)
229 if(eq(ncmodes[i].string)) {
230 cb->c_cflag &= ~ncmodes[i].reset;
231 cb->c_cflag |= ncmodes[i].set;
H A Dsttytable.c113 const struct mds ncmodes[] = { variable
/titanic_41/usr/src/cmd/ttymon/
H A Dstty.h77 extern const struct mds ncmodes[];
H A Dsttyparse.c264 for (i = 0; ncmodes[i].string; i++)
265 if (eq(ncmodes[i].string)) {
266 cb->c_cflag &= ~ncmodes[i].reset;
267 cb->c_cflag |= ncmodes[i].set;
H A Dsttytable.c117 const struct mds ncmodes[] = { variable