Searched refs:hmodes (Results 1 – 5 of 5) sorted by relevance
68 extern const struct mds hmodes[];245 for(i=0; hmodes[i].string; i++)246 if(eq(hmodes[i].string)) {247 termiox->x_hflag &= ~hmodes[i].reset;248 termiox->x_hflag |= hmodes[i].set;
304 const struct mds hmodes[] = { variable
81 extern const struct mds hmodes[];
281 for (i = 0; hmodes[i].string; i++)282 if (eq(hmodes[i].string)) {283 termiox->x_hflag &= ~hmodes[i].reset;284 termiox->x_hflag |= hmodes[i].set;
297 const struct mds hmodes[] = { variable