Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/begetctl/shell/
H A Dshell_bas.h67 } BShellCommand; typedef
89 BShellCommand *command;
98 BShellCommand *BShellEnvGetCmd(BShellHandle handle, int32_t argc, char *argv[]);
H A Dshell_bas.c48 static void BShellCmdOutputCmdHelp(BShellHandle handle, BShellCommand *cmd) in BShellCmdOutputCmdHelp()
69 BShellCommand *cmd = shell->command; in BShellCmdHelp()
196 static int32_t BShellEnvExcuteCmd(BShellEnv *shell, BShellCommand *cmd) in BShellEnvExcuteCmd()
232 BShellCommand *cmd = BShellEnvGetCmd(handle, (uint32_t)shell->argc, shell->args); in BShellEnvHandleEnter()
460 static void BShellCmdFree(BShellCommand *cmd) in BShellCmdFree()
482 BShellCommand *cmd = shell->command; in BShellEnvDestory()
515 BShellCommand *cmd = (BShellCommand *)calloc(1, sizeof(BShellCommand) + nameLen); in BShellEnvRegisterCmd()
573 BShellCommand *BShellEnvGetCmd(BShellHandle handle, int32_t argc, char *argv[]) in BShellEnvGetCmd()
580 BShellCommand *cmd = shell->command; in BShellEnvGetCmd()
746 BShellCommand *cmd = BShellEnvGetCmd(handle, argc, args); in BShellEnvDirectExecute()