Lines Matching defs:shell
63 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize) in GetRealParameter()
97 int SetParamShellPrompt(BShellHandle shell, const char *param) in SetParamShellPrompt()
152 static void ShowParam(BShellHandle shell, const char *name, const char *value) in ShowParam()
195 static int32_t BShellParamCmdLs(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdLs()
241 static int32_t BShellParamCmdCat(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCat()
254 static int32_t BShellParamCmdCd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCd()
274 static int32_t BShellParamCmdGet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdGet()
301 static int32_t BShellParamCmdSet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdSet()
325 static int32_t BShellParamCmdWait(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdWait()
358 static int32_t BShellParamCmdDump(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdDump()
369 static int32_t BShellParamCmdPwd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdPwd()
378 static int32_t BShellParamCmdShell(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdShell()
425 static int32_t BShellParamCmdRegForShell(BShellHandle shell) in BShellParamCmdRegForShell()
443 static int32_t BShellParamCmdRegForIndepent(BShellHandle shell) in BShellParamCmdRegForIndepent()
459 int32_t BShellParamCmdRegister(BShellHandle shell, int execMode) in BShellParamCmdRegister()