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