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

/freebsd-current/contrib/ncurses/menu/
H A Dm_global.c510 int maxy, maxx; local
521 maxx = getmaxx(win);
525 if (menu->width < maxx)
526 maxx = menu->width;
528 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c80 int curx, cury, maxx, maxy, line_len, loop, max_flen, head_printed; local
103 maxx = -1;
244 getmaxyx(stdscr, maxy, maxx);
247 max_flen = maxx - curx - 1;
524 getmaxyx(stdscr, maxy, maxx);
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c1279 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1305 getmaxyx(stdscr, maxy, maxx);
1481 getmaxyx(stdscr, maxy, maxx);
1496 for (j = 0 ; j < (maxx - 8 - strlen(str1)) / 2; j++)
1502 move(winy, maxx - 8);

Completed in 129 milliseconds