Lines Matching refs:BShellHandle
75 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize)
109 int SetParamShellPrompt(BShellHandle shell, const char *param)
164 static void ShowParam(BShellHandle shell, const char *name, const char *value)
204 ShowParam((BShellHandle)cookie, buffer, value);
207 static int32_t BShellParamCmdLs(BShellHandle shell, int32_t argc, char *argv[])
254 static int32_t BShellParamCmdCat(BShellHandle shell, int32_t argc, char *argv[])
267 static int32_t BShellParamCmdCd(BShellHandle shell, int32_t argc, char *argv[])
284 BShellEnvOutput((BShellHandle)cookie, " %s = %s\r\n", buffer, value);
287 static int32_t BShellParamCmdGet(BShellHandle shell, int32_t argc, char *argv[])
315 static int32_t BShellParamCmdSet(BShellHandle shell, int32_t argc, char *argv[])
339 static int32_t BShellParamCmdSave(BShellHandle shell, int32_t argc, char *argv[])
353 static int32_t BShellParamCmdWait(BShellHandle shell, int32_t argc, char *argv[])
386 static int32_t BShellParamCmdDump(BShellHandle shell, int32_t argc, char *argv[])
402 static int32_t BShellParamCmdPwd(BShellHandle shell, int32_t argc, char *argv[])
465 static int32_t BShellParamCmdShell(BShellHandle shell, int32_t argc, char *argv[])
505 static int32_t BShellParamCmdRegForShell(BShellHandle shell)
548 static int32_t BShellParamCmdRegForIndepent(BShellHandle shell)
581 int32_t BShellParamCmdRegister(BShellHandle shell, int execMode)