Searched refs:BShellParam (Results 1 – 4 of 4) sorted by relevance
85 } BShellParam; typedef98 const BShellParam *BShellEnvGetParam(BShellHandle handle, const char *name);
447 static void BShellParamFree(BShellParam *param) in BShellParamFree()487 BShellParam *param = shell->param; in BShellEnvDestory()642 static int32_t BShellParamSetValue(BShellParam *param, void *value) in BShellParamSetValue()667 const BShellParam *tmp = BShellEnvGetParam(handle, name); in BShellEnvSetParam()670 return BShellParamSetValue((BShellParam *)tmp, value); in BShellEnvSetParam()673 BShellParam *param = NULL; in BShellEnvSetParam()676 param = (BShellParam *)calloc(1, sizeof(BShellParam) + nameLen); in BShellEnvSetParam()696 const BShellParam *BShellEnvGetParam(BShellHandle handle, const char *name) in BShellEnvGetParam()700 BShellParam *param = shell->param; in BShellEnvGetParam()713 const BShellParam *param = BShellEnvGetParam(handle, name); in BShellEnvGetStringParam()
90 BShellParam *param;
79 const BShellParam *param = BShellEnvGetParam(shell, PARAM_REVERESD_NAME_CURR_PARAMETER); in GetRealParameter()