Searched refs:limit_x (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c80 int limit_x; local
146 limit_x = win->_maxx;
148 if (limit_x > NewScreen(SP_PARM)->_maxx - begx)
149 limit_x = NewScreen(SP_PARM)->_maxx - begx;
160 if (last_src > limit_x)
161 last_src = limit_x;
190 while (j <= limit_x) {
/freebsd-12-stable/contrib/dialog/
H A Dmixedgauge.c111 int limit_x = dlg->width; local
116 int lm = limit_x - dlg->len_text - 1;
175 (void) wmove(win, y, limit_x - 3);
H A Darrows.c109 int limit_x = getmaxx(win); local
119 int have = (limit_x - dlg_count_columns(dialog_vars.title)) / 2;
H A Dutil.c938 int limit_x,
946 int rm = limit_x; /* right margin */
935 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument

Completed in 189 milliseconds