Lines Matching refs:BShellCommand
48 static void BShellCmdOutputCmdHelp(BShellHandle handle, BShellCommand *cmd)
69 BShellCommand *cmd = shell->command;
196 static int32_t BShellEnvExcuteCmd(BShellEnv *shell, BShellCommand *cmd)
232 BShellCommand *cmd = BShellEnvGetCmd(handle, (uint32_t)shell->argc, shell->args);
460 static void BShellCmdFree(BShellCommand *cmd)
482 BShellCommand *cmd = shell->command;
515 BShellCommand *cmd = (BShellCommand *)calloc(1, sizeof(BShellCommand) + nameLen);
573 BShellCommand *BShellEnvGetCmd(BShellHandle handle, int32_t argc, char *argv[])
580 BShellCommand *cmd = shell->command;
746 BShellCommand *cmd = BShellEnvGetCmd(handle, argc, args);