Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c59 extern const struct mds nlmodes[];
236 for(i=0; nlmodes[i].string; i++)
237 if(eq(nlmodes[i].string)) {
238 cb->c_lflag &= ~nlmodes[i].reset;
239 cb->c_lflag |= nlmodes[i].set;
H A Dsttytable.c225 const struct mds nlmodes[] = { variable
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h73 extern const struct mds nlmodes[];
H A Dsttyparse.c281 for (i = 0; nlmodes[i].string; i++)
282 if (eq(nlmodes[i].string)) {
283 cb->c_lflag &= ~nlmodes[i].reset;
284 cb->c_lflag |= nlmodes[i].set;
H A Dsttytable.c225 const struct mds nlmodes[] = { variable