Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6595 HANDLE o_theirs = NULL; in conpty_term_and_job_init() local
6641 if (!CreatePipe(&o_ours, &o_theirs, NULL, 0)) in conpty_term_and_job_init()
6646 hr = pCreatePseudoConsole(consize, i_theirs, o_theirs, 0, in conpty_term_and_job_init()
6698 CloseHandle(o_theirs); in conpty_term_and_job_init()
6789 if (o_theirs != NULL) in conpty_term_and_job_init()
6790 CloseHandle(o_theirs); in conpty_term_and_job_init()