Lines Matching refs:tl_conpty
120 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()
7286 if (term->tl_conpty) in term_report_winsize()