Searched refs:hmodes (Results 1 – 5 of 5) sorted by relevance
65 extern const struct mds hmodes[];242 for(i=0; hmodes[i].string; i++)243 if(eq(hmodes[i].string)) {244 termiox->x_hflag &= ~hmodes[i].reset;245 termiox->x_hflag |= hmodes[i].set;
312 const struct mds hmodes[] = { variable
79 extern const struct mds hmodes[];
287 for (i = 0; hmodes[i].string; i++)288 if (eq(hmodes[i].string)) {289 termiox->x_hflag &= ~hmodes[i].reset;290 termiox->x_hflag |= hmodes[i].set;
305 const struct mds hmodes[] = { variable