Searched refs:ncmodes (Results 1 – 5 of 5) sorted by relevance
64 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;
113 const struct mds ncmodes[] = { variable
77 extern const struct mds ncmodes[];
264 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;
117 const struct mds ncmodes[] = { variable