Home
last modified time | relevance | path

Searched refs:nonexistent_file_ob (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.gcc4329 nonexistent_file_hash and nonexistent_file_ob.
38 pfile->nonexistent_file_ob.
40 pfile->nonexistent_file_ob.
H A Dfiles.c353 copy = obstack_copy0 (&pfile->nonexistent_file_ob, path, in find_file_in_dir()
1090 _obstack_begin (&pfile->nonexistent_file_ob, 0, 0, in _cpp_init_files()
1102 obstack_free (&pfile->nonexistent_file_ob, 0); in _cpp_cleanup_files()
H A Dinternal.h365 struct obstack nonexistent_file_ob; member