Searched refs:error_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h155 FILE *error_file, bool color_prompts);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c97 static const char * volatile error_file = NULL;
112 * not be properly set in the static error_file and error_line
143 error_file = file;
210 new_error->file = error_file;
96 static const char * volatile error_file = NULL; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1248 FILE *output_file, FILE *error_file, bool color_prompts)
1251 m_error_file(error_file), m_input_connection(fileno(input_file), false) {
1247 Editline(const char *editline_name, FILE *input_file, FILE *output_file, FILE *error_file, bool color_prompts) argument

Completed in 175 milliseconds