#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | GetDefglobalList(a, b) EnvGetDefglobalList(GetCurrentEnvironment(),a,b) |
| #define | GetDefglobalWatch(a) EnvGetDefglobalWatch(GetCurrentEnvironment(),a) |
| #define | ListDefglobals(a, b) EnvListDefglobals(GetCurrentEnvironment(),a,b) |
| #define | SetDefglobalWatch(a, b) EnvSetDefglobalWatch(GetCurrentEnvironment(),a,b) |
| #define | Undefglobal(a) EnvUndefglobal(GetCurrentEnvironment(),a) |
Functions | |
| LOCALE void | DefglobalBasicCommands (void *) |
| LOCALE void | UndefglobalCommand (void *) |
| LOCALE intBool | EnvUndefglobal (void *, void *) |
| LOCALE void | GetDefglobalListFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | EnvGetDefglobalList (void *, DATA_OBJECT_PTR, void *) |
| LOCALE void * | DefglobalModuleFunction (void *) |
| LOCALE void | PPDefglobalCommand (void *) |
| LOCALE int | PPDefglobal (void *, char *, char *) |
| LOCALE void | ListDefglobalsCommand (void *) |
| LOCALE void | EnvListDefglobals (void *, char *, void *) |
| LOCALE unsigned | EnvGetDefglobalWatch (void *, void *) |
| LOCALE void | EnvSetDefglobalWatch (void *, unsigned, void *) |
| LOCALE void | ResetDefglobals (void *) |
Variables | |
| unsigned | WatchGlobals |
| #define GetDefglobalList | ( | a, | |||
| b | ) | EnvGetDefglobalList(GetCurrentEnvironment(),a,b) |
Definition at line 42 of file globlbsc.h.
| #define GetDefglobalWatch | ( | a | ) | EnvGetDefglobalWatch(GetCurrentEnvironment(),a) |
Definition at line 43 of file globlbsc.h.
| #define ListDefglobals | ( | a, | |||
| b | ) | EnvListDefglobals(GetCurrentEnvironment(),a,b) |
Definition at line 44 of file globlbsc.h.
| #define LOCALE extern |
Definition at line 39 of file globlbsc.h.
| #define SetDefglobalWatch | ( | a, | |||
| b | ) | EnvSetDefglobalWatch(GetCurrentEnvironment(),a,b) |
Definition at line 45 of file globlbsc.h.
| #define Undefglobal | ( | a | ) | EnvUndefglobal(GetCurrentEnvironment(),a) |
Definition at line 46 of file globlbsc.h.
| LOCALE void DefglobalBasicCommands | ( | void * | ) |
Definition at line 80 of file globlbsc.c.
| LOCALE void* DefglobalModuleFunction | ( | void * | ) |
Definition at line 206 of file globlbsc.c.
| LOCALE void EnvGetDefglobalList | ( | void * | , | |
| DATA_OBJECT_PTR | , | |||
| void * | ||||
| ) |
Definition at line 194 of file globlbsc.c.
| LOCALE unsigned EnvGetDefglobalWatch | ( | void * | , | |
| void * | ||||
| ) |
Definition at line 267 of file globlbsc.c.
| LOCALE void EnvListDefglobals | ( | void * | , | |
| char * | , | |||
| void * | ||||
| ) |
Definition at line 250 of file globlbsc.c.
| LOCALE void EnvSetDefglobalWatch | ( | void * | , | |
| unsigned | , | |||
| void * | ||||
| ) |
Definition at line 285 of file globlbsc.c.
| LOCALE intBool EnvUndefglobal | ( | void * | , | |
| void * | ||||
| ) |
Definition at line 172 of file globlbsc.c.
| LOCALE void GetDefglobalListFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 183 of file globlbsc.c.
| LOCALE void ListDefglobalsCommand | ( | void * | ) |
Definition at line 240 of file globlbsc.c.
| LOCALE int PPDefglobal | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 228 of file globlbsc.c.
| LOCALE void PPDefglobalCommand | ( | void * | ) |
Definition at line 218 of file globlbsc.c.
| LOCALE void ResetDefglobals | ( | void * | ) |
Definition at line 112 of file globlbsc.c.
| LOCALE void UndefglobalCommand | ( | void * | ) |
Definition at line 162 of file globlbsc.c.
| unsigned WatchGlobals |
Definition at line 74 of file globlbsc.c.
1.5.6