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

12

/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c57 limit = getmaxx(win) - col;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dinch_wide.c84 getmaxx(txtbox) - 2,
136 if (txt_x < getmaxx(txtwin) - 1)
163 for (j = txt_x + 1; j < getmaxx(txtwin); ++j) {
178 for (j = txt_x + 1; j < getmaxx(txtwin); ++j) {
195 limit = getmaxx(strwin) - 5;
H A Dinchs.c83 getmaxx(txtbox) - 2,
135 if (txt_x < getmaxx(txtwin) - 1)
163 for (j = txt_x + 1; j < getmaxx(txtwin); ++j) {
179 for (j = txt_x + 1; j < getmaxx(txtwin); ++j) {
196 limit = getmaxx(strwin) - 5;
H A Dtest_instr.c79 int limit = getmaxx(strwin) - 5;
95 getmaxx(txtbox) - 2,
147 if (txt_x < getmaxx(txtwin) - 1)
H A Dtest_inwstr.c81 int limit = getmaxx(strwin) - 5;
96 getmaxx(txtbox) - 2,
148 if (txt_x < getmaxx(txtwin) - 1)
H A Dtest_get_wstr.c69 int result = getmaxx(txtwin) - getcurx(txtwin);
144 int limit = getmaxx(strwin) - 5;
160 getmaxx(txtbox) - 2,
217 if (txt_x < getmaxx(txtwin) - 1) {
H A Dtest_getstr.c70 int result = getmaxx(txtwin) - getcurx(txtwin);
145 int limit = getmaxx(strwin) - 5;
162 getmaxx(txtbox) - 2,
219 if (txt_x < getmaxx(txtwin) - 1) {
H A Dtest.priv.h370 #define getmaxx(w) __getmaxx(w) macro
389 #if !defined(getmaxx) && !HAVE_GETMAXX
390 #define getmaxx(win) ((win)?((win)->_maxx + 1):ERR) macro
H A Ddemo_panels.c179 if (x1 < getmaxx(stdscr)) {
267 wmove(stdscr, getmaxy(stdscr) / 2, getmaxx(stdscr) / 2);
381 for (x = 1; x < getmaxx(win) - 1; x++) {
397 for (x = 0; x < getmaxx(win); x++) {
443 for (x = 1; x < getmaxx(win) - 1; x++) {
H A Dmovewindow.c190 int max_col = (parent == stdscr) ? COL_MAX : getmaxx(parent);
365 int max_col = top ? COL_MAX : getmaxx(parent);
410 int max_col = top ? COL_MAX : getmaxx(parent);
630 getmaxx(current_win),
H A Dtest_opaque.c270 getmaxx(txtbox) - 2,
366 if (txt_x < getmaxx(txtwin) - 1)
H A Dncurses.c715 getmaxx(winstack[n].text));
788 int wide = getmaxx(win) - first_x;
940 getmaxx(winstack[n].text));
1052 int wide = getmaxx(win) - first_x;
4096 x = getmaxx(frame_win(current)) - 1;
4261 for (x = 1; x < getmaxx(win) - 1; x++) {
4298 for (x = 1; x < getmaxx(win) - 1; x++) {
4531 for (x = 0; x < getmaxx(panpad); x++) {
5956 copywin(a, b, 0, 0, 0, 0, getmaxy(b), getmaxx(b), FALSE);
5959 copywin(a, b, 0, 0, 0, 0, getmaxy(b), getmaxx(
[all...]
H A Dtestcurs.c161 int x1 = getmaxx(win);
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_post.c69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin)))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slkrefr.c56 mvwhline(win, 0, 0, 0, getmaxx(win));
H A Dlib_window.c68 if ((x + getmaxx(win) > getmaxx(orig)) ||
H A Dresizeterm.c197 (long) getmaxy(win), (long) getmaxx(win),
/macosx-10.10.1/ncurses-44/ncurses/panel/
H A Dpanel.priv.h103 #define PENDX(pan) ((pan)->win->_begx + getmaxx((pan)->win) - 1)
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_global.c520 maxx = getmaxx(win);
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesw.h893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.h.in816 extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */
913 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
959 #define getmaxx(win) ((win) ? ((win)->_maxx + 1) : ERR)
H A Dcurses.head816 extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */
913 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
959 #define getmaxx(win) ((win) ? ((win)->_maxx + 1) : ERR)
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dcurses.c1724 #if defined(getmaxx)
1725 return INT2FIX(getmaxx(winp->window));
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1045 #undef getmaxx
1046 int getmaxx(
H A Dllib-lncursest1048 #undef getmaxx
1049 int getmaxx(

Completed in 204 milliseconds

12