Lines Matching refs:BShellHandle
76 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize) in GetRealParameter()
110 int SetParamShellPrompt(BShellHandle shell, const char *param) in SetParamShellPrompt()
165 static void ShowParam(BShellHandle shell, const char *name, const char *value) in ShowParam()
205 ShowParam((BShellHandle)cookie, buffer, value); in ShowParamForCmdLs()
208 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()
284 BShellEnvOutput((BShellHandle)cookie, " %s = %s\r\n", buffer, value); in ShowParamForCmdGet()
287 static int32_t BShellParamCmdGet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdGet()
314 static int32_t BShellParamCmdSet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdSet()
338 static int32_t BShellParamCmdWait(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdWait()
371 static int32_t BShellParamCmdDump(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdDump()
387 static int32_t BShellParamCmdPwd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdPwd()
450 static int32_t BShellParamCmdShell(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdShell()
490 static int32_t BShellParamCmdRegForShell(BShellHandle shell) in BShellParamCmdRegForShell()
508 static int32_t BShellParamCmdRegForIndepent(BShellHandle shell) in BShellParamCmdRegForIndepent()
537 int32_t BShellParamCmdRegister(BShellHandle shell, int execMode) in BShellParamCmdRegister()