Searched refs:x_max (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dchgat.c59 int y_max, x_max; member in struct:__anon11240
154 WINDOW *win1 = newwin(sp->y_max - 2, sp->x_max - 2,
157 if (win1 != 0 && sp->y_max > 4 && sp->x_max > 4) {
158 WINDOW *win2 = derwin(win1, sp->y_max - 4, sp->x_max - 4, 1, 1);
188 getmaxyx(win, sp->y_max, sp->x_max);
212 int y_max, x_max; local
215 getmaxyx(win, y_max, x_max);
217 mvwprintw(win, row, 0, "%.*s", x_max, table[row]);
260 if (sp->x_val < sp->x_max)

Completed in 306 milliseconds