Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c320 static Hash_table *active_dir_set; variable
322 #define LOOP_DETECT (!!active_dir_set)
1431 ent_from_table = hash_insert (active_dir_set, ent); in visit_dir()
1716 active_dir_set = hash_initialize (INITIAL_TABLE_SIZE, nullptr, in main()
1720 if (active_dir_set == nullptr) in main()
1810 struct dev_ino *found = hash_remove (active_dir_set, &di); in main()
1865 assure (hash_get_n_entries (active_dir_set) == 0); in main()
1866 hash_free (active_dir_set); in main()