Data Fields | |
| hash_table_t | load_time |
| A table containing the modification times of all loaded files. | |
| wchar_t * | old_path |
| A string containg the path used to find any files to load. | |
| hash_table_t | is_loading |
| A table containing all the files that are currently being loaded. | |
fish_complete_path
A table containing the modification times of all loaded files.
Failed loads (non-existing files) have modification time 0.
Referenced by clear_loaded_entry(), parse_util_autounload(), parse_util_load(), parse_util_load_internal(), and parse_util_unload().
| wchar_t* autoload_t::old_path |
A string containg the path used to find any files to load.
If this differs from the current environment variable, the autoloader needs to drop all loaded files and reload them.
Referenced by clear_loaded_entry(), and parse_util_load().
A table containing all the files that are currently being loaded.
This is here to help prevent recursion.
Referenced by clear_loaded_entry(), parse_util_autounload(), and parse_util_load().
1.5.6