Lines Matching refs:HANDLE
6503 typedef int HANDLE; typedef
6515 HRESULT (WINAPI *pCreatePseudoConsole)(COORD, HANDLE, HANDLE, DWORD, HPCON*);
6587 HANDLE jo = NULL; in conpty_term_and_job_init()
6594 HANDLE i_theirs = NULL; in conpty_term_and_job_init()
6595 HANDLE o_theirs = NULL; in conpty_term_and_job_init()
6596 HANDLE i_ours = NULL; in conpty_term_and_job_init()
6597 HANDLE o_ours = NULL; in conpty_term_and_job_init()
6842 BOOL (*winpty_spawn)(void*, void*, HANDLE*, HANDLE*, DWORD*, void*);
6854 HANDLE (*winpty_agent_process)(void*);
6939 HANDLE jo = NULL; in winpty_term_and_job_init()
6940 HANDLE child_process_handle; in winpty_term_and_job_init()
6941 HANDLE child_thread_handle; in winpty_term_and_job_init()
7198 HANDLE hPipeIn = INVALID_HANDLE_VALUE; in create_pty_only()
7199 HANDLE hPipeOut = INVALID_HANDLE_VALUE; in create_pty_only()