#include "setup.h"#include "constrct.h"#include "extnfunc.h"#include "watch.h"#include "envrnmnt.h"#include "globlcom.h"#include "globldef.h"#include "globlbin.h"#include "globlcmp.h"#include "globlbsc.h"

Go to the source code of this file.
Defines | |
| #define | _GLOBLBSC_SOURCE_ |
Functions | |
| globle void | DefglobalBasicCommands (void *theEnv) |
| globle void | ResetDefglobals (void *theEnv) |
| globle void | UndefglobalCommand (void *theEnv) |
| globle intBool | EnvUndefglobal (void *theEnv, void *theDefglobal) |
| globle void | GetDefglobalListFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | EnvGetDefglobalList (void *theEnv, DATA_OBJECT_PTR returnValue, void *theModule) |
| globle void * | DefglobalModuleFunction (void *theEnv) |
| globle void | PPDefglobalCommand (void *theEnv) |
| globle int | PPDefglobal (void *theEnv, char *defglobalName, char *logicalName) |
| globle void | ListDefglobalsCommand (void *theEnv) |
| globle void | EnvListDefglobals (void *theEnv, char *logicalName, void *vTheModule) |
| globle unsigned | EnvGetDefglobalWatch (void *theEnv, void *theGlobal) |
| globle void | EnvSetDefglobalWatch (void *theEnv, unsigned newState, void *theGlobal) |
Variables | |
| globle unsigned | WatchGlobals = OFF |
| #define _GLOBLBSC_SOURCE_ |
Definition at line 34 of file globlbsc.c.
| globle void DefglobalBasicCommands | ( | void * | theEnv | ) |
Definition at line 80 of file globlbsc.c.
| globle void* DefglobalModuleFunction | ( | void * | theEnv | ) |
Definition at line 206 of file globlbsc.c.
| globle void EnvGetDefglobalList | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue, | |||
| void * | theModule | |||
| ) |
Definition at line 194 of file globlbsc.c.
| globle unsigned EnvGetDefglobalWatch | ( | void * | theEnv, | |
| void * | theGlobal | |||
| ) |
Definition at line 267 of file globlbsc.c.
| globle void EnvListDefglobals | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | vTheModule | |||
| ) |
Definition at line 250 of file globlbsc.c.
| globle void EnvSetDefglobalWatch | ( | void * | theEnv, | |
| unsigned | newState, | |||
| void * | theGlobal | |||
| ) |
Definition at line 285 of file globlbsc.c.
| globle intBool EnvUndefglobal | ( | void * | theEnv, | |
| void * | theDefglobal | |||
| ) |
Definition at line 172 of file globlbsc.c.
| globle void GetDefglobalListFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 183 of file globlbsc.c.
| globle void ListDefglobalsCommand | ( | void * | theEnv | ) |
Definition at line 240 of file globlbsc.c.
| globle int PPDefglobal | ( | void * | theEnv, | |
| char * | defglobalName, | |||
| char * | logicalName | |||
| ) |
Definition at line 228 of file globlbsc.c.
| globle void PPDefglobalCommand | ( | void * | theEnv | ) |
Definition at line 218 of file globlbsc.c.
| globle void ResetDefglobals | ( | void * | theEnv | ) |
Definition at line 112 of file globlbsc.c.
| globle void UndefglobalCommand | ( | void * | theEnv | ) |
Definition at line 162 of file globlbsc.c.
| globle unsigned WatchGlobals = OFF |
Definition at line 74 of file globlbsc.c.
1.5.6