Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c502 static struct dulevel *dulvl; in process_file() local
601 dulvl = xcalloc (n_alloc, sizeof *dulvl); in process_file()
618 dulvl = xnrealloc (dulvl, level, 2 * sizeof *dulvl); in process_file()
624 duinfo_init (&dulvl[i].ent); in process_file()
625 duinfo_init (&dulvl[i].subdir); in process_file()
637 duinfo_add (&dui_to_print, &dulvl[prev_level].ent); in process_file()
639 duinfo_add (&dui_to_print, &dulvl[prev_level].subdir); in process_file()
640 duinfo_add (&dulvl[level].subdir, &dulvl[prev_level].ent); in process_file()
641 duinfo_add (&dulvl[level].subdir, &dulvl[prev_level].subdir); in process_file()
650 duinfo_add (&dulvl[level].ent, &dui); in process_file()