Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c81 int limit_x; in wnoutrefresh() local
147 limit_x = win->_maxx; in wnoutrefresh()
149 if (limit_x > NewScreen(SP_PARM)->_maxx - begx) in wnoutrefresh()
150 limit_x = NewScreen(SP_PARM)->_maxx - begx; in wnoutrefresh()
161 if (last_src > limit_x) in wnoutrefresh()
162 last_src = limit_x; in wnoutrefresh()
191 while (j <= limit_x) { in wnoutrefresh()
/dragonfly/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.c1024 int limit_x, in justify_text() argument
1032 int rm = limit_x; /* right margin */ in justify_text()