Home
last modified time | relevance | path

Searched defs:oldmode (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dvidupdate.c60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate()
136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video()
/titanic_44/usr/src/cmd/gcore/
H A Dgcore.c269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main() local
/titanic_44/usr/src/tools/pmodes/
H A Dpmodes.c636 int oldmode = line.mode; in update_map() local
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c431 struct termio oldmode; variable
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c119 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) macro