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

/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp431 int32 longestCommandName = 0; local
433 longestCommandName
434 = std::max(longestCommandName, entry->Name().Length());
439 printf("%*s - %s\n", (int)longestCommandName, entry->Name().String(),

Completed in 28 milliseconds