Searched refs:indentation (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestDumper.cpp135 int indentation = fIndentationLevel * 2; local
136 if (indentation >= kMaxIndentation)
138 return kIndentation + kMaxIndentation - indentation;
/haiku/src/bin/package/
H A Dcommand_list.cpp107 int indentation = (fLevel - 1) * 2; local
108 printf("%*s", indentation, "");
111 printf("%-*s", indentation < 32 ? 32 - indentation : 0, entry->Name());
155 int indentation = fLevel * 2; local
156 printf("%*s<", indentation, "");
157 printf("%-*s %8llu", indentation < 31 ? 31 - indentation : 0,
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp135 int32 indentation = 16 - (int32)strlen(attributeName); local
136 if (indentation > 0)
137 indentation = (indentation + 3) / 4;
139 indentation = 1;
141 for (int32 i = 0; i < indentation; i++)

Completed in 90 milliseconds