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

/httpd/support/win32/
H A Dwintty.c92 DWORD newinmode = 0, notinmode = 0; local
105 notinmode |= ENABLE_LINE_INPUT; break;
109 notinmode |= ENABLE_ECHO_INPUT; break;
113 notinmode |= ENABLE_PROCESSED_INPUT; break;
319 & ~notinmode))) {

Completed in 978 milliseconds