Searched refs:nlmodes (Results 1 – 5 of 5) sorted by relevance
62 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;
217 const struct mds nlmodes[] = { variable
75 extern const struct mds nlmodes[];
275 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;