Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c123 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()
[all …]