Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c6619 HANDLE o_ours = NULL; in conpty_term_and_job_init() local
6663 if (!CreatePipe(&o_ours, &o_theirs, NULL, 0)) in conpty_term_and_job_init()
6724 (sock_T)o_ours, in conpty_term_and_job_init()
6725 (sock_T)o_ours); in conpty_term_and_job_init()
6813 if (o_ours != NULL) in conpty_term_and_job_init()
6814 CloseHandle(o_ours); in conpty_term_and_job_init()