Searched defs:pfEchoChars (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp471 RTR3DECL(int) RTStrmInputGetEchoChars(PRTSTREAM pStream, bool *pfEchoChars) argument
477 AssertPtrReturn(pfEchoChars, VERR_INVALID_POINTER);
486 *pfEchoChars = RT_BOOL(dwMode & ENABLE_ECHO_INPUT);
494 *pfEchoChars = RT_BOOL(Termios.c_lflag & ECHO);

Completed in 46 milliseconds