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

12

/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c58 limit = getmaxx(win) - col;
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_post.c70 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin)))
H A Dfrm_driver.c521 width = getmaxx(win);
/freebsd-13-stable/usr.bin/systat/
H A Diostat.c191 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH)
209 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) {
284 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) {
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c66 (void) mvwhline(win, 0, 0, 0, getmaxx(win));
H A Dlib_window.c67 && (x + getmaxx(win) <= getmaxx(orig))
H A Dresizeterm.c229 (long) getmaxy(win), (long) getmaxx(win),
/freebsd-13-stable/contrib/dialog/
H A Darrows.c82 int avail = (getmaxx(win) - other - 2);
109 int limit_x = getmaxx(win);
H A Deditbox.c163 getmaxx(win),
184 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr);
464 box_x + getmaxx(editing),
534 int wide = getmaxx(editing);
H A Dtailbox.c180 int wide = getmaxx(obj->text);
395 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);
598 getmaxx(form),
795 int row = (cell / getmaxx(form)) + scrollamt;
796 int col = (cell % getmaxx(form));
H A Dprogressbox.c119 for (i = 0; i < getmaxx(obj->obj.win) - 2 * MARGIN; i++)
137 dlg_attr_clear(obj->text, getmaxy(obj->text), getmaxx(obj->text), dialog_attr);
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 Dtrace.c104 int cc = 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.c1534 int x_last = getmaxx(win) + x_base;
1569 int xlast = getmaxx(normal) + xbase;
1687 getmaxx(dw->normal));
1704 getmaxx(dw->normal));
2033 int x = centered(getmaxx(win), title);
2037 dlg_print_text(win, title, getmaxx(win) - x, &attr);
2046 int width = getmaxx(win);
H A Dbuildlist.c142 for (i = 0; i < getmaxx(win); i++)
155 climit = (getmaxx(win) - all->item_x + 1);
394 data->box_x + getmaxx(win),
H A Ddialog.h278 #undef getmaxx macro
280 #define getmaxx(win) dlg_getmaxx(win) macro
H A Dchecklist.c67 int climit = (getmaxx(win) - data->check_x + 1);
H A Dinputstr.c701 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base;
H A Dtreeview.c64 int climit = (getmaxx(win) - data->check_x + 1);
/freebsd-13-stable/contrib/ncurses/panel/
H A Dpanel.priv.h126 #define PENDX(pan) ((pan)->win->_begx + getmaxx((pan)->win) - 1)
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_global.c521 maxx = getmaxx(win);
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile787 curs_legacy.3 getmaxx.3 \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp378 int GetMaxX() { return getmaxx(m_window); }

Completed in 289 milliseconds

12