
Data Fields | |
| const char * | key |
| const char * | args |
| const char * | dir |
| const char * | main |
| int | tweaking |
| struct file_hash_entry * | next |
| cpp_dir * | start_dir |
| union { | |
| _cpp_file * file | |
| cpp_dir * dir | |
| } | u |
| union { | |
| _cpp_file * file | |
| cpp_dir * dir | |
| } | u |
Definition at line 51 of file tlink.c.
| const char * file_hash_entry::key |
Definition at line 53 of file tlink.c.
Referenced by file_hash_lookup(), read_repo_file(), and recompile_files().
| const char * file_hash_entry::args |
| const char * file_hash_entry::dir |
Definition at line 55 of file tlink.c.
Referenced by file_hash_eq(), file_hash_hash(), make_cpp_dir(), read_repo_file(), and recompile_files().
| const char * file_hash_entry::main |
struct file_hash_entry * file_hash_entry::next [read] |
Definition at line 140 of file files.c.
Referenced by _cpp_find_file(), cpp_included(), make_cpp_dir(), and search_cache().
Definition at line 141 of file files.c.
Referenced by _cpp_find_file(), cpp_included(), file_hash_eq(), file_hash_hash(), make_cpp_dir(), report_missing_guard(), and search_cache().
Definition at line 144 of file files.c.
Referenced by _cpp_find_file(), cpp_included(), file_hash_eq(), file_hash_hash(), and report_missing_guard().
| union { ... } file_hash_entry::u |
Referenced by _cpp_find_file(), cpp_included(), file_hash_eq(), file_hash_hash(), make_cpp_dir(), and report_missing_guard().
| union { ... } file_hash_entry::u |
1.5.6