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

/freebsd-11-stable/contrib/groff/src/include/
H A Dgeometry.h26 int *minx, int *maxx,
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dgeometry.cpp122 int *minx, int *maxx,
137 *minx = *maxx = xs;
139 if (xe > *maxx)
140 *maxx = xe;
172 *maxx = radius;
176 *maxx += xcenter;
118 check_output_arc_limits(int x_1, int y_1, int xv_1, int yv_1, int xv_2, int yv_2, double c_0, double c_1, int *minx, int *maxx, int *miny, int *maxy) argument
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c79 int curx, cury, maxx, maxy, line_len, loop, max_flen; local
101 maxx = -1;
227 getmaxyx(stdscr, maxy, maxx);
230 max_flen = maxx - curx - 1;
414 getmaxyx(stdscr, maxy, maxx);
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_global.c509 int maxy, maxx; local
520 maxx = getmaxx(win);
524 if (menu->width < maxx)
525 maxx = menu->width;
527 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp808 int maxx; member in struct:imageItem
829 maxx = max_width;
857 int page, int res, int maxx, char *name);
1061 int page, int res, int maxx, char *name)
1063 imageItem *i = new imageItem(x1, y1, x2, y2, page, res, maxx, name);
1110 int maxx = f->readInt(); local
1113 listOfImages.add(x1, y1, x2, y2, page, res, maxx, name);
1060 add(int x1, int y1, int x2, int y2, int page, int res, int maxx, char *name) argument
/freebsd-11-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);
1535 for (j = 0 ; j < (maxx - 8 - strlen(str1)) / 2; j++)
1541 move(winy, maxx - 8);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1377 int minx, miny, maxx, maxy; local
1388 &minx, &maxx, &miny, &maxy);
1390 check_output_limits(maxx, maxy);

Completed in 127 milliseconds