#include "setup.h"#include "extnfunc.h"#include "argacces.h"#include "prntutil.h"#include "router.h"#include "envrnmnt.h"#include "globldef.h"#include "globlcom.h"

Go to the source code of this file.
Defines | |
| #define | _GLOBLCOM_SOURCE_ |
Functions | |
| globle void | DefglobalCommandDefinitions (void *theEnv) |
| globle int | SetResetGlobalsCommand (void *theEnv) |
| globle intBool | EnvSetResetGlobals (void *theEnv, int value) |
| globle int | GetResetGlobalsCommand (void *theEnv) |
| globle intBool | EnvGetResetGlobals (void *theEnv) |
| globle void | ShowDefglobalsCommand (void *theEnv) |
| globle void | EnvShowDefglobals (void *theEnv, char *logicalName, void *vTheModule) |
| #define _GLOBLCOM_SOURCE_ |
Definition at line 25 of file globlcom.c.
| globle void DefglobalCommandDefinitions | ( | void * | theEnv | ) |
Definition at line 52 of file globlcom.c.
| globle intBool EnvGetResetGlobals | ( | void * | theEnv | ) |
Definition at line 150 of file globlcom.c.
| globle intBool EnvSetResetGlobals | ( | void * | theEnv, | |
| int | value | |||
| ) |
Definition at line 118 of file globlcom.c.
| globle void EnvShowDefglobals | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | vTheModule | |||
| ) |
Definition at line 185 of file globlcom.c.
| globle int GetResetGlobalsCommand | ( | void * | theEnv | ) |
Definition at line 133 of file globlcom.c.
| globle int SetResetGlobalsCommand | ( | void * | theEnv | ) |
Definition at line 77 of file globlcom.c.
| globle void ShowDefglobalsCommand | ( | void * | theEnv | ) |
Definition at line 162 of file globlcom.c.
1.5.6