Searched refs:ncmodes (Results 1 – 5 of 5) sorted by relevance
61 extern const struct mds ncmodes[];225 for(i=0; ncmodes[i].string; i++)226 if(eq(ncmodes[i].string)) {227 cb->c_cflag &= ~ncmodes[i].reset;228 cb->c_cflag |= ncmodes[i].set;
121 const struct mds ncmodes[] = { variable
75 extern const struct mds ncmodes[];
270 for (i = 0; ncmodes[i].string; i++)271 if (eq(ncmodes[i].string)) {272 cb->c_cflag &= ~ncmodes[i].reset;273 cb->c_cflag |= ncmodes[i].set;
125 const struct mds ncmodes[] = { variable