Searched refs:spaceLength (Results 1 – 1 of 1) sorted by relevance
51 int32_t spaceLength = BShellEnvOutputString(handle, cmd->help); in BShellCmdOutputCmdHelp() local52 spaceLength = BSH_CMD_NAME_END - spaceLength; in BShellCmdOutputCmdHelp()53 spaceLength = (spaceLength > 0) ? spaceLength : 4; // 4 min in BShellCmdOutputCmdHelp()56 } while (--spaceLength); in BShellCmdOutputCmdHelp()