Home
last modified time | relevance | path

Searched refs:_res_flg (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c75 _tty.sg_flags = _res_flg; in gettmode()
77 _res_flg = _tty.sg_flags; in gettmode()
H A Dcurses.c40 _res_flg; /* sgtty flags for reseting later */ variable
H A Dmapfile-vers133 _res_flg;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h97 extern int LINES, COLS, _tty_ch, _res_flg;
179 #define savetty() ((void) gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags)
180 #define resetty() (_tty.sg_flags = _res_flg, (void) stty(_tty_ch, &_tty))