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

/freebsd-13-stable/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-13-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1805 * (lav): added more cases, used dl/il when bot==maxy and in csr case.
1813 /* Try to scroll up assuming given csr (miny, maxy). Returns ERR on failure */
1820 int maxy,
1825 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1829 } else if (n == 1 && delete_line && bot == maxy) {
1833 } else if (parm_index && top == miny && bot == maxy) {
1841 } else if (parm_delete_line && bot == maxy) {
1849 } else if (scroll_forward && top == miny && bot == maxy) {
1855 } else if (delete_line && bot == maxy) {
1877 /* Try to scroll down assuming given csr (miny, maxy)
1815 scroll_csr_forward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1880 scroll_csr_backward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1996 _nc_scrolln(NCURSES_SP_DCLx int n, int top, int bot, int maxy) argument
2133 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
/freebsd-13-stable/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-13-stable/usr.sbin/gstat/
H A Dgstat.c82 int curx, cury, maxx, maxy, line_len, loop, max_flen, head_printed; local
246 getmaxyx(stdscr, maxy, maxx);
526 getmaxyx(stdscr, maxy, maxx);
528 if (maxy - 1 <= cury)
529 move(maxy - 1, 0);
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c458 pmcpl_ct_node_printtop(struct pmcpl_ct_sample *rsamples, int pmcin, int maxy) argument
490 for (y = 0; y < maxy; y++) {
542 maxy--;
543 if (y >= maxy)
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfstat.c1318 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1344 getmaxyx(stdscr, maxy, maxx);
1520 getmaxyx(stdscr, maxy, maxx);
1636 if (tsentry > maxy - 6)
1637 tsentry = maxy - 6;

Completed in 142 milliseconds