Searched refs:_echoit (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) {
51 if (_echoit) {
H A Dcurses.ext28 extern bool _echoit, _rawmode, My_term, _endwin;
H A Dcurses.c29 bool _echoit = TRUE, /* set if stty indicates ECHO */ variable
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h93 extern bool My_term, _echoit, _rawmode, _endwin;
171 #define echo() (_tty.sg_flags |= ECHO, _echoit = TRUE, \
173 #define noecho() (_tty.sg_flags &= ~ECHO, _echoit = FALSE, \

Completed in 55 milliseconds