00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef _H_tmpltbsc
00030 #define _H_tmpltbsc
00031
00032 #ifndef _H_evaluatn
00033 #include "evaluatn.h"
00034 #endif
00035
00036 #ifdef LOCALE
00037 #undef LOCALE
00038 #endif
00039
00040 #ifdef _TMPLTBSC_SOURCE_
00041 #define LOCALE
00042 #else
00043 #define LOCALE extern
00044 #endif
00045
00046 #define GetDeftemplateList(a,b) EnvGetDeftemplateList(GetCurrentEnvironment(),a,b)
00047 #define ListDeftemplates(a,b) EnvListDeftemplates(GetCurrentEnvironment(),a,b)
00048 #define Undeftemplate(a) EnvUndeftemplate(GetCurrentEnvironment(),a)
00049 #define GetDeftemplateWatch(a) EnvGetDeftemplateWatch(GetCurrentEnvironment(),a)
00050 #define SetDeftemplateWatch(a,b) EnvSetDeftemplateWatch(GetCurrentEnvironment(),a,b)
00051
00052 LOCALE void DeftemplateBasicCommands(void *);
00053 LOCALE void UndeftemplateCommand(void *);
00054 LOCALE intBool EnvUndeftemplate(void *,void *);
00055 LOCALE void GetDeftemplateListFunction(void *,DATA_OBJECT_PTR);
00056 LOCALE void EnvGetDeftemplateList(void *,DATA_OBJECT_PTR,void *);
00057 LOCALE void *DeftemplateModuleFunction(void *);
00058 #if DEBUGGING_FUNCTIONS
00059 LOCALE void PPDeftemplateCommand(void *);
00060 LOCALE int PPDeftemplate(void *,char *,char *);
00061 LOCALE void ListDeftemplatesCommand(void *);
00062 LOCALE void EnvListDeftemplates(void *,char *,void *);
00063 LOCALE unsigned EnvGetDeftemplateWatch(void *,void *);
00064 LOCALE void EnvSetDeftemplateWatch(void *,unsigned,void *);
00065 LOCALE unsigned DeftemplateWatchAccess(void *,int,unsigned,struct expr *);
00066 LOCALE unsigned DeftemplateWatchPrint(void *,char *,int,struct expr *);
00067 #endif
00068
00069 #endif
00070
00071