
Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | GetResetGlobals() EnvGetResetGlobals(GetCurrentEnvironment()) |
| #define | SetResetGlobals(a) EnvSetResetGlobals(GetCurrentEnvironment(),a) |
| #define | ShowDefglobals(a, b) EnvShowDefglobals(GetCurrentEnvironment(),a,b) |
Functions | |
| LOCALE void | DefglobalCommandDefinitions (void *) |
| LOCALE int | SetResetGlobalsCommand (void *) |
| LOCALE intBool | EnvSetResetGlobals (void *, int) |
| LOCALE int | GetResetGlobalsCommand (void *) |
| LOCALE intBool | EnvGetResetGlobals (void *) |
| LOCALE void | ShowDefglobalsCommand (void *) |
| LOCALE void | EnvShowDefglobals (void *, char *, void *) |
| #define GetResetGlobals | ( | ) | EnvGetResetGlobals(GetCurrentEnvironment()) |
Definition at line 37 of file globlcom.h.
| #define LOCALE extern |
Definition at line 34 of file globlcom.h.
| #define SetResetGlobals | ( | a | ) | EnvSetResetGlobals(GetCurrentEnvironment(),a) |
Definition at line 38 of file globlcom.h.
| #define ShowDefglobals | ( | a, | |||
| b | ) | EnvShowDefglobals(GetCurrentEnvironment(),a,b) |
Definition at line 39 of file globlcom.h.
| LOCALE void DefglobalCommandDefinitions | ( | void * | ) |
Definition at line 52 of file globlcom.c.
| LOCALE intBool EnvGetResetGlobals | ( | void * | ) |
Definition at line 150 of file globlcom.c.
| LOCALE intBool EnvSetResetGlobals | ( | void * | , | |
| int | ||||
| ) |
Definition at line 118 of file globlcom.c.
| LOCALE void EnvShowDefglobals | ( | void * | , | |
| char * | , | |||
| void * | ||||
| ) |
Definition at line 185 of file globlcom.c.
| LOCALE int GetResetGlobalsCommand | ( | void * | ) |
Definition at line 133 of file globlcom.c.
| LOCALE int SetResetGlobalsCommand | ( | void * | ) |
Definition at line 77 of file globlcom.c.
| LOCALE void ShowDefglobalsCommand | ( | void * | ) |
Definition at line 162 of file globlcom.c.
1.5.6