Searched refs:_rawmode (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dgetch.c40 fprintf(outf, "WGETCH: _echoit = %c, _rawmode = %c\n",
41 _echoit ? 'T' : 'F', _rawmode ? 'T' : 'F');
43 if (_echoit && !_rawmode) {
H A Dcurses.ext28 extern bool _echoit, _rawmode, My_term, _endwin;
H A Dcurses.c30 _rawmode = FALSE, /* set if stty indicates RAW mode */ variable
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h93 extern bool My_term, _echoit, _rawmode, _endwin;
161 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \
163 #define noraw() (_tty.sg_flags &= ~RAW, _rawmode = FALSE, \
165 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \
167 #define nocbreak() (_tty.sg_flags &= ~CBREAK, _rawmode = FALSE, \
175 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \

Completed in 45 milliseconds