Searched refs:_rawmode (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 91 extern bool My_term, _echoit, _rawmode, _endwin; 159 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \ 161 #define noraw() (_tty.sg_flags &= ~RAW, _rawmode = FALSE, \ 163 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \ 165 #define nocbreak() (_tty.sg_flags &= ~CBREAK, _rawmode = FALSE, \ 173 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | getch.c | 39 _echoit ? 'T' : 'F', _rawmode ? 'T' : 'F'); in wgetch() 41 if (_echoit && !_rawmode) { in wgetch()
|
H A D | curses.c | 28 _rawmode = FALSE, /* set if stty indicates RAW mode */ variable
|
H A D | curses.ext | 26 extern bool _echoit, _rawmode, My_term, _endwin;
|
H A D | mapfile-vers | 141 _rawmode { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };
|