Searched refs:vidupdate (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | vidputs.c | 48 vidupdate(a, cur_term->sgr_mode, b); in vidputs()
|
H A D | V3.vidattr.c | 53 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, _outchar); in vidattr()
|
H A D | V3.vidputs.c | 41 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, o); in vidputs()
|
H A D | endwin.c | 92 vidupdate(A_NORMAL, in endwin()
|
H A D | vidupdate.c | 58 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() function
|
H A D | curshdr.h | 57 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na))
|
H A D | mapfile-vers | 839 vidupdate;
|
H A D | wrefresh.c | 148 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
|
H A D | curses.ed | 314 extern void vidupdate(chtype, chtype, int (*)(char)); 509 extern void vidupdate(), wsyncup(), wsyncdown(),
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 92 untouchwin.o vidputs.o vidupdate.o vwprintw.o \
|