Searched refs:tl_out_fd (Results 1 – 1 of 1) sorted by relevance
123 FILE *tl_out_fd; member1097 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()[all …]