Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c62 extern const struct mds nlmodes[];
239 for(i=0; nlmodes[i].string; i++)
240 if(eq(nlmodes[i].string)) {
241 cb->c_lflag &= ~nlmodes[i].reset;
242 cb->c_lflag |= nlmodes[i].set;
H A Dsttytable.c217 const struct mds nlmodes[] = { variable
/titanic_41/usr/src/cmd/ttymon/
H A Dstty.h75 extern const struct mds nlmodes[];
H A Dsttyparse.c275 for (i = 0; nlmodes[i].string; i++)
276 if (eq(nlmodes[i].string)) {
277 cb->c_lflag &= ~nlmodes[i].reset;
278 cb->c_lflag |= nlmodes[i].set;
H A Dsttytable.c217 const struct mds nlmodes[] = { variable