Searched refs:getmaxx (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c57 limit = getmaxx(win) - col;
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_post.c69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin)))
H A Dfrm_driver.c497 width = getmaxx(win);
/freebsd-11-stable/usr.bin/systat/
H A Diostat.c189 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH)
207 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) {
282 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) {
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c65 (void) mvwhline(win, 0, 0, 0, getmaxx(win));
H A Dlib_window.c67 && (x + getmaxx(win) <= getmaxx(orig))
H A Dresizeterm.c221 (long) getmaxy(win), (long) getmaxx(win),
/freebsd-11-stable/contrib/dialog/
H A Darrows.c82 int avail = (getmaxx(win) - other - 2);
109 int limit_x = getmaxx(win);
H A Dprogressbox.c233 for (i = 0; i < getmaxx(dialog) - 2 * MARGIN; i++)
258 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);
H A Deditbox.c155 getmaxx(win),
176 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr);
448 box_x + getmaxx(editing),
518 int wide = getmaxx(editing);
H A Dtrace.c70 int cc = getmaxx(win);
H A Dtailbox.c185 int wide = getmaxx(obj->text);
372 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);
H A Dformbox.c71 wmove(win, y, getmaxx(win) - 1);
85 len = MIN(len, getmaxx(win) - item->name_x);
104 len = MIN(len, getmaxx(win) - item->text_x);
579 getmaxx(form),
777 int row = (cell / getmaxx(form)) + scrollamt;
778 int col = (cell % getmaxx(form));
H A Dfselect.c101 getmaxy(win), getmaxx(win),
226 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr);
249 x + getmaxx(list->win),
279 right = getmaxx(list->win);
H A Ddialog.h277 #undef getmaxx macro
279 #define getmaxx(win) dlg_getmaxx(win) macro
H A Dbuildlist.c83 for (i = 0; i < getmaxx(win); i++)
96 climit = (getmaxx(win) - data->item_x + 1);
361 moi->box_x + getmaxx(win),
H A Dtextbox.c410 if (width > getmaxx(obj->text))
411 width = getmaxx(obj->text);
513 box_width = MIN(box_width, getmaxx(dialog) - 2 * MARGIN);
H A Dutil.c1496 int x_last = getmaxx(win) + x_base;
1531 int xlast = getmaxx(normal) + xbase;
1649 getmaxx(dw->normal));
1666 getmaxx(dw->normal));
1990 int x = centered(getmaxx(win), title);
1994 dlg_print_text(win, title, getmaxx(win) - x, &attr);
2003 int width = getmaxx(win);
H A Dchecklist.c67 int climit = (getmaxx(win) - data->check_x + 1);
H A Dinputstr.c699 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base;
H A Dtreeview.c64 int climit = (getmaxx(win) - data->check_x + 1);
/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.priv.h129 #define PENDX(pan) ((pan)->win->_begx + getmaxx((pan)->win) - 1)
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_global.c520 maxx = getmaxx(win);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h459 extern int getmaxx(WINDOW *);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile765 curs_legacy.3 getmaxx.3 \

Completed in 330 milliseconds

12