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

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c81 int limit_x; local
155 limit_x = win->_maxx;
157 if (limit_x > NewScreen(SP_PARM)->_maxx - begx)
158 limit_x = NewScreen(SP_PARM)->_maxx - begx;
169 if (last_src > limit_x)
170 last_src = limit_x;
199 while (j <= limit_x) {
/freebsd-current/contrib/dialog/
H A Darrows.c110 int limit_x = getmaxx(win); local
120 int have = (limit_x - dlg_count_columns(dialog_vars.title)) / 2;
H A Dmixedgauge.c111 int limit_x = dlg->width; local
115 int lm = limit_x - dlg->len_text - 1;
177 (void) wmove(win, y, limit_x - 3);
H A Dutil.c1041 int limit_x,
1049 int rm = limit_x; /* right margin */
1038 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument

Completed in 171 milliseconds