Searched refs:BShellParam (Results 1 – 4 of 4) sorted by relevance
449 static void BShellParamFree(BShellParam *param) in BShellParamFree()489 BShellParam *param = shell->param; in BShellEnvDestory()644 static int32_t BShellParamSetValue(BShellParam *param, void *value) in BShellParamSetValue()669 const BShellParam *tmp = BShellEnvGetParam(handle, name); in BShellEnvSetParam()672 return BShellParamSetValue((BShellParam *)tmp, value); in BShellEnvSetParam()675 BShellParam *param = NULL; in BShellEnvSetParam()678 param = (BShellParam *)calloc(1, sizeof(BShellParam) + nameLen); in BShellEnvSetParam()699 const BShellParam *BShellEnvGetParam(BShellHandle handle, const char *name) in BShellEnvGetParam()703 BShellParam *param = shell->param; in BShellEnvGetParam()716 const BShellParam *param = BShellEnvGetParam(handle, name); in BShellEnvGetStringParam()
85 } BShellParam; typedef98 const BShellParam *BShellEnvGetParam(BShellHandle handle, const char *name);
90 BShellParam *param;
78 const BShellParam *param = BShellEnvGetParam(shell, PARAM_REVERESD_NAME_CURR_PARAMETER); in GetRealParameter()