Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c153 static idx_t max_depth = IDX_MAX; variable
656 if ((IS_DIR_TYPE (info) && level <= max_depth) in process_file()
657 || (opt_all && level <= max_depth) in process_file()
814 max_depth = tmp; in main()
935 if (opt_summarize_only && max_depth_specified && max_depth == 0) in main()
941 if (opt_summarize_only && max_depth_specified && max_depth != 0) in main()
944 max_depth); in main()
949 max_depth = 0; in main()