Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dwgetch.c66 SP->fl_echoit ? 'T' : 'F'); in wgetch()
74 if (SP->fl_echoit && cur_term->_fl_rawmode == 0) { in wgetch()
95 if (SP->fl_echoit && (inp < 0200) && (inp >= 0) && !(win->_flags & in wgetch()
H A Drestart.c61 int saveecho = SP->fl_echoit; in restartterm()
75 SP->fl_echoit = saveecho; in restartterm()
H A Dwgetwstr.c56 int doecho = SP->fl_echoit; in wgetnwstr()
71 SP->fl_echoit = FALSE; in wgetnwstr()
154 SP->fl_echoit = TRUE; in wgetnwstr()
H A Dwgetstr.c71 int doecho = SP->fl_echoit; in wgetnstr()
86 SP->fl_echoit = FALSE; in wgetnstr()
196 SP->fl_echoit = TRUE; in wgetnstr()
H A Dsetecho.c50 SP->fl_echoit = bf; in _setecho()
H A Dcurshdr.h120 unsigned fl_echoit : 1; /* in software echo mode */ member
H A Dnewscreen.c138 SP->fl_echoit = 1; in newscreen()