Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c6597 HANDLE o_ours = NULL; in conpty_term_and_job_init() local
6641 if (!CreatePipe(&o_ours, &o_theirs, NULL, 0)) in conpty_term_and_job_init()
6702 (sock_T)o_ours, in conpty_term_and_job_init()
6703 (sock_T)o_ours); in conpty_term_and_job_init()
6791 if (o_ours != NULL) in conpty_term_and_job_init()
6792 CloseHandle(o_ours); in conpty_term_and_job_init()