Lines Matching defs:shell

75 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize)  in GetRealParameter()
109 int SetParamShellPrompt(BShellHandle shell, const char *param) in SetParamShellPrompt()
164 static void ShowParam(BShellHandle shell, const char *name, const char *value) in ShowParam()
207 static int32_t BShellParamCmdLs(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdLs()
254 static int32_t BShellParamCmdCat(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCat()
267 static int32_t BShellParamCmdCd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCd()
287 static int32_t BShellParamCmdGet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdGet()
315 static int32_t BShellParamCmdSet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdSet()
339 static int32_t BShellParamCmdSave(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdSave()
353 static int32_t BShellParamCmdWait(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdWait()
386 static int32_t BShellParamCmdDump(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdDump()
402 static int32_t BShellParamCmdPwd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdPwd()
465 static int32_t BShellParamCmdShell(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdShell()
505 static int32_t BShellParamCmdRegForShell(BShellHandle shell) in BShellParamCmdRegForShell()
548 static int32_t BShellParamCmdRegForIndepent(BShellHandle shell) in BShellParamCmdRegForIndepent()
581 int32_t BShellParamCmdRegister(BShellHandle shell, int execMode) in BShellParamCmdRegister()