Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c120 HPCON tl_conpty; member
6647 &term->tl_conpty); in conpty_term_and_job_init()
6663 PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE, term->tl_conpty, in conpty_term_and_job_init()
6797 if (term->tl_conpty != NULL) in conpty_term_and_job_init()
6798 pClosePseudoConsole(term->tl_conpty); in conpty_term_and_job_init()
6799 term->tl_conpty = NULL; in conpty_term_and_job_init()
6810 pResizePseudoConsole(term->tl_conpty, consize); in conpty_term_report_winsize()
6822 if (term->tl_conpty != NULL) in term_free_conpty()
6823 pClosePseudoConsole(term->tl_conpty); in term_free_conpty()
6824 term->tl_conpty = NULL; in term_free_conpty()
[all …]