Searched defs:oldmode (Results 1 – 5 of 5) sorted by relevance
60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate()136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video()
269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main() local
636 int oldmode = line.mode; in update_map() local
431 struct termio oldmode; variable
119 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) macro