Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6594 HANDLE i_theirs = NULL; in conpty_term_and_job_init() local
6639 if (!CreatePipe(&i_theirs, &i_ours, NULL, 0)) in conpty_term_and_job_init()
6646 hr = pCreatePseudoConsole(consize, i_theirs, o_theirs, 0, in conpty_term_and_job_init()
6697 CloseHandle(i_theirs); in conpty_term_and_job_init()
6795 if (i_theirs != NULL) in conpty_term_and_job_init()
6796 CloseHandle(i_theirs); in conpty_term_and_job_init()