Home
last modified time | relevance | path

Searched refs:_rawmode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbhead/
H A Dcurses.h91 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 Dgetch.c39 _echoit ? 'T' : 'F', _rawmode ? 'T' : 'F'); in wgetch()
41 if (_echoit && !_rawmode) { in wgetch()
H A Dcurses.c28 _rawmode = FALSE, /* set if stty indicates RAW mode */ variable
H A Dcurses.ext26 extern bool _echoit, _rawmode, My_term, _endwin;
H A Dmapfile-vers141 _rawmode { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };