Searched refs:newmode (Results 1 - 4 of 4) 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...]
H A Dllib-lcurses1087 void vidupdate(chtype newmode, chtype oldmode, int (*outc)(char));
1088 int _change_video(chtype newmode, chtype oldmode, int (*outc)(char),
1332 int vidattr(chtype newmode);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t116 $newmode = (($^O eq 'MSWin32') || ($^O eq 'NetWare')) ? 0444 : 0777;
118 is(chmod($newmode,'a'), 1, "chmod succeeding");
129 is($mode & 0777, $newmode, "chmod going through");
132 $newmode = 0700;
134 $newmode = 0666;
136 is(chmod($newmode,'c','x'), 2, "chmod two files");
144 is($mode & 0777, $newmode, "chmod going through to c");
153 is($mode & 0777, $newmode, "chmod going through to x");

Completed in 23 milliseconds