Home | History | Annotate | Download | only in libcpp

Lines Matching refs:new_file

979   const char *new_file = ORDINARY_MAP_FILE_NAME (map);
1012 new_file = (const char *)s.text;
1023 _cpp_do_file_change (pfile, LC_RENAME_VERBATIM, new_file, new_lineno,
1037 const char *new_file = ORDINARY_MAP_FILE_NAME (map);
1069 new_file = (const char *)s.text;
1077 _cpp_fake_include (pfile, new_file);
1115 else if (!new_file[0])
1117 new_file = ORDINARY_MAP_FILE_NAME (from);
1118 else if (filename_cmp (ORDINARY_MAP_FILE_NAME (from), new_file) != 0)
1126 "incorrect nesting", new_file);
1138 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp);