globle struct defruleModule *GetDefruleModuleItem( struct defmodule *theModule) { return((struct defruleModule *) GetConstructModuleItemByIndex(theModule,DefruleModuleIndex)); }
globle struct defglobalModule *GetDefglobalModuleItem( void *theEnv, struct defmodule *theModule) { return((struct defglobalModule *) GetConstructModuleItemByIndex(theEnv,theModule,DefglobalData(theEnv)->DefglobalModuleIndex)); }
struct defglobalModule *GetDefglobalModuleItem( Environment *theEnv, Defmodule *theModule) { return((struct defglobalModule *) GetConstructModuleItemByIndex(theEnv,theModule,DefglobalData(theEnv)->DefglobalModuleIndex)); }