Searched defs:newmode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dputp.c79 vidattr(chtype newmode) argument
81 return (vidputs(newmode, _outchar));
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) argument
64 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR;
76 short newcolor = (short) PAIR_NUMBER(newmode & A_COLOR);
136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) argument
154 * of STANDOUT, in which case the check for newmode and oldmode
166 * oldmode and the newmode and only leave the bits that are
171 * become STANDOUT and the newmode will become STANDOUT.
182 modes[0] = newmode;
208 newmode = modes[0];
212 if (newmode
[all...]

Completed in 22 milliseconds