Home
last modified time | relevance | path

Searched refs:pnoutrefresh (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/contrib/ncurses/ncurses/base/
HDlib_pad.c114 if (pnoutrefresh(win, pminrow, pmincol, sminrow, smincol, smaxrow, in prefresh()
123 pnoutrefresh(WINDOW *win, in pnoutrefresh() function
HDlib_refresh.c102 returnCode(pnoutrefresh(win, in wnoutrefresh()
/freebsd-head/contrib/bsddialog/lib/
HDmenubox.c496 pnoutrefresh(m->pad, m->ypad, 0, m->ys, m->xs, m->ye, m->xe); in mixedlist_redraw()
639 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist()
670 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist()
HDlib_util.c1039 pnoutrefresh(d->textpad, ytext, xtext, in rtextpad()
/freebsd-head/contrib/ncurses/man/
HDman_db.renames.in231 pnoutrefresh.3x pnoutrefresh.3ncurses
HDmanhtml.aliases81 pnoutrefresh(3X) curs_pad(3X)
/freebsd-head/contrib/ncurses/misc/
HDncurses.def310 "pnoutrefresh" @212 NONAME
HDncurses.ref233 "pnoutrefresh" @212 NONAME ; implemented
/freebsd-head/lib/ncurses/tinfo/
HDMakefile722 curs_pad.3 pnoutrefresh.3 \
/freebsd-head/contrib/bsddialog/
HDCHANGELOG190 - improve: replace prefresh() -> pnoutrefresh()/doupdate().
/freebsd-head/contrib/ncurses/ncurses/
HDllib-lncursest1788 #undef pnoutrefresh
1789 int pnoutrefresh(
HDllib-lncurses1779 #undef pnoutrefresh
1780 int pnoutrefresh(
HDllib-lncursesw2360 #undef pnoutrefresh
2361 int pnoutrefresh(
HDllib-lncursestw2369 #undef pnoutrefresh
2370 int pnoutrefresh(
/freebsd-head/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c3863 report_return(pnoutrefresh(pad, pbeg_y, pbeg_x, sbeg_y, sbeg_x, smax_y, in cmd_pnoutrefresh()
/freebsd-head/contrib/ncurses/include/
HDcurses.h.in773 extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
/freebsd-head/contrib/ncurses/
HDNEWS902 + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
11632 + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
13962 + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
14008 + correct logic in pnoutrefresh() and pechochar() functions (reported
14772 + modified pnoutrefresh() to be more tolerant of too-large screen
15365 * Core-dump bug in pnoutrefresh fixed.