Searched refs:vidupdate (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | vidputs.c | 50 vidupdate(a, cur_term->sgr_mode, b); in vidputs()
|
H A D | V3.vidputs.c | 43 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, o); in vidputs()
|
H A D | V3.vidattr.c | 55 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, _outchar); in vidattr()
|
H A D | endwin.c | 94 vidupdate(A_NORMAL, in endwin()
|
H A D | curshdr.h | 59 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na))
|
H A D | vidupdate.c | 60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() function
|
H A D | mapfile-vers | 578 vidupdate;
|
H A D | llib-lcurses | 1086 /* vidupdate.c */ 1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char));
|
H A D | wrefresh.c | 150 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(),
|
/titanic_50/usr/src/lib/libcurses/ |
H A D | Makefile.com | 91 untouchwin.o vidputs.o vidupdate.o vwprintw.o \
|