• Home
  • Raw
  • Download

Lines Matching refs:BShellHandle

77 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize)  in GetRealParameter()
111 int SetParamShellPrompt(BShellHandle shell, const char *param) in SetParamShellPrompt()
166 static void ShowParam(BShellHandle shell, const char *name, const char *value) in ShowParam()
206 ShowParam((BShellHandle)cookie, buffer, value); in ShowParamForCmdLs()
209 static int32_t BShellParamCmdLs(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdLs()
255 static int32_t BShellParamCmdCat(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCat()
268 static int32_t BShellParamCmdCd(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdCd()
285 BShellEnvOutput((BShellHandle)cookie, " %s = %s\r\n", buffer, value); in ShowParamForCmdGet()
288 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()
524 static int32_t BShellParamCmdRegForIndepent(BShellHandle shell) in BShellParamCmdRegForIndepent()
554 int32_t BShellParamCmdRegister(BShellHandle shell, int execMode) in BShellParamCmdRegister()