#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
| #define | GetDeftemplateList(a, b) EnvGetDeftemplateList(GetCurrentEnvironment(),a,b) |
| #define | ListDeftemplates(a, b) EnvListDeftemplates(GetCurrentEnvironment(),a,b) |
| #define | Undeftemplate(a) EnvUndeftemplate(GetCurrentEnvironment(),a) |
| #define | GetDeftemplateWatch(a) EnvGetDeftemplateWatch(GetCurrentEnvironment(),a) |
| #define | SetDeftemplateWatch(a, b) EnvSetDeftemplateWatch(GetCurrentEnvironment(),a,b) |
Functions | |
| LOCALE void | DeftemplateBasicCommands (void *) |
| LOCALE void | UndeftemplateCommand (void *) |
| LOCALE intBool | EnvUndeftemplate (void *, void *) |
| LOCALE void | GetDeftemplateListFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | EnvGetDeftemplateList (void *, DATA_OBJECT_PTR, void *) |
| LOCALE void * | DeftemplateModuleFunction (void *) |
| #define GetDeftemplateList | ( | a, | |||
| b | ) | EnvGetDeftemplateList(GetCurrentEnvironment(),a,b) |
Definition at line 46 of file tmpltbsc.h.
| #define GetDeftemplateWatch | ( | a | ) | EnvGetDeftemplateWatch(GetCurrentEnvironment(),a) |
Definition at line 49 of file tmpltbsc.h.
| #define ListDeftemplates | ( | a, | |||
| b | ) | EnvListDeftemplates(GetCurrentEnvironment(),a,b) |
Definition at line 47 of file tmpltbsc.h.
| #define LOCALE extern |
Definition at line 43 of file tmpltbsc.h.
| #define SetDeftemplateWatch | ( | a, | |||
| b | ) | EnvSetDeftemplateWatch(GetCurrentEnvironment(),a,b) |
Definition at line 50 of file tmpltbsc.h.
| #define Undeftemplate | ( | a | ) | EnvUndeftemplate(GetCurrentEnvironment(),a) |
Definition at line 48 of file tmpltbsc.h.
| LOCALE void DeftemplateBasicCommands | ( | void * | ) |
Definition at line 81 of file tmpltbsc.c.
| LOCALE void* DeftemplateModuleFunction | ( | void * | ) |
Definition at line 207 of file tmpltbsc.c.
| LOCALE void EnvGetDeftemplateList | ( | void * | , | |
| DATA_OBJECT_PTR | , | |||
| void * | ||||
| ) |
Definition at line 195 of file tmpltbsc.c.
| LOCALE intBool EnvUndeftemplate | ( | void * | , | |
| void * | ||||
| ) |
Definition at line 173 of file tmpltbsc.c.
| LOCALE void GetDeftemplateListFunction | ( | void * | , | |
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 184 of file tmpltbsc.c.
| LOCALE void UndeftemplateCommand | ( | void * | ) |
Definition at line 163 of file tmpltbsc.c.
1.5.6