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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dvidupdate.c69 /* the old and new modes and then erase color-pairs fields in */
102 /* if the new and the old video modes became */
153 * modes and be left with and oldmode of STANDOUT and a new mode
178 chtype check_faked, modes[2]; local
182 modes[0] = newmode;
183 modes[1] = oldmode;
186 if ((check_faked = (modes[k] &
188 modes[k] &= ~check_faked;
189 modes[k] |= A_STANDOUT;
196 if (modes[
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c67 static int modes = -1; local
72 if (modes < 0)
73 { modes = 0;
82 { if ((modes |= SF_LINE) == (SF_LINE|SF_WCWIDTH))
87 { if ((modes |= SF_WCWIDTH) == (SF_LINE|SF_WCWIDTH))
93 return modes;

Completed in 23 milliseconds