Home
last modified time | relevance | path

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

/base/startup/init/services/begetctl/shell/
H A Dshell_bas.c51 int32_t spaceLength = BShellEnvOutputString(handle, cmd->help); in BShellCmdOutputCmdHelp() local
52 spaceLength = BSH_CMD_NAME_END - spaceLength; in BShellCmdOutputCmdHelp()
53 spaceLength = (spaceLength > 0) ? spaceLength : 4; // 4 min in BShellCmdOutputCmdHelp()
56 } while (--spaceLength); in BShellCmdOutputCmdHelp()

Completed in 2 milliseconds