Home
last modified time | relevance | path

Searched refs:BShellCommand (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/services/begetctl/shell/
Dshell_bas.h67 } BShellCommand; typedef
89 BShellCommand *command;
98 BShellCommand *BShellEnvGetCmd(BShellHandle handle, int32_t argc, char *argv[]);
Dshell_bas.c48 static void BShellCmdOutputCmdHelp(BShellHandle handle, BShellCommand *cmd) in BShellCmdOutputCmdHelp()
69 BShellCommand *cmd = shell->command; in BShellCmdHelp()
195 static int32_t BShellEnvExcuteCmd(BShellEnv *shell, BShellCommand *cmd) in BShellEnvExcuteCmd()
231 BShellCommand *cmd = BShellEnvGetCmd(handle, (uint32_t)shell->argc, shell->args); in BShellEnvHandleEnter()
458 static void BShellCmdFree(BShellCommand *cmd) in BShellCmdFree()
480 BShellCommand *cmd = shell->command; in BShellEnvDestory()
513 BShellCommand *cmd = (BShellCommand *)calloc(1, sizeof(BShellCommand) + nameLen); in BShellEnvRegisterCmd()
571 BShellCommand *BShellEnvGetCmd(BShellHandle handle, int32_t argc, char *argv[]) in BShellEnvGetCmd()
578 BShellCommand *cmd = shell->command; in BShellEnvGetCmd()
743 BShellCommand *cmd = BShellEnvGetCmd(handle, argc, args); in BShellEnvDirectExecute()