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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c804 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp);
1126 _cpp_do_file_change (pfile, LC_RENAME, map->to_file,
1137 _cpp_do_file_change (pfile, reason, new_name, 1, 0);
H A Ddirectives.c886 _cpp_do_file_change (pfile, LC_RENAME, new_file, new_lineno,
963 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp);
971 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, function
2217 /* _cpp_do_file_change expects pfile->buffer to be the new one. */
2230 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0);
H A Dinternal.h571 extern void _cpp_do_file_change (cpp_reader *, enum lc_reason, const char *,

Completed in 66 milliseconds