Lines Matching refs:log_file
668 else if (log_file) { in input()
1020 if (log_file) in input()
1894 if (log_file) { in fmt_print()
1896 (void) fprintf(log_file, "\n"); in fmt_print()
1898 (void) vfprintf(log_file, format, ap); in fmt_print()
1899 (void) fflush(log_file); in fmt_print()
1961 (void) fprintf(log_file, "\n"); in log_print()
1963 (void) vfprintf(log_file, format, ap); in log_print()
1964 (void) fflush(log_file); in log_print()
1999 if (log_file) { in err_print()
2001 (void) fprintf(log_file, "\n"); in err_print()
2003 (void) vfprintf(log_file, format, ap); in err_print()
2004 (void) fflush(log_file); in err_print()
2375 } else if (log_file) { in get_inputline()