Lines Matching refs:tl_out_fd
123 FILE *tl_out_fd; member
1097 if (term->tl_out_fd != NULL) in free_unused_terminals()
1098 fclose(term->tl_out_fd); in free_unused_terminals()
1209 if (term->tl_out_fd != NULL) in write_to_term()
1212 fwrite(msg, len, 1, term->tl_out_fd); in write_to_term()
3483 if (term->tl_out_fd != NULL) in term_channel_closed()
3485 fclose(term->tl_out_fd); in term_channel_closed()
3486 term->tl_out_fd = NULL; in term_channel_closed()
6759 term->tl_out_fd = mch_fopen((char *)fname, WRITEBIN); in conpty_term_and_job_init()
6760 if (term->tl_out_fd == NULL) in conpty_term_and_job_init()
7095 term->tl_out_fd = mch_fopen((char *)fname, WRITEBIN); in winpty_term_and_job_init()
7096 if (term->tl_out_fd == NULL) in winpty_term_and_job_init()