Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6596 HANDLE i_ours = NULL; in conpty_term_and_job_init() local
6639 if (!CreatePipe(&i_theirs, &i_ours, NULL, 0)) in conpty_term_and_job_init()
6701 (sock_T)i_ours, in conpty_term_and_job_init()
6793 if (i_ours != NULL) in conpty_term_and_job_init()
6794 CloseHandle(i_ours); in conpty_term_and_job_init()