static void BeforeDefglobalsToCode( void *theEnv) { MarkConstructBsaveIDs(theEnv,DefglobalData(theEnv)->DefglobalModuleIndex); }
/*************************************************** NAME : ReadyDefgenericsForCode DESCRIPTION : Sets index of generic-functions for use in compiled expressions INPUTS : None RETURNS : Nothing useful SIDE EFFECTS : BsaveIndices set NOTES : None ***************************************************/ static void ReadyDefgenericsForCode() { MarkConstructBsaveIDs(DefgenericModuleIndex); }
/*************************************************** NAME : ReadyDefinstancesForCode DESCRIPTION : Sets index of deffunctions for use in compiled expressions INPUTS : None RETURNS : Nothing useful SIDE EFFECTS : BsaveIndices set NOTES : None ***************************************************/ static void ReadyDefinstancesForCode( void *theEnv) { MarkConstructBsaveIDs(theEnv,DefinstancesData(theEnv)->DefinstancesModuleIndex); }
/*************************************************** NAME : ReadyDeffunctionsForCode DESCRIPTION : Sets index of deffunctions for use in compiled expressions INPUTS : None RETURNS : Nothing useful SIDE EFFECTS : BsaveIndices set NOTES : None ***************************************************/ static void ReadyDeffunctionsForCode( void *theEnv) { MarkConstructBsaveIDs(theEnv,DeffunctionData(theEnv)->DeffunctionModuleIndex); }
/*************************************************** NAME : ReadyDefgenericsForCode DESCRIPTION : Sets index of generic-functions for use in compiled expressions INPUTS : None RETURNS : Nothing useful SIDE EFFECTS : BsaveIndices set NOTES : None ***************************************************/ static void ReadyDefgenericsForCode( void *theEnv) { MarkConstructBsaveIDs(theEnv,DefgenericData(theEnv)->DefgenericModuleIndex); }
/*************************************************** NAME : ReadyDefinstancesForCode DESCRIPTION : Sets index of deffunctions for use in compiled expressions INPUTS : None RETURNS : Nothing useful SIDE EFFECTS : BsaveIndices set NOTES : None ***************************************************/ static void ReadyDefinstancesForCode() { MarkConstructBsaveIDs(DefinstancesModuleIndex); }
static void BeforeDeffactsToCode( void *theEnv) { MarkConstructBsaveIDs(theEnv,DeffactsData(theEnv)->DeffactsModuleIndex); }
static void BeforeDefglobalsToCode( void *theEnv, EXEC_STATUS) { MarkConstructBsaveIDs(theEnv,execStatus,DefglobalData(theEnv,execStatus)->DefglobalModuleIndex); }