Lines Matching defs:directories
209 /* Hash table of directories. */
370 /* Table of directories hashed by name. */
371 static struct hash_table directories;
373 /* Never have more than this many directories open at once. */
446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
458 hash_insert_at (&directories, dir, dir_slot);
464 directories if they end in '\'. */
562 /* Keep track of how many directories are open. */
565 /* We have too many directories open already.
644 * on directories (ugh!).
982 /* Print the data base of directories. */
992 puts (_("\n# Directories\n"));
996 dir_slot = (struct directory **) directories.ht_vec;
997 dir_end = dir_slot + directories.ht_size;
1088 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill);
1222 hash_init (&directories, DIRECTORY_BUCKETS,