Lines Matching refs:BShellParam
449 static void BShellParamFree(BShellParam *param)
489 BShellParam *param = shell->param;
644 static int32_t BShellParamSetValue(BShellParam *param, void *value)
669 const BShellParam *tmp = BShellEnvGetParam(handle, name);
672 return BShellParamSetValue((BShellParam *)tmp, value);
675 BShellParam *param = NULL;
678 param = (BShellParam *)calloc(1, sizeof(BShellParam) + nameLen);
699 const BShellParam *BShellEnvGetParam(BShellHandle handle, const char *name)
703 BShellParam *param = shell->param;
716 const BShellParam *param = BShellEnvGetParam(handle, name);