Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c73 _tty.sg_flags = _res_flg; in gettmode()
75 _res_flg = _tty.sg_flags; in gettmode()
H A Dcurses.c38 _res_flg; /* sgtty flags for reseting later */ variable
H A Dmapfile-vers143 _res_flg { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h95 extern int LINES, COLS, _tty_ch, _res_flg;
177 #define savetty() ((void) gtty(_tty_ch, &_tty), _res_flg = _tty.sg_flags)
178 #define resetty() (_tty.sg_flags = _res_flg, (void) stty(_tty_ch, &_tty))