#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | GetDefmoduleList(a) EnvGetDefmoduleList(GetCurrentEnvironment(),a) |
| #define | ListDefmodules(a) EnvListDefmodules(GetCurrentEnvironment(),a) |
Functions | |
| LOCALE void | DefmoduleBasicCommands (void *) |
| LOCALE void | EnvGetDefmoduleList (void *, DATA_OBJECT_PTR) |
| LOCALE void | PPDefmoduleCommand (void *) |
| LOCALE int | PPDefmodule (void *, char *, char *) |
| LOCALE void | ListDefmodulesCommand (void *) |
| LOCALE void | EnvListDefmodules (void *, char *) |
| #define GetDefmoduleList | ( | a | ) | EnvGetDefmoduleList(GetCurrentEnvironment(),a) |
Definition at line 41 of file modulbsc.h.
| #define ListDefmodules | ( | a | ) | EnvListDefmodules(GetCurrentEnvironment(),a) |
Definition at line 42 of file modulbsc.h.
| #define LOCALE extern |
Definition at line 38 of file modulbsc.h.
| LOCALE void DefmoduleBasicCommands | ( | void * | ) |
Definition at line 56 of file modulbsc.c.
| LOCALE void EnvGetDefmoduleList | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 130 of file modulbsc.c.
| LOCALE void EnvListDefmodules | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 195 of file modulbsc.c.
| LOCALE void ListDefmodulesCommand | ( | void * | ) |
Definition at line 183 of file modulbsc.c.
| LOCALE int PPDefmodule | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 160 of file modulbsc.c.
| LOCALE void PPDefmoduleCommand | ( | void * | ) |
Definition at line 143 of file modulbsc.c.
1.5.6