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

/haiku-fatelf/src/bin/coreutils/src/
H A Ddu.c149 static size_t max_depth = SIZE_MAX; variable
609 if ((IS_DIR_TYPE (ent->fts_info) && level <= max_depth)
610 || ((opt_all && level <= max_depth) || level == 0))
756 max_depth = tmp_ulong;
857 if (opt_summarize_only && max_depth_specified && max_depth == 0)
863 if (opt_summarize_only && max_depth_specified && max_depth != 0)
865 unsigned long int d = max_depth;
871 max_depth = 0;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-exp.y728 struct symbol *renaming, int max_depth)
738 if (max_depth <= 0)
772 write_object_renaming (orig_left_context, sym, max_depth-1);
H A Dada-exp.c2417 struct symbol *renaming, int max_depth)
2427 if (max_depth <= 0)
2461 write_object_renaming (orig_left_context, sym, max_depth-1);
2412 write_object_renaming(struct block *orig_left_context, struct symbol *renaming, int max_depth) argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c13611 int max_depth, min_depth; local
13625 max_depth = xmlPatternMaxDepth(comp);
13626 if (max_depth == -1)
13628 if (max_depth == -2)
13629 max_depth = 10000;
13637 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
13654 if (max_depth == 0) {
13740 if ((cur->children == NULL) || (depth >= max_depth)) {
13754 if ((cur->children != NULL) && (depth < max_depth)) {

Completed in 116 milliseconds