Searched refs:oldmode (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) argument
63 chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR;
74 short oldcolor = (short) PAIR_NUMBER(oldmode & A_COLOR);
121 /* were contained in the oldmode, and then deal with video. */
136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) argument
145 * The trick is that we want to pre-process the new and oldmode
153 * modes and be left with and oldmode of STANDOUT and a new mode
154 * of STANDOUT, in which case the check for newmode and oldmode
166 * oldmode and the newmode and only leave the bits that are
170 * STANDOUT and UNDERLINE to STANDOUT and REVERSE the oldmode wil
[all...]
H A Dllib-lcurses1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char));
1088 int _change_video(chtype newmode, chtype oldmode, int (*outc)(char),
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c123 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) macro
424 mode = oldmode(lp);
762 if(oldmode(lp)==ST_NONE && !lp->lexd.noarg) /* in ((...)) */
776 if(oldmode(lp)==ST_QUOTE) /* $' within "" or `` */
797 mode = oldmode(lp);
817 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */
842 mode = oldmode(lp);
864 mode = oldmode(lp);
874 mode = oldmode(lp);
884 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(l
[all...]

Completed in 32 milliseconds