Home
last modified time | relevance | path

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

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