Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c2830 static FILE *log_fd; variable
5381 fclose(log_fd); in recursive_regmatch()
5382 log_fd = NULL; in recursive_regmatch()
5442 if (log_fd != NULL) in recursive_regmatch()
5452 log_fd = stderr; in recursive_regmatch()
5786 if (log_fd != NULL) in nfa_regmatch()
5797 log_fd = stderr; in nfa_regmatch()
5896 fprintf(log_fd, "\n"); in nfa_regmatch()
7146 fprintf(log_fd, "\n"); in nfa_regmatch()
7177 fclose(log_fd); in nfa_regmatch()
[all …]
H A Dchannel.c150 if (log_fd != NULL) in ch_logfile()
156 fclose(log_fd); in ch_logfile()
170 log_fd = file; in ch_logfile()
172 if (log_fd != NULL) in ch_logfile()
190 if (log_fd != NULL) in ch_log_lead()
216 if (log_fd != NULL) in ch_log()
224 fputc('\n', log_fd); in ch_log()
225 fflush(log_fd); in ch_log()
245 fputc('\n', log_fd); in ch_error()
246 fflush(log_fd); in ch_error()
[all …]