Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/hci/mucurses/
Dkb.c19 bool m_echo; variable
41 if ( m_echo && ( c >= 32 && c <= 126 ) ) // printable ASCII characters in _wgetc()
58 if ( m_echo ) { in wgetch()
133 m_echo = TRUE; in echo()
141 m_echo = FALSE; in noecho()