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

/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A Dxditview.c134 static void NewFile (const char *);
258 NewFile (file_name);
259 /* NewFile modifies current_file_name, so do this here. */
299 NewFile (const char *name) function
472 NewFile(current_file_name);
535 MakePrompt (toplevel, "File to open:", NewFile, fileBuf);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp679 const FileEntry *NewFile) {
680 assert(SourceFile->getSize() == NewFile->getSize() &&
686 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile;
678 overrideFileContents(const FileEntry *SourceFile, const FileEntry *NewFile) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h847 /// \param NewFile the file whose contents will be used as the
850 const FileEntry *NewFile);

Completed in 107 milliseconds