Searched refs:tl_winpty (Results 1 – 1 of 1) sorted by relevance
118 void *tl_winpty; member6987 if (term->tl_winpty == NULL) in winpty_term_and_job_init()7030 winpty_conin_name(term->tl_winpty), in winpty_term_and_job_init()7034 winpty_conout_name(term->tl_winpty), in winpty_term_and_job_init()7119 if (term->tl_winpty != NULL) in winpty_term_and_job_init()7120 winpty_free(term->tl_winpty); in winpty_term_and_job_init()7121 term->tl_winpty = NULL; in winpty_term_and_job_init()7269 if (term->tl_winpty != NULL) in term_free_vterm()7270 winpty_free(term->tl_winpty); in term_free_vterm()7271 term->tl_winpty = NULL; in term_free_vterm()[all …]