Searched refs:pnoutrefresh (Results 1 – 17 of 17) sorted by relevance
| /freebsd-head/contrib/ncurses/ncurses/base/ |
| HD | lib_pad.c | 114 if (pnoutrefresh(win, pminrow, pmincol, sminrow, smincol, smaxrow, in prefresh() 123 pnoutrefresh(WINDOW *win, in pnoutrefresh() function
|
| HD | lib_refresh.c | 102 returnCode(pnoutrefresh(win, in wnoutrefresh()
|
| /freebsd-head/contrib/bsddialog/lib/ |
| HD | menubox.c | 496 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()
|
| HD | lib_util.c | 1039 pnoutrefresh(d->textpad, ytext, xtext, in rtextpad()
|
| /freebsd-head/contrib/ncurses/man/ |
| HD | man_db.renames.in | 231 pnoutrefresh.3x pnoutrefresh.3ncurses
|
| HD | manhtml.aliases | 81 pnoutrefresh(3X) curs_pad(3X)
|
| /freebsd-head/contrib/ncurses/misc/ |
| HD | ncurses.def | 310 "pnoutrefresh" @212 NONAME
|
| HD | ncurses.ref | 233 "pnoutrefresh" @212 NONAME ; implemented
|
| /freebsd-head/lib/ncurses/tinfo/ |
| HD | Makefile | 722 curs_pad.3 pnoutrefresh.3 \
|
| /freebsd-head/contrib/bsddialog/ |
| HD | CHANGELOG | 190 - improve: replace prefresh() -> pnoutrefresh()/doupdate().
|
| /freebsd-head/contrib/ncurses/ncurses/ |
| HD | llib-lncursest | 1788 #undef pnoutrefresh 1789 int pnoutrefresh(
|
| HD | llib-lncurses | 1779 #undef pnoutrefresh 1780 int pnoutrefresh(
|
| HD | llib-lncursesw | 2360 #undef pnoutrefresh 2361 int pnoutrefresh(
|
| HD | llib-lncursestw | 2369 #undef pnoutrefresh 2370 int pnoutrefresh(
|
| /freebsd-head/contrib/netbsd-tests/lib/libcurses/slave/ |
| HD | curses_commands.c | 3863 report_return(pnoutrefresh(pad, pbeg_y, pbeg_x, sbeg_y, sbeg_x, smax_y, in cmd_pnoutrefresh()
|
| /freebsd-head/contrib/ncurses/include/ |
| HD | curses.h.in | 773 extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
|
| /freebsd-head/contrib/ncurses/ |
| HD | NEWS | 902 + 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.
|