Lines Matching refs:g_hConIn

152 static HANDLE g_hConIn  = INVALID_HANDLE_VALUE;  variable
1202 GetConsoleMode(g_hConIn, &cmodein); in mch_setmouse()
1215 SetConsoleMode(g_hConIn, cmodein | ENABLE_EXTENDED_FLAGS); in mch_setmouse()
1350 if (WaitForSingleObject(g_hConIn, p_mouset / 3) in decode_mouse_event()
1359 peek_console_input(g_hConIn, &ir, 1, &cRecords); in decode_mouse_event()
1368 read_console_input(g_hConIn, &ir, 1, &cRecords); in decode_mouse_event()
1376 read_console_input(g_hConIn, &ir, 1, &cRecords); in decode_mouse_event()
1379 peek_console_input(g_hConIn, &ir, 1, &cRecords); in decode_mouse_event()
1645 msg_wait_for_multiple_objects(1, &g_hConIn, FALSE, in WaitForChar()
1648 wait_for_single_object(g_hConIn, dwWaitTime) in WaitForChar()
1656 peek_console_input(g_hConIn, &ir, 1, &cRecords); in WaitForChar()
1689 read_console_input(g_hConIn, &ir, 1, &cRecords); in WaitForChar()
1698 read_console_input(g_hConIn, &ir, 1, &cRecords); in WaitForChar()
1772 g_hConIn = CreateFile("CONIN$", GENERIC_READ|GENERIC_WRITE, in create_conin()
1799 if (read_console_input(g_hConIn, &ir, 1, &cRecords) == 0) in tgetch()
2823 g_hConIn = GetStdHandle(STD_INPUT_HANDLE); in mch_init_c()
2850 GetConsoleMode(g_hConIn, &g_cmodein); in mch_init_c()
2937 SetConsoleMode(g_hConIn, g_cmodein | ENABLE_EXTENDED_FLAGS); in mch_exit_c()
3709 WriteConsoleInput(g_hConIn, &ir, 1, &out); in handler_routine()
3753 GetConsoleMode(g_hConIn, &cmodein); in mch_settmode()
3786 SetConsoleMode(g_hConIn, cmodein | ENABLE_EXTENDED_FLAGS); in mch_settmode()
5638 GetConsoleMode(g_hConIn, &cmodein); in termcap_mode_start()
5650 SetConsoleMode(g_hConIn, cmodein | ENABLE_EXTENDED_FLAGS); in termcap_mode_start()
5673 GetConsoleMode(g_hConIn, &cmodein); in termcap_mode_end()
5676 SetConsoleMode(g_hConIn, cmodein | ENABLE_EXTENDED_FLAGS); in termcap_mode_end()