Home
last modified time | relevance | path

Searched refs:vidupdate (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dvidputs.c50 vidupdate(a, cur_term->sgr_mode, b); in vidputs()
H A DV3.vidputs.c43 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, o); in vidputs()
H A DV3.vidattr.c55 vidupdate(_FROM_OCHTYPE(a), cur_term->sgr_mode, _outchar); in vidattr()
H A Dendwin.c94 vidupdate(A_NORMAL, in endwin()
H A Dcurshdr.h59 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na))
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() function
H A Dmapfile-vers578 vidupdate;
H A Dllib-lcurses1086 /* vidupdate.c */
1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char));
H A Dwrefresh.c150 vidupdate(A_NORMAL, (A_ALTCHARSET | A_STANDOUT | in wrefresh()
H A Dcurses.ed314 extern void vidupdate(chtype, chtype, int (*)(char));
509 extern void vidupdate(), wsyncup(), wsyncdown(),
/titanic_50/usr/src/lib/libcurses/
H A DMakefile.com91 untouchwin.o vidputs.o vidupdate.o vwprintw.o \