Searched refs:fl_echoit (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetecho.c50 SP->fl_echoit = bf;
H A Drestart.c61 int saveecho = SP->fl_echoit;
75 SP->fl_echoit = saveecho;
H A Dwgetch.c65 fprintf(outf, "WGETCH: SP->fl_echoit = %c\n",
66 SP->fl_echoit ? 'T' : 'F');
74 if (SP->fl_echoit && cur_term->_fl_rawmode == 0) {
95 if (SP->fl_echoit && (inp < 0200) && (inp >= 0) && !(win->_flags &
H A Dwgetwstr.c56 int doecho = SP->fl_echoit;
71 SP->fl_echoit = FALSE;
154 SP->fl_echoit = TRUE;
H A Dwgetstr.c71 int doecho = SP->fl_echoit;
86 SP->fl_echoit = FALSE;
196 SP->fl_echoit = TRUE;
H A Dcurshdr.h120 unsigned fl_echoit : 1; /* in software echo mode */ member in struct:screen
H A Dnewscreen.c138 SP->fl_echoit = 1;

Completed in 104 milliseconds