Symbol: wnoutrefresh
usr/src/cmd/powertop/common/display.c
300
(void) wnoutrefresh(sw[SW_TITLE]);
usr/src/cmd/powertop/common/display.c
320
(void) wnoutrefresh(sw[SW_STATUS]);
usr/src/cmd/powertop/common/display.c
435
(void) wnoutrefresh(sw[SW_IDLE]);
usr/src/cmd/powertop/common/display.c
521
(void) wnoutrefresh(sw[SW_FREQ]);
usr/src/cmd/powertop/common/display.c
563
(void) wnoutrefresh(sw[SW_POWER]);
usr/src/cmd/powertop/common/display.c
600
(void) wnoutrefresh(sw[SW_WAKEUPS]);
usr/src/cmd/powertop/common/display.c
652
(void) wnoutrefresh(sw[SW_EVENTS]);
usr/src/cmd/powertop/common/display.c
663
(void) wnoutrefresh(sw[SW_SUGG]);
usr/src/lib/libcurses/screen/pnoutref.c
50
return (_prefresh(wnoutrefresh, pad, pby, pbx, sby, sbx, sey, sex));
usr/src/lib/libcurses/screen/slk_noutref.c
54
(void) wnoutrefresh(SP->slk->_win);
usr/src/lib/libcurses/screen/wrefresh.c
97
(void) wnoutrefresh(win);
usr/src/lib/libeti/panel/common/update.c
170
(void) wnoutrefresh(stdscr);
usr/src/lib/libeti/panel/common/update.c
183
(void) wnoutrefresh(panel -> win);
usr/src/lib/libxcurses/h/curses.h
569
extern int wnoutrefresh(WINDOW *);
usr/src/lib/libxcurses/src/libc/xcurses/slk.c
238
code = wnoutrefresh(__m_screen->_slk._w);
usr/src/lib/libxcurses/src/libc/xcurses/wrefresh.c
62
value = wnoutrefresh(w);
usr/src/lib/libxcurses2/h/curses.h
706
extern int wnoutrefresh(WINDOW *);
usr/src/lib/libxcurses2/src/libc/xcurses/slk.c
253
code = wnoutrefresh(__m_screen->_slk._w);
usr/src/lib/libxcurses2/src/libc/xcurses/wrefresh.c
63
value = wnoutrefresh(w);