Searched refs:_echoit (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | getch.c | 41 _echoit ? 'T' : 'F', _rawmode ? 'T' : 'F'); in wgetch() 43 if (_echoit && !_rawmode) { in wgetch() 51 if (_echoit) { in wgetch()
|
H A D | curses.c | 29 bool _echoit = TRUE, /* set if stty indicates ECHO */ variable
|
H A D | curses.ext | 28 extern bool _echoit, _rawmode, My_term, _endwin;
|
H A D | mapfile-vers | 69 _echoit;
|
/titanic_44/usr/src/ucbhead/ |
H A D | curses.h | 93 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, \
|