Home
last modified time | relevance | path

Searched refs:oldmode (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() argument
63 chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate()
74 short oldcolor = (short) PAIR_NUMBER(oldmode & A_COLOR); in vidupdate()
136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video() argument
180 int k = (cur_term->sgr_mode == oldmode) ? 1 : 2; in _change_video()
183 modes[1] = oldmode; in _change_video()
209 oldmode = modes[1]; in _change_video()
212 if (newmode == oldmode) in _change_video()
218 oldmode, newmode); in _change_video()
245 ((turn_on = ((oldmode ^ newmode) & newmode)) != in _change_video()
[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),
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c431 struct termio oldmode; variable
477 bmove((char *)&mode, (char *)&oldmode, sizeof (mode)); in main()
1133 oldmode.c_lflag = oldmodes.c_lflag; in setmode()
1134 oldmode.c_oflag = oldmodes.c_oflag; in setmode()
1135 oldmode.c_iflag = oldmodes.c_iflag; in setmode()
1136 oldmode.c_cflag = oldmodes.c_cflag; in setmode()
1138 oldmode.c_cc[i] = oldmodes.c_cc[i]; in setmode()
1139 ttymode = &oldmode; in setmode()
1144 oldmode.c_lflag = oldmodes.c_lflag; in setmode()
1145 oldmode.c_oflag = oldmodes.c_oflag; in setmode()
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c119 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) macro
412 mode = oldmode(lp); in sh_lex()
723 if(oldmode(lp)==ST_NONE && !lp->lexd.noarg) /* in ((...)) */ in sh_lex()
737 if(oldmode(lp)==ST_QUOTE) /* $' within "" or `` */ in sh_lex()
758 mode = oldmode(lp); in sh_lex()
778 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */ in sh_lex()
803 mode = oldmode(lp); in sh_lex()
825 mode = oldmode(lp); in sh_lex()
835 mode = oldmode(lp); in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
[all …]
/titanic_50/usr/src/cmd/gcore/
H A Dgcore.c269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main() local
278 (void) umask(oldmode); in main()
/titanic_50/usr/src/tools/pmodes/
H A Dpmodes.c636 int oldmode = line.mode; in update_map() local
640 if (line.mode != oldmode) { in update_map()
648 oldmode, line.mode, basedir, in update_map()
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_003_pos.ksh367 oldmode=$(get_mode $object)