Home
last modified time | relevance | path

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

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