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

/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntploopwatch49 -Y +maxy
203 undef($maxy);
502 $doplot .= defined($MaxY) ? sprintf("%lf", $MaxY) : $maxy;
1078 undef $maxy ;
1126 $maxy = (($maxoffs - $m) <= ($f * $i))
1132 $maxy = $maxoffs;
1134 ($maxy-$miny) == 0 &&
1135 (($maxy,$miny)
1139 $maxy = $MaxY if defined($MaxY) && $MaxY < $maxy;
[all...]
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1809 * (lav): added more cases, used dl/il when bot==maxy and in csr case.
1817 /* Try to scroll up assuming given csr (miny, maxy). Returns ERR on failure */
1824 int maxy,
1829 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1833 } else if (n == 1 && delete_line && bot == maxy) {
1837 } else if (parm_index && top == miny && bot == maxy) {
1845 } else if (parm_delete_line && bot == maxy) {
1853 } else if (scroll_forward && top == miny && bot == maxy) {
1859 } else if (delete_line && bot == maxy) {
1881 /* Try to scroll down assuming given csr (miny, maxy)
1819 scroll_csr_forward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1884 scroll_csr_backward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
2000 _nc_scrolln(NCURSES_SP_DCLx int n, int top, int bot, int maxy) argument
2137 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
/freebsd-current/contrib/ncurses/menu/
H A Dm_global.c510 int maxy, maxx; local
520 maxy = getmaxy(win);
523 if (menu->height < maxy)
524 maxy = menu->height;
528 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
H A Dm_post.c290 int maxy = getmaxy(win); local
294 y = (maxy >= h) ? h : maxy;
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c80 int curx, cury, maxx, maxy, line_len, loop, max_flen, head_printed; local
244 getmaxyx(stdscr, maxy, maxx);
524 getmaxyx(stdscr, maxy, maxx);
526 if (maxy - 1 <= cury)
527 move(maxy - 1, 0);
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c455 pmcpl_ct_node_printtop(struct pmcpl_ct_sample *rsamples, int pmcin, int maxy) argument
487 for (y = 0; y < maxy; y++) {
539 maxy--;
540 if (y >= maxy)
/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);
1597 if (tsentry > maxy - 6)
1598 tsentry = maxy - 6;

Completed in 339 milliseconds