Searched refs:source_filename (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Derror.cpp32 const char *source_filename,
48 if (source_filename != 0)
49 fprintf(stderr, "%s (%s):%d:", filename, source_filename, lineno);
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
/freebsd-11.0-release/contrib/gcc/
H A Dscan.h70 extern sstring source_filename;
H A Dscan.c26 sstring source_filename; variable
182 get_token (fp, &source_filename);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h1040 * Note: The 'source_filename' argument is optional. If the caller provides a
1055 * \param source_filename The name of the source file to load, or NULL if the
1078 const char *source_filename,
1236 const char *source_filename,
1256 * \param source_filename The name of the source file to load, or NULL if the
1289 const char *source_filename,
1303 CXIndex CIdx, const char *source_filename,
5723 const char *source_filename,
5739 const char *source_filename, const char *const *command_line_args,

Completed in 86 milliseconds