Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c181 static BOOL has_conpty = FALSE; variable
6830 return has_conpty; in use_conpty()
7154 has_conpty = dyn_conpty_init(FALSE) != FAIL ? TRUE : FALSE; in term_and_job_init()
7156 if (!has_winpty && !has_conpty) in term_and_job_init()
7166 if (has_conpty && (is_conpty_stable() || !has_winpty)) in term_and_job_init()
7179 if (has_conpty) in term_and_job_init()