Home
last modified time | relevance | path

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

/titanic_50/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, \
/titanic_50/usr/src/ucblib/libcurses/
H A Dgetch.c41 _echoit ? 'T' : 'F', _rawmode ? 'T' : 'F'); in wgetch()
43 if (_echoit && !_rawmode) { in wgetch()
H A Dcurses.c30 _rawmode = FALSE, /* set if stty indicates RAW mode */ variable
H A Dcurses.ext28 extern bool _echoit, _rawmode, My_term, _endwin;
H A Dmapfile-vers131 _rawmode;